angular 4 using webpack how to set up app for multiple test environments -


i have created angular 4 app using webpack .i have set application 4 different regions (3 test regions , 1 production).for each different environment, service end point urls different.buid , deployment process should automated. please note not using angular cli.


Comments