Victor Berchet 3d38ec8aac refactor(Lifecycle hooks): move the hooks to their own module (lifecycle_hooks)
BREAKING CHANGE

Lifecycle hooks now live in the `angular2/lifecycle_hooks` module.
They previously lived in the `metadata` module.
2015-09-05 01:02:33 +00:00

14 lines
502 B
TypeScript

export * from '../metadata';
export * from '../lifecycle_hooks';
export * from '../change_detection';
export * from '../core';
export * from '../di';
export * from '../directives';
export * from '../forms';
export * from '../render';
export * from '../profile';
export * from '../src/web_workers/worker/application';
export * from '../src/web_workers/shared/client_message_broker';
export * from '../src/web_workers/shared/service_message_broker';
export * from '../src/web_workers/shared/serializer';