NG update Migrations — Angular 11
Migrations available with the ng update Angular CLI command for Angular 11. Details and example diffs below.
In Angular version 11, the type of `AbstractControl.parent` can be `null` to reflect the runtime value more accurately. This migration automatically adds non-null assertions to existing accesses of the `parent` property on types like `FormControl`, `FormArray` and `FormGroup`.
No example diff available for this migration yet.
The default value for `relativeLinkResolution` is changing from 'legacy' to 'corrected'. This migration updates `RouterModule` configurations that use the default value to now specifically use 'legacy' to prevent breakages when updating.
No example diff available for this migration yet.