Now I would like to be able to overwrite the "style" property inside the environment.ts file so, for each environment I include certain styles. Is this possible and how to do that?
In fact I want to remove the Bootstrap global style in production mode.
Sander Elias
unread,
Jul 9, 2019, 1:27:02 AM7/9/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Angular and AngularJS discussion
Hi Arash,
No, you can't modify this during build-time and neither during runtime. However, you can load styles on demand, so perhaps load the bootstrap thing only when not in production on demand?