Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular - Coggle Diagram
Angular
Fundamental
Template Syntax
Interpolation
Property Binding
Event Binding
2 way binding
Pipes
Template Reference Variable
Directiives
Component
Structural
ngSwitch
ngFor
ngIf
Attribute
NgClass
NgStyle
Components
Template
Metadata
Class
Component Styling
Attribute
class Binding
Style Binding
NgModules
Component Interaction
Input
Output
Angular CLI
Lifecycle Method
ngDoCheck()
ngAfterContentInit()
ngOnInit()
ngAfterContentChecked()
ngAfterViewInit()
ngAfterViewChecked()
ngOnChanges()
ngOnDestroy()
Advanced
Template Driven Form
NgForm
NgModel
Forms Module
NgModelGroup
Tracking State & Validity
Validation & Error Messages
ngSubmit
Reactive FormModule
FormControl
FormGroup
Reactive Forms Module
setValue & PatchValue
FormBuilder Service
Validators Functions
FormArray
ngSubmit
HttpClient
GET,POST,PUT,DELTE
Typed Response
HttpClient
Error Handling
Interceptors
Routing
Configuration Routes
Router Outlet
Router Module
routerLink
Wild Card Routes
Redirecting Routes
Route Parameter
Nested Routes
Relative path
Lazy loading Routes
Route Guards
Observables
Creating Observables
Subscribing Observables
Executing Observables
Operatos
Displaying Observables
Animations
Services
Dependency Injection
Providing Services
Ecosystem
Server Side Rendering
Angular Universal
Testing
Jasmine & Karma
Proactor
UI Library
Angular Material
State Management
ngRx
Misc
i18n
Accessibility