Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular 8 (Routing (Purpose (Component separation), Wildcard Route,…
Angular 8
Routing
Purpose
Component separation
Wildcard Route
Absolute route
Optional route
Relative Route (../) or this.route
Child Route using child in route
Service
Share across components
Dependency injection
injectable
Http
Request
Response
Observable
Rxjs
subscribe
data assign to local var
Error handling
Module
Conponent
Template
View
Selector
Template
Binding
Not support variable binding
Not support Env variable
Can assign in the class
Style
Attribute <> Property
HTML
Class
Code
Typescript
Data&Method
Metadata
Information
Decorator
(Provide information of the class)
Root & App component
Binding
Class binding
Single binding
Multiple binding=ngClass
Style-binding []
Event Binding ()
Template Reference binding # ()
Two way binding
Structural directive
ngif
ngswitch
ngFor
Compnent interaction
input from parent
output to parent event
pipes
string
number
json
percent
currency
date