Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular RoadMap For Preparation - Coggle Diagram
Angular RoadMap For Preparation
API Integration : Services
HTTP Client (get,post,put)
From the created HTTP Client we will subscribe in the component TS file with the response back
Any API which hits from the Service will redirect to
Auth interceptors
before reaching backend
App-module.ts
Declarations - Components
Providers - Services
Imports - Angular libraries
Auth Guard (Authorization)
will get cdsid and send to azure credentials check and will redirect to page accordingly
Auth service provider
Routing - app-routing-module
Specify the path
Add the component for the specified path
Router Outlet
Angular configuration: Environment.ts
Properties will be defined and used based on the profiles selected like prod,qa etc
Angular State managment Props
Decorators:
input
,@output
event emitter
Behaviour subject
Component Life Cycle
ngOnInit
ngOnChanges
ngOnDestroy
Basic Fundamentals:
Directives
ngFor, ngIf, ngClass ,ngStyle
single binding -> {{}}
Two way binding [(ngModel)]
Property Binding