/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/platform-server/src/platform-server.ts
17 строк
614 B
Alan Agius
refactor(platform-server): replace standard Error with RuntimeError (#69184)
05 июн 2026, 20:20
05 июн 2026, 20:20
abfb04a
Код
Авторство
О чём код?
/** * @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 {PlatformState} from './platform_state'; export {provideServerRendering} from './provide_server'; export {platformServer, ServerModule} from './server'; export {BEFORE_APP_SERIALIZED, INITIAL_CONFIG, PlatformConfig} from './tokens'; export {renderApplication, renderModule} from './utils'; export {RuntimeErrorCode} from './errors'; export * from './private_export'; export {VERSION} from './version';