This commit is contained in:
CHIEFSOFT\ameye
2023-06-19 14:38:42 -04:00
parent 5d2c51bae0
commit 194e38cb8d
3 changed files with 6 additions and 28 deletions
+4 -11
View File
@@ -1,11 +1,4 @@
<!--
Authors : initappz (Rahul Jograna)
Website : https://initappz.com/
App Name : E-Learning App Template
This App Template Source code is licensed as per the
terms found in the Website https://initappz.com/license
Copyright and Good Faith Purchasers © 2021-present initappz.
-->
<ion-header mode="ios" class="ion-no-border">
<ion-toolbar>
<ion-buttons slot="end">
@@ -13,17 +6,17 @@
<ion-icon name="search-outline"></ion-icon>
</ion-button>
</ion-buttons>
<ion-title>Inbox</ion-title>
<ion-title>Current Tasks</ion-title>
</ion-toolbar>
</ion-header>
<ion-content class="ion-padding">
<ion-segment [(ngModel)]="tabs">
<ion-segment-button value="chat">
<ion-label>Chats</ion-label>
<ion-label>Active</ion-label>
</ion-segment-button>
<ion-segment-button value="call">
<ion-label>Calls</ion-label>
<ion-label>Past Due</ion-label>
</ion-segment-button>
</ion-segment>
+2 -9
View File
@@ -1,11 +1,4 @@
<!--
Authors : initappz (Rahul Jograna)
Website : https://initappz.com/
App Name : E-Learning App Template
This App Template Source code is licensed as per the
terms found in the Website https://initappz.com/license
Copyright and Good Faith Purchasers © 2021-present initappz.
-->
<ion-header mode="ios" class="ion-no-border">
<ion-toolbar>
<ion-buttons slot="end">
@@ -13,7 +6,7 @@
<ion-icon name="search-outline"></ion-icon>
</ion-button>
</ion-buttons>
<ion-title>My Courses</ion-title>
<ion-title>Find Task</ion-title>
</ion-toolbar>
</ion-header>
-8
View File
@@ -1,12 +1,4 @@
import { IonicModule } from '@ionic/angular';
/*
Authors : initappz (Rahul Jograna)
Website : https://initappz.com/
App Name : E-Learning App Template
This App Template Source code is licensed as per the
terms found in the Website https://initappz.com/license
Copyright and Good Faith Purchasers © 2021-present initappz.
*/
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';