mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 08:41:39 +08:00
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