Apply CSS Classes Conditionally with Angular 2’s ngClass

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

ngClass is Angular 2's way of allowing you to apply classes and styles based on what's happening in your component. While CSS covers many scenarios with pseudo classes, you'll often run into scenarios where you need to apply classes based on certain conditions, so ngClass comes to the rescue.