Medium
What are the values of the object passed to [ngClass]?
Author: LéoStatus: PublishedQuestion passed 142 times
Edit
-2
Community Evaluations
Incorrect answer
Victor SILVESTRE11/08/2024
il est possible d'affecter une string à ng-class comme suit :
[ngClass]= unecondition ? 'nom1' : 'nom2'
Bien que cela soit une mauvaise pratique dû à la ré-évaluation de la valeur dans le DOM
La réponse 4 devrait être ok.
Similar QuestionsMore questions about Angular
12
What is TypeScript?7
Specify the location in the DOM where the component of the active route will be inserted in Angular5
How to capitalize the first letter of each word in a string in Angular4
Which flag allows you to specify, when creating an application, that you want to use SCSS for styles?3
What is Angular?