mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE Lifecycle hooks now live in the `angular2/lifecycle_hooks` module. They previously lived in the `metadata` module.
10 lines
310 B
TypeScript
10 lines
310 B
TypeScript
export * from './metadata';
|
|
export * from './change_detection';
|
|
export * from './core';
|
|
export * from './di';
|
|
export * from './directives';
|
|
export * from './forms';
|
|
export * from './render';
|
|
export * from './profile';
|
|
export {bootstrap} from 'angular2/src/core/application';
|
|
export * from './lifecycle_hooks';
|