Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular (lifecycle hooks (init (ngOnInit), ngOnChange, ngDoCheck,…
Angular
lifecycle hooks
ngOnChange
init
ngOnInit
ngDoCheck
ngAfterContentInit
ngAfteContentChecked
ngAfterViewInit
ngAfterViewChecked
ngOnDestroy
essential
directive
types
component
component
structural
About
white with asterix
can change the DOM layout by adding and removing DOM elements
:file_folder:
ngFor
ngIf
ngSwitch
attribute
:file_folder:
ngModal
ngClass
added or removed CSS classes
ngStyle
change style
custom
directive
componnet
About
main building blocks
view ( template )
class
metadata
data binding
:file_folder:
one way binding
two way binding
#