/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/platform-server/src/private_export.ts
18 строк
685 B
Alan Agius
fix(platform-server): add `allowedHosts` option to `renderModule` and `renderApplication`
08 май 2026, 01:30
08 май 2026, 01:30
60552a7
Код
Авторство
О чём код?
/** * @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 */ export { INTERNAL_SERVER_PLATFORM_PROVIDERS as ɵINTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_RENDER_PROVIDERS as ɵSERVER_RENDER_PROVIDERS, } from './server'; export {SERVER_CONTEXT as ɵSERVER_CONTEXT, renderInternal as ɵrenderInternal} from './utils'; export {ENABLE_DOM_EMULATION as ɵENABLE_DOM_EMULATION} from './tokens'; export {DominoAdapter as ɵDominoAdapter} from './domino_adapter'; // Use in @angular/ssr. export {isHostAllowed as ɵisHostAllowed} from './utils';