我研究并发现了两种不同的实现:一种使用 config.json 文件来加载 api url 等内容。另一个用途是将environment.ts 文件拉入 angular.json 中。这两种方法的权衡是什么?还有我目前没有考虑的其他选择吗?
这两种方法(使用 config.json 文件和利用 environment.ts 文件)在 Angular 应用程序中各有优缺点。以下是每个选项的详细信息,以及您可能考虑的其他选项:
1。使用 config.json 文件
优点:
权衡:
2。使用environment.ts文件
优点:
权衡:
3.其他需要考虑的选择
结论