This commit is contained in:
Peter Maquiran
2021-09-02 14:23:17 +01:00
parent 5c4654e4da
commit aa48d25810
12 changed files with 24 additions and 22 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
import { Injectable } from '@angular/core';
import { CanActivate, ActivatedRouteSnapshot, RouterStateSnapshot, UrlTree, Router } from '@angular/router';
import { Observable } from 'rxjs';
import { LocalstoreService } from '../store/localstore.service';
import { SessionStore } from '../store/session.service';
import { AlertController, Platform } from '@ionic/angular';
import { Platform } from '@ionic/angular';
@Injectable({
providedIn: 'root'