Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular Directives - Coggle Diagram
Angular Directives
Structural directives
-
-
-
Input() set appStructural(condition: number){ this.viewContainerRef.Clear(); this.ViewContainerRef.creaEmbaddedVew(TemplateRef<any> type)
Structural directives can change the DOM layout by adding and removing DOM elements. All structural Directives are preceded by Asterix symbol
Attribute directives
-
-
-
An Attribute or style directive can change the appearance or behavior of an element. Attribute directives We need to use with [ ]
-
The Angular directive helps us to manipulate the DOM. You can change the appearance, behavior, or layout of a DOM element using the Directives. They help you to extend HTML
-