Implementing on push change detection
Pre-release
Pre-release
·
161 commits
to master
since this release
Two-way data binding now works with change detection strategy: OnPush. This change introduces performance improvements as well as some breaking changes.
New functionalities
- Exposing
markForCheckAPI for triggering change detection manually.
Breaking changes
options.dataSourcesetting now does not automatically enable two-way data binding. For two-way data binding you should use [dataSource]="<data_source>" explicitly in the template.