Angular - Standalone Components
Which Angular function is used to start an app with a standalone component?
bootstrapApplication() specifically for standalone components.bootstrapModule() is for NgModule apps; others are not Angular functions.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions