add css dynamically in angular 6

44

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

Comments

Submit
0 Comments