A context object that can be passed to bootstrapApplication to provide a pre-existing platform injector.
API
interface BootstrapContext {
platformRef: PlatformRef;
}
platformRef
PlatformRefA reference to a platform.
A context object that can be passed to bootstrapApplication to provide a pre-existing platform injector.
interface BootstrapContext {
platformRef: PlatformRef;
}
PlatformRefA reference to a platform.
Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/platform-browser/BootstrapContext