/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/ssr/public_api.ts
29 строк
804 B
Alan Agius
fix(@angular/ssr): support server-side rendering configuration options
29 май 2026, 09:04
29 май 2026, 09:04
21ca098
Код
Авторство
О чём код?
/** * @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 * from './private_export'; export { AngularAppEngine, type AngularAppEngineOptions } from './src/app-engine'; export { createRequestHandler, type RequestHandlerFunction } from './src/handler'; export { PrerenderFallback, type ServerRoute, provideServerRendering, withAppShell, withRoutes, RenderMode, type ServerRouteClient, type ServerRoutePrerender, type ServerRoutePrerenderWithParams, type ServerRouteServer, type ServerRouteCommon, type ServerRenderingOptions, } from './src/routes/route-config'; export { IS_DISCOVERING_ROUTES } from './src/routes/ng-routes';