Skip to content

Commit f08ee94

Browse files
added contents
1 parent 295182e commit f08ee94

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

README.md

+56-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular Gettin Started
1+
# Angular Getting Started
22

33
This repository contains the code and contents related to Angular Getting Started Course, available on YouTube Channel.
44

@@ -39,6 +39,7 @@ The Course contains, below Topics:
3939
* Create New Empty Workspace using CLI
4040
* Create an Workspace with default App
4141
* Workspace Walkthrough
42+
* Introduction to mono-repo
4243

4344
# Angular Architecture
4445
* Architecture
@@ -99,12 +100,22 @@ The Course contains, below Topics:
99100
- Value Proider
100101
- factory
101102
* Creating your First Service
103+
* providedIn: 'root' | 'any'
102104
* Component Interaction using Service
103105
* Dependency Resolution
104106
* Resolution Modifiers
105107
* Injection Tokens
106108
* factories
107109

110+
# RxJs in Angular
111+
* Introduction
112+
* Introduction to streams
113+
* Creating Observables using from operator
114+
* Subject and BehaviorSubject
115+
* pipe in RxJs
116+
* map, filter, tap, fromEvent operators
117+
* Async pipe
118+
108119
# Angular HTTP and Observables
109120
* Introduction
110121
* Setting up HttpClient
@@ -114,9 +125,12 @@ The Course contains, below Topics:
114125
- delete
115126
- put
116127
- request
117-
* Async pipe
128+
* shareReplay RxJs operator
129+
* Handling Error using catchError RxJs operator
130+
* Centralized ErrorHandling using ErrorHandler
118131
* Adding header to http request
119132
* Using HttpInterceptors
133+
* using APP_INITIALIZER
120134

121135
# Angular Forms
122136

@@ -133,8 +147,48 @@ The Course contains, below Topics:
133147
- Adding controls dynamically
134148
- Built-in validations
135149
- Submitting and reset
150+
- patchValue. setValue
151+
- valueChanges form property
152+
- Using mergeMap, switchMap, exhaustMap RxJs operators
136153
- Writing Custom validations
137154

138155
# Angular Modules
139156
* Creating Angular Modules
140157
* Sharing component/directives/pipes using Modules
158+
*
159+
160+
# Angular Router
161+
162+
* Introduction
163+
* Setup Router
164+
* Default Route
165+
* Wild card route
166+
* Configure Dynamic Routes
167+
* Pass data to Route config
168+
* Using ActivateRoute Service
169+
* Using pluck RxJs operators
170+
* Using Router Service for Naviagtion
171+
* Splitting Route config to feature
172+
* Nested Routing with Child routes
173+
* Lazy loading/code splitting
174+
* Route Guards
175+
- canActivate
176+
- canActivateChild
177+
- canDeactivate
178+
- canLoad
179+
- Resolve
180+
181+
# Angular Libraries
182+
* Creating an Angular Library
183+
* Building and using it in App
184+
* Publishing an Library
185+
* Using an published library
186+
187+
# Anguar CLI
188+
* tslint
189+
* tslint to eslint migration
190+
* Running tests
191+
* Creating builds
192+
* Configure build for multiple configuration
193+
* ng update
194+
* Deploying your Angular App

0 commit comments

Comments
 (0)