Files
AngularDemo/src/app/app.component.html

10 lines
126 B
HTML
Raw Normal View History

2023-12-08 16:42:19 +08:00
<div>
<app-top-bar></app-top-bar>
</div>
<div>
<app-img-show></app-img-show>
</div>
2023-11-30 16:19:52 +08:00
2023-12-06 16:49:49 +08:00
<router-outlet></router-outlet>