https://github.com/angular/angular
Raw File
Tip revision: 19923d5eacf1d71a8a398bd4378360c5f58c97ec authored by Victor Berchet on 09 December 2015, 22:15:17 UTC
0ef6809 chore(zone.js) : update to 0.5.9
Tip revision: 19923d5
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