Angular's Future without NgModules , with Standalone Components

Titan
Saturday 22 July, 10:00 - 11:00

Thanks to standalone components, Angular applications will no longer need NgModules in future. That makes them more straightforward and lightweight.
While the principles behind this new feature are quickly understood, the really interesting question is:
How can applications be structured without NgModules? This question will be answered here.
We'll go over the basics and mental model of standalone components (pipes and directives), you will see several approaches for structuring your application and for grouping related building blocks.
We also go into edge cases for lazy loading and the use of existing libraries based on NgModules. We discuss the interaction with tree-shakeable providers and how you can convert existing solutions step-by-step into standalone components. By the end you should know, how to improve your project with standalone components.