Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Provide a way to disable CodeMix’s CodeLive with arguments when deploying servers
This issue was raised by @AnakinPt via live chat. He want a way to run protractor without CodeLive’s dashboard but still be able to run other projects with it being enabled. So a proposal is to have arguments to disable CodeLive via arguments.
We have published a new version of angular-ide npm module.
You can now add “–disable-codelive” to disable CodeLive for this run. e.g.: ng serve --disable-codelive.
To get this latest version, just open up a new Terminal+ tab for your project and run: npm i angular-ide.