angular-cn/modules/angular2/test
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
..
benchmark/transform chore(benchmarks): add transform benchmark runner and clean up benchmark output 2015-05-07 10:36:04 -07:00
change_detection feat(change_detection): json pipe 2015-05-18 14:34:37 -07:00
core refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00
di feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
directives fix(directives): fix import path 2015-05-13 11:56:50 +02:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade feat(errors): preserve stack traces of user exceptions in Dart 2015-05-15 15:03:31 -07:00
forms feat(forms): improved error messages 2015-05-18 14:34:36 -07:00
mock feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
reflection fix(Compiler): add an error when a directive is null or undefined 2015-05-15 19:26:06 +02:00
render/dom feat(compiler): special-case class attribute in hostAttributes 2015-05-18 14:34:36 -07:00
router fix(router): improve route matching priorities 2015-05-18 15:57:08 -07:00
services chore: dartfmt Dart code in the repo 2015-05-11 09:50:33 -07:00
test_lib fix(test_lib): spy funcs should match null arguments 2015-05-08 13:51:43 -07:00
transform refactor(core): renamed injectables into appInjector 2015-05-18 18:30:52 -07:00