2015-09-03 22:01:36 -07:00
|
|
|
// Public API for compiler
|
2016-06-08 16:38:52 -07:00
|
|
|
export {ComponentFactory, ComponentRef} from './linker/component_factory';
|
2016-04-13 17:05:17 -07:00
|
|
|
export {ComponentResolver} from './linker/component_resolver';
|
2015-10-02 07:37:23 -07:00
|
|
|
export {DynamicComponentLoader} from './linker/dynamic_component_loader';
|
|
|
|
export {ElementRef} from './linker/element_ref';
|
2016-06-08 16:38:52 -07:00
|
|
|
export {ExpressionChangedAfterItHasBeenCheckedException} from './linker/exceptions';
|
|
|
|
export {QueryList} from './linker/query_list';
|
2016-06-10 16:31:34 -07:00
|
|
|
export {SystemJsCmpFactoryResolver, SystemJsComponentResolver} from './linker/systemjs_component_resolver';
|
2015-10-02 07:37:23 -07:00
|
|
|
export {TemplateRef} from './linker/template_ref';
|
|
|
|
export {ViewContainerRef} from './linker/view_container_ref';
|
2016-06-08 16:38:52 -07:00
|
|
|
export {EmbeddedViewRef, ViewRef} from './linker/view_ref';
|