I have it where angular IDE runs this command everytime I hit the start server button.
ng serve –port=4200 –live-reload=true –environment=dev –webclipse-launch-id=5642767988691191609 –port=4200 –live-reload=true –environment=local
the environment variable is defined twice but I only set it up once in the custom command arguments for
–environment=local.
How do I stop Angular IDE form always loading the –environment=dev argument?