This commit is contained in:
Peter Maquiran
2021-08-19 11:32:08 +01:00
30 changed files with 162 additions and 145 deletions
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { localstoreService } from './localstore.service'
import { AES, enc, SHA1 } from 'crypto-js'
import { customTaskList } from '../models/dailyworktask.model';
import { customTask } from '../models/dailyworktask.model';
@Injectable({
providedIn: 'root'
@@ -27,7 +27,7 @@ export class DespachosPageStoreService {
}
get list(): customTaskList[] {
get list(): customTask[] {
return this._list || []
}