mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-11 17:23:41 +00:00
feat(data): add data detail templates
Additionally clean up the code
This commit is contained in:
@@ -14,12 +14,5 @@
|
||||
</ion-refresher-content>
|
||||
</ion-refresher>
|
||||
<stapps-data-list-item [item]="item"></stapps-data-list-item>
|
||||
|
||||
<div [ngSwitch]="item.type">
|
||||
<!-- <stapps-dish-detail-content [item]="item" *ngSwitchCase="'dish'"></stapps-dish-detail-content> -->
|
||||
|
||||
<!-- <span *ngSwitchDefault>
|
||||
<p *ngIf="item.description">{{item.description}}</p>
|
||||
</span> -->
|
||||
</div>
|
||||
<stapps-data-detail-content [item]="item"></stapps-data-detail-content>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user