0a7d10ba55
BREAKING CHANGE: - Injector was renamed into `ReflectiveInjector`, as `Injector` is only an abstract class with one method on it - `Injector.getOptional()` was changed into `Injector.get(token, notFoundValue)` to make implementing injectors simpler - `ViewContainerRef.createComponent` now takes an `Injector` instead of `ResolvedProviders`. If a reflective injector should be used, create one before calling this method. (e.g. via `ReflectiveInjector.resolveAndCreate(…)`. |
||
---|---|---|
.. | ||
docs | ||
src | ||
test | ||
README.dart.md | ||
README.js.md | ||
benchpress.dart | ||
benchpress.ts | ||
common.ts | ||
index.dart | ||
index.ts | ||
package.json | ||
pubspec.yaml | ||
tsconfig.json |
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