@angular/platform-browser

bootstrapApplication

function

Bootstraps an instance of an Angular application and renders a standalone component as the application's root component. More information about standalone components can be found in this guide.

bootstrapApplication(
rootComponent: Type<unknown>,
options?: ApplicationConfig
): Promise<ApplicationRef>;
Jump to details