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

13 lines
179 B
HTML
Raw Normal View History

2023-12-08 16:42:19 +08:00
<div>
<app-top-bar></app-top-bar>
</div>
<div>
2023-12-08 17:45:31 +08:00
<ngbd-carousel-pause></ngbd-carousel-pause>
2023-12-08 16:42:19 +08:00
</div>
2023-12-08 17:45:31 +08:00
<div>
<app-foot></app-foot>
</div>
2023-11-30 16:19:52 +08:00
2023-12-06 16:49:49 +08:00
<router-outlet></router-outlet>