ngIf

Like ngFor, ngIf is another built-in structural directive that affects the HTML DOM layout.

When applied to an element in its basic form, as seen here, the element is mounted to the DOM when the assigned expression evaluates to true; otherwise, it is removed from the DOM. Therefore, the busy indicator is displayed only when the component state, isBusy, is true.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.184.90