Browse Source
Revise SSR article by removing architecture sections
Removed sections on Standalone Components and NgModule-based Applications from the SSR announcement article.
pull/24191/head
Fahri Gedik
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
11 deletions
-
docs/en/Community-Articles/2025-11-15-Announcing-SSR-Support/article.md
|
|
|
@ -78,16 +78,6 @@ The ABP SSR schematic supports both modern and legacy Angular build configuratio |
|
|
|
- Designed for legacy Angular applications |
|
|
|
- Compatible with legacy applications |
|
|
|
|
|
|
|
### Standalone Components |
|
|
|
- Form-based 'standalone' application architecture |
|
|
|
- Simpler application architecture (no NgModule) |
|
|
|
- More effective tree-shaking and code splitting |
|
|
|
|
|
|
|
### NgModule-based Applications |
|
|
|
- The classic NgModule architecture |
|
|
|
- Supports full backward compatibility |
|
|
|
- Migration enabled over time |
|
|
|
|
|
|
|
## Running Your SSR Application |
|
|
|
|
|
|
|
After adding SSR to your project, you can run your application in SSR mode: |
|
|
|
@ -163,4 +153,4 @@ Server-side rendering can be a very effective feature in improving your ABP Angu |
|
|
|
|
|
|
|
Try it today and let us know what you think! |
|
|
|
|
|
|
|
--- |
|
|
|
--- |
|
|
|
|