Class & style helpers

[class], [class.foo], [style], [style.width.%], [ngClass], [ngStyle]

With binding

With builtin directives

classes = { selected: this.selected, promo: this.promo };
styles = { 'font-size': this.selected ? '1.2em' : '1em' };

In the html: