From d759d26045c46a499314917def7a3563c457921b Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Fri, 29 Dec 2023 09:14:29 +0300 Subject: [PATCH] Update Component-Replacement.md --- docs/en/UI/Angular/Component-Replacement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Component-Replacement.md b/docs/en/UI/Angular/Component-Replacement.md index 48a5d4fa74..d21489d232 100644 --- a/docs/en/UI/Angular/Component-Replacement.md +++ b/docs/en/UI/Angular/Component-Replacement.md @@ -83,7 +83,7 @@ To add a new layout component, you need to follow these steps: #### Step 1: Create a New Angular Component -First, you need to create a new Angular component. This component should have a 'router-outlet' for dynamic content loading. You can create a new component using the Angular CLI. Run the following command in your terminal: +This component should have a 'router-outlet' for dynamic content loading. You can create a new component using the Angular CLI. Run the following command in your terminal: ```bash ng generate component new-layout