mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
/**
|
|
* See {@link bootstrap} for more information.
|
|
* @deprecated
|
|
*/
|
|
export {bootstrap} from 'angular2/platform/browser';
|
|
export {AngularEntrypoint} from 'angular2/src/core/angular_entrypoint';
|