2 Commits

Author SHA1 Message Date
Alan Agius
759344d2e9 refactor(@schematics/angular): remove unused local variables
`messages` is unused from the spec and thus can be removed.
2023-01-09 14:40:33 +00:00
Charles Lyding
8d000d1563 feat(@schematics/angular): add environments generation schematic
A schematic has been added that will allow the generation of environment files
for all existing configurations within a project. The `fileReplacements` option
will also be setup to allow the replacement of the appropriate environment file.
Environment files themselves do not provide any special behavior beyond
that of other application TypeScript files and rely on the `fileReplacements`
option for build-time behavior. The schematic will skip generating environment files
for configurations that already have an appropriately named environment file. The
`fileReplacements` option addition will also be skipped if an appropriate entry
is already present.
2022-12-13 14:27:48 +00:00