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.
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 eitherapp.module.ts
,app.components.ts
ormain.ts
depending on availability. The ngssc builder will also now search all files for environment variable usages instead of just the defined environment file.