Динамически добавить CSS в Angular 6

ngOnInit(){
 this.appendCss(this.customizeFormData);
}
Wrong Wombat