W3cubDocs

/Angular

createApplication

function

Create an instance of an Angular application without bootstrapping any components. This is useful for the situation where one wants to decouple application environment creation (a platform and associated injectors) from rendering components on a screen. Components can be subsequently bootstrapped on the returned ApplicationRef.

createApplication(options?: ApplicationConfig)

Parameters
options ApplicationConfig

Extra configuration for the application environment, see ApplicationConfig for additional info.

Optional. Default is undefined.

© 2010–2023 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://angular.io/api/platform-browser/createApplication