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?
added prebuilt theme in angular.json