Skip to content

v15.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Nov 23:45
· 71 commits to master since this release

⚠ BREAKING CHANGES

  • 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.

Features