mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix link to API entry AngularAppEngine (#59367)
fixes #59342 PR Close #59367
This commit is contained in:
parent
1614cfdbb0
commit
16d4ea3221
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ IMPORTANT: The above tokens will be `null` in the following scenarios:
|
|||
|
||||
## Configuring a non-Node.js Server
|
||||
|
||||
The `@angular/ssr` provides essential APIs for server-side rendering your Angular application on platforms other than Node.js. It leverages the standard [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) and [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) objects from the Web API, enabling you to integrate Angular SSR into various server environments. For detailed information and examples, refer to the [`@angular/ssr` API reference](api/ssr/node/AngularAppEngine).
|
||||
The `@angular/ssr` provides essential APIs for server-side rendering your Angular application on platforms other than Node.js. It leverages the standard [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request) and [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) objects from the Web API, enabling you to integrate Angular SSR into various server environments. For detailed information and examples, refer to the [`@angular/ssr` API reference](api/ssr/AngularAppEngine).
|
||||
|
||||
```typescript
|
||||
// server.ts
|
||||
|
|
|
|||
Loading…
Reference in a new issue