Fedor,
We support multiple configurations for the same project using the Launch configurations.
“Angular CLI Application” is the name of the launch config type. You can create a new launch config for the type and it will appear as a new server in the Servers view.
You can also customize the ng serve command line when creating the launch config to start the server in prod mode. You can add ‘–environment=prod’ or ‘–prod’ in the Custom ‘ng serve’ command arguments box. We made dev as default mode as it is the most commonly used one.
You can also modify the custom ng serve command args by right clicking on the server in the Servers view and select ‘Properties’. Modify or add the args accordingly and restart the server.
Hope this helps. Please let us know if you see any issues.
–Swapna
MyEclipse Support