Browse Source

docs: update generation custom app layout command in component-replacement.md

pull/4739/head
mehmet-erim 6 years ago
parent
commit
a86d7ad0a5
  1. 4
      docs/en/UI/Angular/Component-Replacement.md

4
docs/en/UI/Angular/Component-Replacement.md

@ -48,9 +48,7 @@ The example below describes how to replace the `ApplicationLayoutComponent`:
Run the following command to generate a layout in `angular` folder:
```bash
yarn ng generate component shared/my-application-layout --export --entryComponent
# You don't need the --entryComponent option in Angular 9
yarn ng generate component my-application-layout
```
Add the following code in your layout template (`my-layout.component.html`) where you want the page to be loaded.

Loading…
Cancel
Save