angular/modules/angular2/src/core/bootstrap.ts

5 lines
186 B
TypeScript
Raw Normal View History

// Note: This file only exists so that Dart users can import
// bootstrap from angular2/bootstrap. JS users should import
// from angular2/core.
export {bootstrap} from './application';