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
- Host: GitHub
- URL: https://github.com/gregonnet/angular2-change-detection
- Owner: GregOnNet
- Created: 2016-02-10T23:13:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T22:17:41.000Z (over 10 years ago)
- Last Synced: 2025-01-23T13:25:22.533Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://gregonnet.github.io/angular2-change-detection/
- Size: 1.58 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)