Closed
Description
As I mention in this stackoverflow question, I think It would be awesome if we could load scripts depending on the environment.
So In production I want to load a script while in develop not.
The syntax's in angular-cli.json could be:
{ "input": "script-only-for-dev.js", "environment": "dev" }
BR