Browse Source

Update Component-Replacement.md

pull/18527/head
Mahmut Gundogdu 2 years ago
committed by GitHub
parent
commit
d759d26045
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Component-Replacement.md

2
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

Loading…
Cancel
Save