Builtin Directives
*ngIf
= built-in angular directive It can be used to add or remove an element in DOM based on the value of an angular expression. The element is shown if the expression evaluates to a true value and removed if it evaluates to false.
Last updated