Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/zh-Hans/UI/Angular/Component-Replacement.md
|
|
|
@ -49,7 +49,7 @@ export class AppComponent { |
|
|
|
yarn ng generate component my-application-layout |
|
|
|
``` |
|
|
|
|
|
|
|
在你的布局模板(`my-layout.component.html`)中添加以下代码: |
|
|
|
在你的布局模板(`my-application-layout.component.html`)中添加以下代码: |
|
|
|
|
|
|
|
```html |
|
|
|
<router-outlet></router-outlet> |
|
|
|
@ -543,4 +543,4 @@ export class AppComponent implements OnInit { |
|
|
|
|
|
|
|
## 下一步是什么? |
|
|
|
|
|
|
|
- [自定义设置页面](./Custom-Setting-Page.md) |
|
|
|
- [自定义设置页面](./Custom-Setting-Page.md) |
|
|
|
|