Angular #17 - Structural Directive [ngFor] with trackBy

preview_player
Показать описание

*Structural directives*
This guide is about structural directives and provides conceptual information on how such directives work, how Angular interprets their shorthand syntax, and how to add template guard properties to catch template type errors.
Structural directives are directives which change the DOM layout by adding and removing DOM elements.
Angular provides a set of built-in structural directives
* NgIf
* NgForOf
* NgSwitch
which are commonly used in all Angular projects.

*Links*
----------------------------------------------------------------------------------------------------------------
Рекомендации по теме