From 55c2369c10acfcf15d1213ae45c6748c118eb7e7 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 13 Aug 2023 13:16:43 -0400 Subject: [PATCH] security page --- src/app/pages/security/security-routing.module.ts | 8 -------- src/app/pages/security/security.module.ts | 8 -------- src/app/pages/security/security.page.html | 10 +--------- src/app/pages/security/security.page.scss | 8 -------- src/app/pages/security/security.page.ts | 14 ++++++-------- 5 files changed, 7 insertions(+), 41 deletions(-) diff --git a/src/app/pages/security/security-routing.module.ts b/src/app/pages/security/security-routing.module.ts index 686fb59..924891e 100644 --- a/src/app/pages/security/security-routing.module.ts +++ b/src/app/pages/security/security-routing.module.ts @@ -1,11 +1,3 @@ -/* - 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 { Routes, RouterModule } from '@angular/router'; diff --git a/src/app/pages/security/security.module.ts b/src/app/pages/security/security.module.ts index 101bc7b..6151b4d 100644 --- a/src/app/pages/security/security.module.ts +++ b/src/app/pages/security/security.module.ts @@ -1,11 +1,3 @@ -/* - 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'; diff --git a/src/app/pages/security/security.page.html b/src/app/pages/security/security.page.html index 3a6aad5..cd872cf 100644 --- a/src/app/pages/security/security.page.html +++ b/src/app/pages/security/security.page.html @@ -1,11 +1,3 @@ - @@ -53,6 +45,6 @@ Help - Confirm Disable + Confirm Disable diff --git a/src/app/pages/security/security.page.scss b/src/app/pages/security/security.page.scss index c91c0eb..f483aa2 100644 --- a/src/app/pages/security/security.page.scss +++ b/src/app/pages/security/security.page.scss @@ -1,11 +1,3 @@ -/* - 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 { ion-toolbar { --background: var(--ion-color-primary); diff --git a/src/app/pages/security/security.page.ts b/src/app/pages/security/security.page.ts index 75eb551..93131b7 100644 --- a/src/app/pages/security/security.page.ts +++ b/src/app/pages/security/security.page.ts @@ -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. -*/ + import { NavController } from '@ionic/angular'; import { Component, OnInit } from '@angular/core'; @@ -27,4 +20,9 @@ export class SecurityPage implements OnInit { this.navctr.back(); } + requestDeleteResult:string = ''; + requestDelete(){ + this.requestDeleteResult = "Received"; + } + }