UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

13 lines 713 B
// Public API for compiler export { DirectiveResolver } from './linker/directive_resolver'; export { ViewResolver } from './linker/view_resolver'; export { Compiler } from './linker/compiler'; export { AppViewManager } from './linker/view_manager'; 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'; export { ViewRef, ProtoViewRef } from './linker/view_ref'; export { ViewContainerRef } from './linker/view_container_ref'; export { ComponentRef } from './linker/dynamic_component_loader'; //# sourceMappingURL=linker.js.map