io in my angular application. I want to change some css for some form builder components.
So, I have tried to add custom css class property for that component as below :
and I saved the component. But , When i try to inspect the component using dev-tools , the custom css is not available in the element. The default class form-control is avaiable as below :
Please anyone tell me why it happens and how to overcome this?