2019-04-30 02:54:36 +09:00

18 lines
466 B
HTML

<mat-tab-group>
<mat-tab label="First">
<ng-template matTabContent>
<odds-crawler-tab-main></odds-crawler-tab-main>
</ng-template>
</mat-tab>
<mat-tab label="Second">
<ng-template matTabContent>
<odds-crawler-tab-main></odds-crawler-tab-main>
</ng-template>
</mat-tab>
<mat-tab label="Third">
<ng-template matTabContent>
<odds-crawler-tab-main></odds-crawler-tab-main>
</ng-template>
</mat-tab>
</mat-tab-group>