Skip to content

Commit 98f02a6

Browse files
dependency removed for ng update
1 parent 3739c06 commit 98f02a6

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ App to create Airbnb-style property listings with pages to make bookings and upd
44

55
## Table of contents
66

7-
* [General info](#general-info)
8-
* [Screenshots](#screenshots)
9-
* [Technologies](#technologies)
10-
* [Setup](#setup)
11-
* [Features](#features)
12-
* [Status](#status)
13-
* [Inspiration](#inspiration)
14-
* [Contact](#contact)
7+
* [Ionic Angular Project](#ionic-angular-project)
8+
* [Table of contents](#table-of-contents)
9+
* [General info](#general-info)
10+
* [RxJS operators](#rxjs-operators)
11+
* [Ionic Controllers Used](#ionic-controllers-used)
12+
* [Observables](#observables)
13+
* [Array Operators](#array-operators)
14+
* [Screenshots](#screenshots)
15+
* [Technologies](#technologies)
16+
* [Setup](#setup)
17+
* [Code Examples (taken from Udemy course with my comments added)](#code-examples-taken-from-udemy-course-with-my-comments-added)
18+
* [Features](#features)
19+
* [Status & To-do list](#status--to-do-list)
20+
* [Inspiration](#inspiration)
21+
* [Contact](#contact)
1522

1623
## General info
1724

@@ -78,6 +85,7 @@ a [BehaviourSubject](http://reactivex.io/rxjs/manual/overview.html#behaviorsubje
7885
## Setup
7986

8087
* To start the server on _localhost://8100_ type: `ionic serve`
88+
* npm i --save-dev @angular-devkit/schematics
8189
* To generate normal www build file: `ionic build`
8290
* Build for Android app: `ionic capacitor run android`
8391

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@angular-devkit/architect": "~0.802.1",
3939
"@angular-devkit/build-angular": "~0.802.1",
4040
"@angular-devkit/core": "~8.2.1",
41-
"@angular-devkit/schematics": "~8.2.1",
4241
"@angular/cli": "~8.2.1",
4342
"@angular/compiler": "~8.2.2",
4443
"@angular/compiler-cli": "~8.2.2",

0 commit comments

Comments
 (0)