AngularJS 8 使用程中的一些尝试和参考的资料 1、HttpInterceptor参考 2、HttpInterceptor 官网 3、不同环境打包参考 4、环境官网 构建不同环境命令 1、构建暂存环境: ng build --configuration=stage 2、构建生产环境: ng build --configuration=production 或者 ng build --prod