UNPKG

1.09 kBJavaScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8// Public API for compiler
9export { COMPILER_OPTIONS, Compiler, CompilerFactory, ModuleWithComponentFactories } from './linker/compiler';
10export { ComponentFactory, ComponentRef } from './linker/component_factory';
11export { ComponentFactoryResolver } from './linker/component_factory_resolver';
12export { ElementRef } from './linker/element_ref';
13export { NgModuleFactory, NgModuleRef } from './linker/ng_module_factory';
14export { NgModuleFactoryLoader, getModuleFactory } from './linker/ng_module_factory_loader';
15export { QueryList } from './linker/query_list';
16export { SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig } from './linker/system_js_ng_module_factory_loader';
17export { TemplateRef } from './linker/template_ref';
18export { ViewContainerRef } from './linker/view_container_ref';
19export { EmbeddedViewRef, ViewRef } from './linker/view_ref';
20//# sourceMappingURL=linker.js.map
\No newline at end of file