Skip to content

Commit 69aea8e

Browse files
committed
chore: note down limitation about netlify serve
1 parent a7e6b2c commit 69aea8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ export class FooComponent {
7171

7272
Keep in mind that these will not be available on the client-side or during [prerendering](https://angular.dev/guide/prerendering#prerendering-parameterized-routes).
7373

74+
To test this in local development, run your Angular project using `netlify serve`:
75+
76+
```sh
77+
netlify serve --dir dist/demo/browser
78+
```
79+
7480
## CLI Usage
7581

7682
### Requirements

0 commit comments

Comments
 (0)