https://github.com/angular/angular
Raw File
Tip revision: a239f406e29bad7f29051ccca1a24b330813e20c authored by Igor Minar on 15 December 2015, 11:16:34 UTC
059e09c chore(release): cut alpha.54 - rxjs bundle separation
Tip revision: a239f40
bootstrap_static.d.ts
/**
 * See {@link bootstrap} for more information.
 * @deprecated
 */
export { bootstrapStatic } from 'angular2/platform/browser_static';
export { AngularEntrypoint } from 'angular2/src/core/angular_entrypoint';
back to top