bootstrap.d.ts 199 B

123456
  1. /**
  2. * See {@link bootstrap} for more information.
  3. * @deprecated
  4. */
  5. export { bootstrap } from 'angular2/platform/browser';
  6. export { AngularEntrypoint } from 'angular2/src/core/angular_entrypoint';