File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments