add metadata components
This commit is contained in:
parent
3443a39ab3
commit
a0b1ed8d07
21 changed files with 113 additions and 11 deletions
36
src/app/components/metadata/metadata.component.html
Normal file
36
src/app/components/metadata/metadata.component.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<div class="metadata-container">
|
||||
<mat-tab-group>
|
||||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<p>Categories</p>
|
||||
<mat-icon class="example-tab-icon">ballot</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
<app-categories />
|
||||
</mat-tab>
|
||||
|
||||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<p>Merchants</p>
|
||||
<mat-icon class="example-tab-icon">shopping_cart</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
<app-merchants />
|
||||
</mat-tab>
|
||||
|
||||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<p>Tags</p>
|
||||
<mat-icon class="example-tab-icon">label</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
<app-tags />
|
||||
</mat-tab>
|
||||
</mat-tab-group>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue