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
This addresses the following issues with @angular/elements:
8
12
9
-
-[#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841)
13
+
-[#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841) -- this is fixed in angular 10.1.0
10
14
-[#24181 - @angular/elements component events are called from an inconsistent zone](https://github.com/angular/angular/issues/24181) -- This is fixed in zone.js v0.8.27
11
15
12
16
## Usage
@@ -25,7 +29,9 @@ use the new strategy:
25
29
26
30
## Versions
27
31
28
-
use version 10.0.0 for Angular 10
32
+
Not needed in Angular 11
33
+
34
+
use version 10.0.0 for Angular 10 (not needed as of 10.1)
This addresses the following issues with @angular/elements:
8
12
9
-
-[#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841)
13
+
-[#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841) -- this is fixed in angular 10.1.0
10
14
-[#24181 - @angular/elements component events are called from an inconsistent zone](https://github.com/angular/angular/issues/24181) -- This is fixed in zone.js v0.8.27
11
15
12
16
## Usage
@@ -25,7 +29,9 @@ use the new strategy:
25
29
26
30
## Versions
27
31
28
-
use version 10.0.0 for Angular 10
32
+
Not needed in Angular 11
33
+
34
+
use version 10.0.0 for Angular 10 (not needed as of 10.1)
0 commit comments