export const environment = { production: false, apiUrl: 'http://my-api-url' };. You can add target-specific configuration files, such as environment.prod.ts ...
確定! 回上一頁