Tim Blasi fb49946160 feat(dart/transform) Allow ctor stubs to be tree shaken
Change the method used to discover Directive annotated classes to ensure
that the Dart code can be tree shaken.

Closes #497

Closes $\x23736
2015-02-21 18:20:05 +00:00

9 lines
133 B
Dart

library web_foo;
import 'package:angular2/src/core/application.dart';
import 'bar.dart';
void main() {
bootstrap(MyComponent);
}