/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/ssr/docs/_node.ts
13 строк
412 B
Joey Perrott
build: move generating doc files for @angular/ssr to using an intermediate typescript file (#62734)
22 июл 2025, 17:13
22 июл 2025, 17:13
16f2489
Код
Авторство
О чём код?
/** * @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 */ /** * This re-export is in place to allow us to get the types from @angular/ssr for * generate_api_docs. This reexport cannot be used for importing from @angular/ssr. */ export * from '@angular/ssr/node';