From 58ba01b15de495ddce2926c7d2674ab1b5b0e467 Mon Sep 17 00:00:00 2001 From: Fahri Gedik <53567152+fahrigedik@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:41:55 +0300 Subject: [PATCH] Revise SSR article by removing architecture sections Removed sections on Standalone Components and NgModule-based Applications from the SSR announcement article. --- .../2025-11-15-Announcing-SSR-Support/article.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/en/Community-Articles/2025-11-15-Announcing-SSR-Support/article.md b/docs/en/Community-Articles/2025-11-15-Announcing-SSR-Support/article.md index baf7d7d2fd..51688dc5a7 100644 --- a/docs/en/Community-Articles/2025-11-15-Announcing-SSR-Support/article.md +++ b/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! ---- \ No newline at end of file +---