https://github.com/angular/angular
Raw File
Tip revision: 11ab20c3ac57ed86a10c8a23e3cb528645d5f0b9 authored by Rado Kirov on 08 January 2016, 20:23:35 UTC
046758c docs(changelog): update change log to beta.1
Tip revision: 11ab20c
bootstrap.d.ts
/**
 * See {@link bootstrap} for more information.
 * @deprecated
 */
export { bootstrap } from 'angular2/platform/browser';
export { AngularEntrypoint } from 'angular2/src/core/angular_entrypoint';
back to top