You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Basic,step: 'v15 no-ivy',action: 'In your application\'s `tsconfig.json` file, remove `enableIvy`. In v15, Ivy is the only rendering engine so `enableIvy` is not required.'},
236
236
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Medium,step: 'v15 base-decorators',action: 'Make sure to use decorators in base classes with child classes that inherit constructors and use dependency injection. Such base classes should be decorated with either `@Injectable` or `@Directive` or the compiler returns an error. <a href="https://angular.io/guide/update-to-version-15#v15-bc-05" alt="Link to more information about this change">Read further</a>'},
237
237
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Medium,step: 'v15 setDisabledState',action: 'In v15, `setDisabledState` is always called when a `ControlValueAccessor` is attached. To opt-out of this behavior, use `FormsModule.withConfig` or `ReactiveFormsModule.withConfig`. <a href="https://angular.io/guide/update-to-version-15#v15-bc-06" alt="Link to more information about this change">Read further</a>'},
238
-
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Advanced,step: 'v15 canParse',action: 'Applications that use `canParse` should use `@angular/localize/tools.analyze` instead. In v15, the `canParse` method was removed from all translation parsers in `@angular/localize/tools`. <a href="https://angular.io/guide/update-to-version-15#v15-bc-07" alt="Link to more information about this change">Read further</a>'},
238
+
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Advanced,step: 'v15 canParse',action: 'Applications that use `canParse` should use `analyze` from `@angular/localize/tools` instead. In v15, the `canParse` method was removed from all translation parsers in `@angular/localize/tools`. <a href="https://angular.io/guide/update-to-version-15#v15-bc-07" alt="Link to more information about this change">Read further</a>'},
239
239
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Basic,step: 'v15 ActivatedRoutSnapshot',action: 'Make sure that all `ActivatedRouteSnapshot` objects have a `title` property. In v15, the `title` property is a required property of `ActivatedRouteSnapshot`. <a href="https://angular.io/guide/update-to-version-15#v15-bc-08" alt="Link to more information about this change">Read further</a>'},
240
240
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Advanced,step: 'v15 RouterOutlet',action: 'If your tests with `RouterOutlet` break, make sure they don\'t depend on the instantiation order of the corresponding component relative to change detection. In v15, `RouterOutlet` instantiates the component after change detection. <a href="https://angular.io/guide/update-to-version-15#v15-bc-09" alt="Link to more information about this change">Read further</a>'},
241
241
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Basic,step: 'v15 relativeLinkResolution',action: 'In v15, `relativeLinkResolution` is not configurable in the Router. It was used to opt out of an earlier bug fix that is now standard. <a href="https://angular.io/guide/update-to-version-15#v15-bc-10" alt="Link to more information about this change">Read further</a>'},
0 commit comments