mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| benchmark_util.ts | ||
| e2e_util.dart | ||
| e2e_util.ts | ||
| fake_async.dart | ||
| fake_async.ts | ||
| lang_utils.dart | ||
| lang_utils.ts | ||
| matchers.dart | ||
| matchers.ts | ||
| perf_util.dart | ||
| perf_util.ts | ||
| shims_for_IE.js | ||
| test_component_builder.ts | ||
| test_injector.ts | ||
| testing.dart | ||
| testing.ts | ||
| testing_internal.dart | ||
| testing_internal.ts | ||
| testing_internal_core.dart | ||
| utils.ts | ||