Mid
From PDF
Angular
Angular
Attribute Directives – Change appearance/behavior (e.g., ngClass, ngStyle)?
Examples:
<!-- *ngIf -->
<div *ngIf="user.isLoggedIn">Welcome, {{ user.name }}</div>
<!-- *ngFor -->
<li *ngFor="let item of items">{{ item }}</li>
Real-Time Example:
In a to-do app, *ngFor is used to loop through tasks and display them.
Share this Q&A
Share preview image: https://www.toolliyo.com/images/toolliyo-logo.png