标签: angular ionic3 environment-variables
我想根据通过cli传递的自定义参数在我的应用程序中使用一些参数。就像在常规Angular应用程序中一样,您可以添加--env=prod,然后为环境设置不同的类。
--env=prod
任何想法如何实现这一目标?