angular-docs-cn/modules/@angular/common
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
..
src refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
test refactor(common): Remove uses of deprecated TestComponentBuilder. (#10754) 2016-08-15 13:52:57 -07:00
testing fix(router): location changes and redirects break the back button (#10742) 2016-08-12 14:30:51 -07:00
index.ts feat(i18n): provide LOCALE_ID and NgLocalization 2016-08-13 06:18:25 -07:00
package.json chore(package.json): make the packages installable 2016-05-27 17:21:34 -07:00
rollup.config.js build: fix source map paths for npm packages 2016-05-03 13:36:33 -06:00
testing.ts fix(router): routerLinkActive should only set classes after the router has successfully navigated 2016-07-20 17:51:21 -07:00
tsconfig-es5.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00
tsconfig-es2015.json chore(tsickle): add @Annotation annotations 2016-06-16 12:29:46 -07:00