@@ -14,19 +14,19 @@ export class CostService {
14
14
}
15
15
16
16
private costs = new Array < Cost > (
17
- { id : 0 , quantity : 310 , type : "Products" , changesDate : "Jul 01 2017" } ,
18
- { id : 1 , quantity : 25 , type : "Products" , changesDate : "Aug 03 2017" } ,
19
- { id : 2 , quantity : 127 , type : "ForHome" , changesDate : "Jun 09 2017" } ,
20
- { id : 3 , quantity : 80 , type : "Products" , changesDate : "May 22 2017" } ,
21
- { id : 4 , quantity : 32 , type : "Products" , changesDate : "Nov 13 2017" } ,
22
- { id : 5 , quantity : 235 , type : "Products" , changesDate : "Jan 31 2017" } ,
23
- { id : 6 , quantity : 98 , type : "ForHome" , changesDate : "Feb 20 2017" } ,
24
- { id : 7 , quantity : 105 , type : "Products" , changesDate : "Oct 01 2017" } ,
25
- { id : 8 , quantity : 80 , type : "Products" , changesDate : "Aug 15 2017" } ,
26
- { id : 9 , quantity : 75 , type : "Products" , changesDate : "Aug 08 2017" } ,
27
- { id : 10 , quantity : 235 , type : "Products" , changesDate : "Aug 26 2017" } ,
28
- { id : 11 , quantity : 264 , type : "ForHome" , changesDate : "May 30 2017" } ,
29
- { id : 12 , quantity : 78 , type : "Products" , changesDate : "April 04 2017" }
17
+ { id : 0 , quantity : 310 , type : "Products" , changesDate : "Jul 01 2017" , isFavorite : false } ,
18
+ { id : 1 , quantity : 25 , type : "Products" , changesDate : "Aug 03 2017" , isFavorite : false } ,
19
+ { id : 2 , quantity : 127 , type : "ForHome" , changesDate : "Aug 29 2017" , isFavorite : false } ,
20
+ { id : 3 , quantity : 80 , type : "Products" , changesDate : "Aug 29 2017" , isFavorite : false } ,
21
+ { id : 4 , quantity : 32 , type : "Products" , changesDate : "Nov 13 2017" , isFavorite : false } ,
22
+ { id : 5 , quantity : 235 , type : "Products" , changesDate : "Jan 31 2017" , isFavorite : false } ,
23
+ { id : 6 , quantity : 98 , type : "ForHome" , changesDate : "Feb 20 2017" , isFavorite : false } ,
24
+ { id : 7 , quantity : 105 , type : "Products" , changesDate : "Oct 01 2017" , isFavorite : false } ,
25
+ { id : 8 , quantity : 80 , type : "Products" , changesDate : "Aug 29 2017" , isFavorite : false } ,
26
+ { id : 9 , quantity : 75 , type : "Products" , changesDate : "Aug 08 2017" , isFavorite : false } ,
27
+ { id : 10 , quantity : 235 , type : "Products" , changesDate : "Aug 26 2017" , isFavorite : false } ,
28
+ { id : 11 , quantity : 264 , type : "ForHome" , changesDate : "May 30 2017" , isFavorite : false } ,
29
+ { id : 12 , quantity : 78 , type : "Products" , changesDate : "April 04 2017" , isFavorite : false }
30
30
) ;
31
31
32
32
public get costsListObservable ( ) : Rx . Observable < Cost [ ] > {
0 commit comments