NG update Migrations — Angular 14
Migrations available with the ng update Angular CLI command for Angular 14. Details and example diffs below.
In Angular version 14, the `pathMatch` property of `Routes` was updated to be a strict union of the two valid options: `'full'|'prefix'`. `Routes` and `Route` variables need an explicit type so TypeScript does not infer the property as the looser `string`.
No example diff available for this migration yet.