My goal is to replace environment.ts
with environment.prod.ts
of an Angular library.
The problem is a Angular library do not have fileReplacements
key in the angular.json
file. I need to replace environment.ts
with environment.prod.ts
when I do npx ng build app1
.
Reference: