LiMeii / angular-change-detection

demo code for deep understanding angular change detection / unidirectional data flow / dirty checking / binding / DOM update / OnPush strategy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-change-detection

This project was generated with Angular CLI version 8.0.0.

demo code for deep understanding the following angular core concept:

  • angular change detection
  • unidirectional data flow
  • dirty checking
  • binding
  • DOM update in deep
  • OnPush strategy
  • ngDOcheck trigger timing

Here is the series of change detection tutorial:

usage

Download to your local

Run 'npm install'

Run 'ng serve'

About

demo code for deep understanding angular change detection / unidirectional data flow / dirty checking / binding / DOM update / OnPush strategy.


Languages

Language:TypeScript 84.4%Language:JavaScript 9.5%Language:HTML 5.7%Language:CSS 0.4%