5 Commits

Author SHA1 Message Date
Jithil P Ponnan
a68e832aef fix(@schematics/angular): update browserslist config to include last 2 Android major versions 2024-10-14 09:35:06 -07:00
Doug Parker
3ee21631f4 fix(@angular-devkit/build-angular): clear context in Karma by default for single run executions
This works around https://github.com/angular/angular-cli/issues/28271.
2024-08-29 12:00:31 -07:00
David LJ
d24b087eff docs: update browser support links aio->adev 2024-05-27 08:31:53 +02:00
Alan Agius
7b0c1ce0ca fix(@schematics/angular): update browserslist config to include last 2 Chrome version
https://github.com/angular/angular/pull/48669 added support for the last 2 Chrome versions
2023-01-20 18:37:22 +00:00
Alan Agius
dd2b65943d feat(@schematics/angular): add configuration files generation schematic
This commits add a schematic to generate Karma and Browserlist files which since version 15 are no longer generated by default. This schematic should be used to generate these files when further customisation is needed.

Usage
```
ng generate config karma
ng generate config browserlist
```

Closes #24294
2023-01-03 14:53:44 +00:00