18 lines
466 B
HTML
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>
|