Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular MAx (the basics (Component (C selector (class, Attributes, normal)…
Angular MAx
the basics
intro
bootstraping
Component
Custom Components(declarations)
generate C by CLI
Nesting C
C template
C style
C selector
class
Attributes
normal
new components
philo of components
AppModule Role
Data Binding
communication betwin Logic (typescript code) & Template (Html)
Type of Binding
OutPut Data
string interpolition {{}}
Property Binding [property]="data"
Event(triggers)
(event)="expression"
Tow Way DataBinding
[(ngModule)]="data"
Directives
Default Directives gived by angular
MarkPlace in the DOM ng-template
Directive Strucutre
Directive Style
Directive NgFor + index (value)