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.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>'},
242
242
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Medium,step: 'v15 DATE_PIPE_DEFAULT_OPTIONS',action: 'Change instances of the `DATE_PIPE_DEFAULT_TIMEZONE` token to use `DATE_PIPE_DEFAULT_OPTIONS` to configure time zones. In v15, the `DATE_PIPE_DEFAULT_TIMEZONE` token is deprecated. <a href="https://angular.io/guide/update-to-version-15#v15-dp-01" alt="Link to more information about this change">Read further</a>'},
243
+
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Medium,step: 'v15 iframe',action: 'Existing `<iframe>` instances might have security-sensitive attributes applied to them as an attribute or property binding. These security-sensitive attributes can occur in a template or in a directive\'s host bindings. Such occurrences require an update to ensure compliance with the new and stricter rules about `<iframe>` bindings. For more information, see [the error page](https://angular.io/errors/NG0910).'},
243
244
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Medium,step: 'v15 Injector.get',action: 'Update instances of `Injector.get()` that use an `InjectFlags` parameter to use an `InjectOptions` parameter. The `InjectFlags` parameter of `Injector.get()` is deprecated in v15. <a href="https://angular.io/guide/update-to-version-15#v15-dp-02" alt="Link to more information about this change">Read further</a>'},
244
245
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Basic,step: 'v15 TestBed.inject',action: 'Update instances of `TestBed.inject()` that use an `InjectFlags` parameter to use an `InjectOptions` parameter. The `InjectFlags` parameter of `TestBed.inject()` is deprecated in v15. <a href="https://angular.io/guide/update-to-version-15#v15-dp-01" alt="Link to more information about this change">Read further</a>'},
245
246
{possibleIn: 1500,necessaryAsOf: 1500,level: ApplicationComplexity.Medium,step: 'v15 ngModule in providedIn',action: 'Using `providedIn: ngModule` for an `@Injectable` and `InjectionToken` is deprecated in v15. <a href="https://angular.io/guide/update-to-version-15#v15-dp-04" alt="Link to more information about this change">Read further</a>'},
0 commit comments