Load all Angular Material Style in single CSS file, instead of loading style at runtime
In my Angular 8 Application multiple style tags are getting generated at runtime for Angular Material. I want to add some CSP attribute all my style tag after build is completed.
For that I want my all Angular Material style to load during build time only. and It should not generate any style tag in DOM at runtime. Can We do that?
Load all Angular Material Style in single CSS file, instead of loading style at runtime
In my Angular 8 Application multiple style tags are getting generated at runtime for Angular Material. I want to add some CSP attribute all my style tag after build is completed.
For that I want my all Angular Material style to load during build time only. and It should not generate any style tag in DOM at runtime. Can We do that?