angular-cn/modules/angular2/test/transform/directive_linker
vsavkin 7b511462af refactor(core): renamed injectables into appInjector
BREAKING CHANGES

Before:

@Component({injectables: [Type]} class MyCmp{}

After:

@Component({appInjector: [Type]} class MyCmp{}
2015-05-18 18:30:52 -07:00
..
simple_export_files feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
simple_files refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
all_tests.dart refactor(dart/transform): Correct Dart analyzer warnings 2015-04-14 13:41:22 -07:00