I have DOM that looks something like this:
... >
Currently, Angular 6 recommends me to use @HostBindings and @HostListeners instead of the host property:
export class ProjectComponent { @HostBinding('class') classes = 'classYouWantApplied'; }