mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: fix link to API entry AngularAppEngine (#59367)
fixes #59342 PR Close #59367
This commit is contained in:
committed by
Jessica Janiuk
parent
c297120a10
commit
43e16beff3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user