angular/packages/core/src/linker
Tobias Bosch 431eb309f3 fix(core): provide NgModuleRef in ViewContainerRef.createComponent. (#15350)
This is needed to support the corner cases:
- usage of a `ComponentFactory` that was created on the fly via `Compiler`
- overwriting of the `NgModuleRef` that is associated to a
  `ComponentFactory` by the `ComponentFactoryResolver` from
  which it was read.

Fixes #15241
2017-03-21 14:26:26 -05:00
..
compiler.ts feat(core): expose inputs, outputs and ngContentSelectors on ComponentFactory. (#15214) 2017-03-17 13:52:41 -05:00
component_factory.ts feat(core): expose inputs, outputs and ngContentSelectors on ComponentFactory. (#15214) 2017-03-17 13:52:41 -05:00
component_factory_resolver.ts feat(core): expose inputs, outputs and ngContentSelectors on ComponentFactory. (#15214) 2017-03-17 13:52:41 -05:00
element_ref.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
ng_module_factory.ts fix: element injector vs module injector (#15044) 2017-03-14 16:26:17 -07:00
ng_module_factory_loader.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
query_list.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
system_js_ng_module_factory_loader.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
template_ref.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
view_container_ref.ts fix(core): provide NgModuleRef in ViewContainerRef.createComponent. (#15350) 2017-03-21 14:26:26 -05:00
view_ref.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00