2015-09-04 01:01:36 -04:00
|
|
|
// Public API for compiler
|
2016-04-13 20:05:17 -04:00
|
|
|
export {ComponentResolver} from './linker/component_resolver';
|
2016-05-04 13:45:48 -04:00
|
|
|
export {SystemJsComponentResolver} from './linker/systemjs_component_resolver';
|
2015-10-02 10:37:23 -04:00
|
|
|
export {QueryList} from './linker/query_list';
|
|
|
|
export {DynamicComponentLoader} from './linker/dynamic_component_loader';
|
|
|
|
export {ElementRef} from './linker/element_ref';
|
|
|
|
export {TemplateRef} from './linker/template_ref';
|
2016-04-13 20:05:17 -04:00
|
|
|
export {EmbeddedViewRef, ViewRef} from './linker/view_ref';
|
2015-10-02 10:37:23 -04:00
|
|
|
export {ViewContainerRef} from './linker/view_container_ref';
|
2016-04-13 20:05:17 -04:00
|
|
|
export {ComponentRef, ComponentFactory} from './linker/component_factory';
|
2016-04-28 20:50:03 -04:00
|
|
|
export {ExpressionChangedAfterItHasBeenCheckedException} from './linker/exceptions';
|