mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bec5c5fdad
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: ...}