angular-cn/modules/benchmarks
Tobias Bosch 0c600cf6e3 refactor(core): introduce ComponentFactory.
Each compile template now exposes a `<CompName>NgFactory` variable
with an instance of a `ComponentFactory`.
Calling `ComponentFactory.create` returns a `ComponentRef` that can
be used directly.

BREAKING CHANGE:
- `Compiler` is renamed to `ComponentResolver`,
  `Compiler.compileInHost` has been renamed to `ComponentResolver.resolveComponent`.
- `ComponentRef.dispose` is renamed to `ComponentRef.destroy`
- `ViewContainerRef.createHostView` is renamed to `ViewContainerRef.createComponent`
- `ComponentFixture_` has been removed, the class `ComponentFixture`
  can now be created directly as it is no more using private APIs.
2016-04-20 11:27:26 -07:00
..
e2e_test refactor(view_compiler): codegen DI and Queries 2016-04-13 14:43:48 -07:00
src refactor(core): introduce ComponentFactory. 2016-04-20 11:27:26 -07:00
pubspec.yaml refactor(dart/transform): Use targeted transformers 2016-03-10 09:30:47 -08:00