/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/src/linker.ts
19 строк
860 B
Matthieu Riegler
refactor(core): simplifying the ComponentFactory usage
13 апр 2026, 22:24
13 апр 2026, 22:24
f9b74e9
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ // Public API for compiler export {Compiler, COMPILER_OPTIONS, CompilerFactory, CompilerOptions} from './linker/compiler'; export {ComponentRef} from './linker/component_factory'; export {DestroyRef} from './linker/destroy_ref'; export {ElementRef} from './linker/element_ref'; export {NgModuleFactory, NgModuleRef} from './linker/ng_module_factory'; export {getModuleFactory, getNgModuleById} from './linker/ng_module_factory_loader'; export {QueryList} from './linker/query_list'; export {TemplateRef} from './linker/template_ref'; export {ViewContainerRef} from './linker/view_container_ref'; export {EmbeddedViewRef, ViewRef} from './linker/view_ref';