Article

Angular Template Local Variables

AOAnonymous One· Sep 1, 20221 min read
  • #Angular
  • #Variables

Angular Template Local Variables

Angular exposes about five template local variables.

  • index
  • first
  • last
  • even
  • odd
<span class="category"
                *ngFor="let category of categories; let first=first"
                [ngClass]="{'active': first}">#{{category.name}}</span>

0 Comments

Sign in to join the conversation.

Search

Jump to a page, story or project