Please enable JavaScript.
Coggle requires JavaScript to display documents.
Components (Lifecycle (ngOnChanges(arg: SimpleChanges)
after bound input…
Components
Lifecycle
-
-
-
ngAfterContentInit
after ng-content has been
projected into view
#
ngAfterContentChecked
every time projected content
has been checked #
-
-
-
-
-
- make local reference in template
-
- property is type of ElementRef
with nativeElement prop on it
-
View Encapsulation
-
add same attribute for all element components and modify css styles to only apply for that attribute
-
-
-
-
-
ViewEncapsulation Enum
(Emulated, None, Native) #