Skip to content

Commit ec6930d

Browse files
authored
Update README.md
1 parent 1f9ea8a commit ec6930d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Visual detecting changes in the component tree
1+
## Visual detecting changes in the component tree
22

33
> This project shows you how the component tree in Angular is updated.
44
> The time shown on the component nodes in the tree is the interval
@@ -10,7 +10,7 @@ $ npm install # install all dependencies
1010
$ ng serve # worked with jit or aot
1111
```
1212

13-
StackBlitz:
13+
### StackBlitz examples
1414

1515
**ChangeDetection.Default + NgZone (static tree + projection)**: <br>
1616
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example: https://stackblitz.com/github/Angular-RU/change-detection-tree <br>
@@ -60,6 +60,11 @@ $ ng serve --app 3 --port 4203
6060
</pre>
6161
</details><br>
6262

63+
### TODO
64+
65+
**ChangeDetection.Default + Async pipe + Reactive Forms - without ngZone**: <br>
66+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example: In progress
67+
6368
**Custom state-management (services)**: <br>
6469
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example: In progress
6570

@@ -72,7 +77,9 @@ $ ng serve --app 3 --port 4203
7277
**Web-worker platform**: <br>
7378
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Example: In progress
7479

75-
#### Detect problem with Zone
80+
### Checklist for detect problem
81+
82+
- Detect problem with Zone
7683

7784
> Copy the code and paste it into the console.
7885
> If your component tree too often calls Application.tick() your application will disappear.

0 commit comments

Comments
 (0)