Adicione CSS dinamicamente no Angular 6

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