1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Difference between [ngClass] vs [class] binding

Discussão em 'Angular' iniciado por Ben Taliadoros, Novembro 4, 2024 às 22:32.

  1. What is the difference in Angular 2 between the following snippets:

    <div [class.extra-sparkle]="isDelightful">
    <div [ngClass]="{'extra-sparkle': isDelightful}">

    Continue reading...

Compartilhe esta Página