kyubisation / angular-server-side-configuration

Configure an angular application at runtime on the server
Apache License 2.0
42 stars 6 forks source link

chore: update Angular to version 15 #70

Closed kyubisation closed 2 years ago

kyubisation commented 2 years ago

BREAKING CHANGE: Angular 15 is now required. With version 15 of the Angular CLI, environment files are no longer generated by default. In order to adapt, using ng add angular-server-side-configuration will try to add the import in either app.module.ts, app.components.ts or main.ts depending on availability. The ngssc builder will also now search all files for environment variable usages instead of just the defined environment file.