Please enable JavaScript.
Coggle requires JavaScript to display documents.
Basic Introduction to Angular (Services &Dependency Injection (Service…
Basic Introduction to Angular
Data Binding
how data output in DOM
how data react to user event
Directives
Directive Example,
NgModel
Services &Dependency Injection
Service communicate with each other
Manage application state
code centralized
Routing
Although it is still on same page
but it will involve multiple pages
Observables
Asynchronous code
related to Routing
Forms
Handling forms
Pipes
transform output on the template
HTTP
Allow
Angular
to connect to server
Because
Angular
can't connect to Database directly
Authentication
Set authentication to the Application
Optimization
Managing different modules of Application
Deployment
Deploy from local to real world