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
-
*[#23841 - elements: change detection breaks in *ngFor loop](https://github.com/angular/angular/issues/23841)
9
-
*[#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
10
8
9
+
-[#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841)
10
+
-[#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
11
12
12
## Usage
13
13
14
-
install the package:
14
+
install the package:
15
15
16
16
npm install --save elements-zone-strategy
17
17
@@ -22,3 +22,9 @@ use the new strategy:
22
22
const strategyFactory = new ElementZoneStrategyFactory(HelloComponent, this.injector);
This addresses the following issues with @angular/elements:
8
-
*[#23841 - elements: change detection breaks in *ngFor loop](https://github.com/angular/angular/issues/23841)
9
-
*[#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
10
8
9
+
-[#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841)
10
+
-[#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
11
12
12
## Usage
13
13
14
-
install the package:
14
+
install the package:
15
15
16
16
npm install --save elements-zone-strategy
17
17
@@ -22,3 +22,9 @@ use the new strategy:
22
22
const strategyFactory = new ElementZoneStrategyFactory(HelloComponent, this.injector);
0 commit comments