angular/packages/ssr/docs/_node.ts
Joey Perrott 16f2489391 build: move generating doc files for @angular/ssr to using an intermediate typescript file (#62734)
Use an intermediate typescript file to rexport all of all of @angular/ssr rather than reaching into the npm package files

PR Close #62734
2025-07-22 10:13:28 -04:00

13 lines
412 B
TypeScript

/**
* @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';