Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Bye bye NgModules

Bye bye NgModules

Zones? Injectors? Modules? Haven’t you always wanted to create just 1 simple component without being worried about those massive buzzwords? Now you can finally get it!

Angular is changing, and with the upcoming release of Ivy, it becomes much leaner and dynamic than before. In this talk, I will demonstrate why Angular Ivy is truly a game changer. We will understand how we can leverage the Ivy renderer to create independent components, without zones, and without the need of modules. We will learn how to import non-routable components dynamically and even to create higher order components decorators!

Eliran Eliassy

August 21, 2019
Tweet

More Decks by Eliran Eliassy

Other Decks in Technology

Transcript

  1. About mySelf • Founder & developer @ • Angular-IL &

    AngularUP conf CO-organiser • Writer for AngularInDepth
  2. HOC A function which gets a component and returns a

    component And also affecting the component in between…
  3. • Ivy - 3rd generation of Angular complier is around

    the corner! • Future of Angular: • Standalone components • Smarter change detection • Easier dynamic loading of modules & components • HOC • Angular Elements Summary Give it a try!