Angular

  • angular server side rendering with hydration introduced in angular 16 src
  • how to create an angular application with server side rendering src
  • how to add angular server side rendering to existing application src
  • static site generation with angular src

Change Detection

  • how change detection works under the hood  src
    • uses zone.js
  • how to debug and find code triggering change detection src
    • uses NgZone
    • Running code outside the Angular zone prevents unnecessary change detection cycles, which can improve application performance
  • using onpush change detection  src
    • with signals src

Routing

  • setting up routing src

Subjects

  • subject as observer (make a cold observable multicast) (28:26)

Reactive Forms

  • using a FormArray src

Debugging

  • ng variable that Angular exposes in the development mode, can be used in dev console in Chrome (6:00)

Comments

Popular posts from this blog

Azure

.NET