CSS in Angular 6 dynamisch hinzufügen

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