Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 532 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 532 Bytes

Angular Performance: Your App at the Speed of Light

Christian Liebel (@christianliebel), Thinktecture AG, NG-DE 2019, Friday, 30th August 2019, Berlin.

Branches

You’ll find the demos in the different branches in this repository.

  • demo-1 - effects of global change detection
  • demo-2 - enabling console performance debug tools
  • demo-3 - effects of high-frequency detection trigger (mousemove the click button)
  • demo-4 - using NgZone and runOutsideAngular
  • demo-5 - using ChangeDetectionStrategy.OnPush