Small compilation of the most common used ng directives.
1// NgClass (from @angular/common) 2<some-element [ngClass]="{'first': true, 'second': true, 'third': false}">...</some-element>
Created on 9/26/2018