[ngStyle]={fontSize: '1em'}[style.fontSize.em]=2[style]={fontSize: '3em'}style="font-size: 4em"
@Directive({host: {'[style.fontSize.em]': 5}})@Directive({host: {'style': 'fontSize: 6em;'}})
@Component({host: {'[style.fontSize.em]': 7}})@Component({host: {'style': 'font-size: 8em;'}})