UNPKG

1.05 kBTypeScriptView 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 */
8export { COMPILER_OPTIONS, Compiler, CompilerFactory, CompilerOptions, ModuleWithComponentFactories } from './linker/compiler';
9export { ComponentFactory, ComponentRef } from './linker/component_factory';
10export { ComponentFactoryResolver } from './linker/component_factory_resolver';
11export { ElementRef } from './linker/element_ref';
12export { NgModuleFactory, NgModuleRef } from './linker/ng_module_factory';
13export { NgModuleFactoryLoader, getModuleFactory } from './linker/ng_module_factory_loader';
14export { QueryList } from './linker/query_list';
15export { SystemJsNgModuleLoader, SystemJsNgModuleLoaderConfig } from './linker/system_js_ng_module_factory_loader';
16export { TemplateRef } from './linker/template_ref';
17export { ViewContainerRef } from './linker/view_container_ref';
18export { EmbeddedViewRef, ViewRef } from './linker/view_ref';