Browse Source

Merge pull request #24329 from abpframework/fahrigedik-patch-1

Clarify SSR configuration generation commands
pull/24333/head
Mansur Besleney 2 months ago
committed by GitHub
parent
commit
122c23eb5a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      docs/en/Community-Articles/2025-11-15-Announcing-SSR-Support/article.md

8
docs/en/Community-Articles/2025-11-15-Announcing-SSR-Support/article.md

@ -29,14 +29,14 @@ Server-Side Rendering refers to an approach which renders your Angular applicati
You can easily add SSR support to your existing ABP Angular application using the Angular CLI with ABP schematics:
> Adds SSR configuration to your project
```bash
# Generate SSR configuration for your project
ng generate @abp/ng.schematics:ssr-add
# Alternatively, you can use the short form
```
> Short form
```bash
ng g @abp/ng.schematics:ssr-add
```
If you have multiple projects in your workspace, you can specify which project to add SSR to:
```bash

Loading…
Cancel
Save