offline web gabinete

This commit is contained in:
Eudes Inácio
2022-01-31 15:03:24 +01:00
parent 629b8a71c7
commit 0b0a500c37
@@ -14,6 +14,7 @@ import { Platform } from '@ionic/angular';
import { SortService } from 'src/app/services/functions/sort.service';
import { ThemeService } from 'src/app/services/theme.service'
import { RouteService } from 'src/app/services/route.service';
import { Storage } from '@ionic/storage';
@Component({
selector: 'app-event-list',
@@ -46,7 +47,8 @@ export class EventListPage implements OnInit {
private sortService: SortService,
private backgroundservice: BackgroundService,
public ThemeService: ThemeService,
private RouteService: RouteService
private RouteService: RouteService,
private storage: Storage
) { }
ngOnInit() {