angular-cn/modules/benchpress
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
..
docs
src refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
test refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
README.dart.md
README.js.md
benchpress.dart
benchpress.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
common.ts refactor(Provider): remove deprecated provider/bind API (#10652) 2016-08-15 19:37:42 -07:00
index.dart
index.ts
package.json
pubspec.yaml
tsconfig.json
types.d.ts

README.js.md

Benchpress - a framework for e2e performance tests

The sources for this package are in the main Angular2 repo. Please file issues and pull requests against that repo.

See this project for an example.

License: Apache MIT 2.0