angular-cn/modules/angular2/test/core
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
..
annotations feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
compiler refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
testability feat(testability): add an initial scaffold for the testability api 2015-04-01 13:54:06 -07:00
zone refactor(VmTurnZone): renamed to NgZone 2015-05-12 21:03:24 +02:00
application_spec.js refactor(proto_view_factory): expose data for generating change detectors 2015-05-13 17:11:59 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.es6 feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00