File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- # Visual detecting changes in the component tree
1
+ ## Visual detecting changes in the component tree
2
2
3
3
> This project shows you how the component tree in Angular is updated.
4
4
> The time shown on the component nodes in the tree is the interval
@@ -10,7 +10,7 @@ $ npm install # install all dependencies
10
10
$ ng serve # worked with jit or aot
11
11
```
12
12
13
- StackBlitz:
13
+ ### StackBlitz examples
14
14
15
15
✅ ** ChangeDetection.Default + NgZone (static tree + projection)** : <br >
16
16
  ;  ;  ;  ;  ;  ;  ; Example: https://stackblitz.com/github/Angular-RU/change-detection-tree <br >
@@ -60,6 +60,11 @@ $ ng serve --app 3 --port 4203
60
60
</pre >
61
61
</details ><br >
62
62
63
+ ### TODO
64
+
65
+ ❌ ** ChangeDetection.Default + Async pipe + Reactive Forms - without ngZone** : <br >
66
+   ;  ;  ;  ;  ;  ;  ; Example: In progress
67
+
63
68
❌ ** Custom state-management (services)** : <br >
64
69
  ;  ;  ;  ;  ;  ;  ; Example: In progress
65
70
@@ -72,7 +77,9 @@ $ ng serve --app 3 --port 4203
72
77
❌ ** Web-worker platform** : <br >
73
78
  ;  ;  ;  ;  ;  ;  ; Example: In progress
74
79
75
- #### Detect problem with Zone
80
+ ### Checklist for detect problem
81
+
82
+ - Detect problem with Zone
76
83
77
84
> Copy the code and paste it into the console.
78
85
> If your component tree too often calls Application.tick() your application will disappear.
You can’t perform that action at this time.
0 commit comments