Agregue CSS dinámicamente en Angular 6

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