An open API service indexing awesome lists of open source software.

https://github.com/gregonnet/angular2-change-detection

Demos for ChangeDetectionStrategies
https://github.com/gregonnet/angular2-change-detection

Last synced: about 1 year ago
JSON representation

Demos for ChangeDetectionStrategies

Awesome Lists containing this project

README

          

# Run

```cmd
> npm i -g angular-cli # When not installed
> npm install
> ng serve # Runs app on http://localhost:4200
```

## Further Reading

- [ChangeDetectionStrategy](https://angular.io/docs/ts/latest/api/core/ChangeDetectionStrategy-enum.html)
- [ChangeDetectorRef](https://angular.io/docs/js/latest/api/core/ChangeDetectorRef-class.html)
- [Process (De-)Hydration](https://github.com/m00s/angular2features#view-lifecycle-hydration-and-dehydration)
- [Life-Cycle-Hooks](https://angular.io/docs/ts/latest/guide/lifecycle-hooks.html)
- [Understandung Zones](http://blog.thoughtram.io/angular/2016/01/22/understanding-zones.html)
- [Zones in Angular](http://blog.thoughtram.io/angular/2016/02/01/zones-in-angular-2.html)
- [Advantages of Observables](http://blog.thoughtram.io/angular/2016/01/06/taking-advantage-of-observables-in-angular2.html)
- [Advantages of Observables Part 2](http://blog.thoughtram.io/angular/2016/01/07/taking-advantage-of-observables-in-angular2-pt2.html)