3 Steps to bootstrap an Angular app without AppModule
Bootstrapping a standalone component
Hi there 👋
Today's tip is about converting an Angular AppComponent to a standalone component and bootstrapping the component instead of the module.
To learn more about standalone components: