/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schematics/angular/server/files/server-builder/standalone-src/main.server.ts.template
8 строк
346 B
Alan Agius
feat(@angular/ssr): introduce BootstrapContext for isolated server-side rendering
10 сен 2025, 19:59
10 сен 2025, 19:59
f0b0980
Код
Авторство
О чём код?
import { BootstrapContext, bootstrapApplication } from '@angular/platform-browser'; import { <%= appComponentName %> } from '<%= appComponentPath %>'; import { config } from './app/app.config.server'; const bootstrap = (context: BootstrapContext) => bootstrapApplication(<%= appComponentName %>, config, context); export default bootstrap;