How to build once and deployed multiple environments using angular-cli 4?

后端 未结 3 1790
情歌与酒
情歌与酒 2020-12-09 23:39

We planned to deploy angular into amazon S3 static website, currently we are doing separate build for each environments(development/production). Is any solution to build onc

3条回答
  •  天涯浪人
    2020-12-10 00:04

    Configuration library for Angular handling environments in continuous delivery systems. see npm package i created handling this problem https://www.npmjs.com/package/@golavr/ng-config

提交回复
热议问题