Fix: Todo Multi refresh ...

fix some promises problem
This commit is contained in:
Paolo Arena
2019-02-14 18:38:23 +01:00
parent e8d2d49829
commit 6931d57005
22 changed files with 281 additions and 163 deletions

View File

@@ -22,7 +22,7 @@ export interface ITodosState {
networkDataReceived: boolean
todos: ITodo[]
todos_changed: number
reload_fromServer: boolean
reload_fromServer: number
testpao: String
insidePending: boolean
}

View File

@@ -1,5 +1,6 @@
export interface IToken {
access: string
// browser: string
token: string
data_login: Date
}