mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
add inactivity page
This commit is contained in:
@@ -6,7 +6,7 @@ import { ProcessesService } from 'src/app/services/processes.service';
|
||||
import { ModalController, NavParams } from '@ionic/angular';
|
||||
import { NavigationEnd, Router } from '@angular/router';
|
||||
import { AuthService } from 'src/app/services/auth.service';
|
||||
import { User } from 'src/app/models/user.model';
|
||||
import { LoginUserRespose } from 'src/app/models/user.model';
|
||||
|
||||
@Component({
|
||||
selector: 'app-event-list',
|
||||
@@ -23,7 +23,7 @@ export class EventListPage implements OnInit {
|
||||
eventBody: EventBody;
|
||||
categories: string[];
|
||||
serialnumber:string;
|
||||
loggeduser: User;
|
||||
loggeduser: LoginUserRespose;
|
||||
segment:string;
|
||||
|
||||
@Input() profile:string;
|
||||
|
||||
Reference in New Issue
Block a user