angular/modules/angular2/metadata.dart
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

4 lines
78 B
Dart

library angular2.metadata;
export 'package:angular2/src/core/metadata.dart';