W3cubDocs

/Angular

BootstrapContext

A context object that can be passed to bootstrapApplication to provide a pre-existing platform injector.

API

interface BootstrapContext {
  platformRef: PlatformRef;
}

platformRef

PlatformRef

A 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