mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Use an intermediate typescript file to rexport all of all of @angular/ssr rather than reaching into the npm package files PR Close #62734
13 lines
412 B
TypeScript
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';
|