Provides additional options to the bootstrapping process.
interface BootstrapOptions { ngZone?: NgZone | "zone.js" | "noop"; ngZoneEventCoalescing?: boolean; ngZoneRunCoalescing?: boolean; ignoreChangesOutsideZone?: boolean;}