Initial commit

This commit is contained in:
DESKTOP-MERMS\Chiefsoft
2024-01-03 12:44:26 -05:00
commit e57566c2d7
63 changed files with 18920 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<ion-header [translucent]="true">
<ion-toolbar>
<ion-title>
Tab 1
</ion-title>
</ion-toolbar>
</ion-header>
<ion-content [fullscreen]="true">
<ion-header collapse="condense">
<ion-toolbar>
<ion-title size="large">Tab 1</ion-title>
</ion-toolbar>
</ion-header>
<app-explore-container name="Tab 1 page"></app-explore-container>
</ion-content>