Skip to content

Commit

Permalink
docs(core): mention about limitation in ChangeDetectionScheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
trotyl committed Apr 8, 2018
1 parent 123cfd1 commit ec3bd09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/change-detection-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ platformBrowserDynamic.bootstrapModule(MyModule, { ngZone: 'noop' });
## Note

+ Depends on `markForCheck` integration like async pipe;
+ When multiple applications bootstrapped, would only schedule change detection for last ticked application due to technically limitation (except for `markForCheck` from root views);

## Requirements

Expand Down

0 comments on commit ec3bd09

Please sign in to comment.