Skip to content

Commit 3c0c2f3

Browse files
committed
docs: update readme toc
1 parent f0b8146 commit 3c0c2f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This build plugin implements Angular Support on Netlify.
1717

1818
- [Installation and Configuration](#installation-and-configuration)
1919
- [Accessing `Request` and `Context` during Server-Side Rendering](#accessing-request-and-context-during-server-side-rendering)
20+
- [Customizing request handling](#customizing-request-handling)
21+
- [Limitations](#limitations)
2022
- [CLI Usage](#cli-usage)
2123
- [Getting Help](#getting-help)
2224
- [Contributing](#contributing)
@@ -102,7 +104,7 @@ export class FooComponent {
102104

103105
## Customizing request handling
104106

105-
Starting with Angular@19. The build plugin makes use of `server.ts` file to handle requests. The default Angular scaffolding does generate incompatible code for Netlify so build plugin will generate a compatible `server.ts` file for you automatically. If you need to customize the request handling, you can do so by starting with copying one of code snippets below to your `server.ts` file.
107+
Starting with Angular@19. The build plugin makes use of `server.ts` file to handle requests. The default Angular scaffolding does generate incompatible code for Netlify so build plugin will swap it for compatible `server.ts` file for you automatically if it detects default one being used. If you need to customize the request handling, you can do so by copying one of code snippets below to your `server.ts` file.
106108

107109
If you did not opt into the App Engine Developer Preview:
108110

0 commit comments

Comments
 (0)