NG update Migrations — Angular 15
Migrations available with the ng update Angular CLI command for Angular 15. Details and example diffs below.
Update TypeScript compiler `target` and set `useDefineForClassFields`. These changes are for IDE purposes as TypeScript compiler options `target` and `useDefineForClassFields` are set to `ES2022` and `false` respectively by the Angular CLI. To control ECMA version and features use the Browerslist configuration.
No example diff available for this migration yet.