angular-cn/modules/@angular/core/test/change_detection
Miško Hevery bec5c5fdad refactor(Provider): remove deprecated provider/bind API (#10652)
Closes #9751

BREAKING CHANGE:

These forms of providers are no longer accepted:
  bind(MyClass).toFactory(...)
  new Provider(MyClass, toFactory: ...)

We now only accept:
  {provider: MyClass, toFactory: ...}
2016-08-15 19:37:42 -07:00
..
differs refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
change_detector_util_spec.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
iterable.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
util.ts refactor: remove ts2dart annotations 2016-08-01 11:34:51 -07:00