@ -18,7 +18,7 @@ export class FeedbacksComponent implements OnInit {
rightIconRoute : 'logout' ,
rightIconRoute : 'logout' ,
leftIcon : backButton ,
leftIcon : backButton ,
leftIconRoute : 'home' ,
leftIconRoute : 'home' ,
title : 'FEEDBACKS ' ,
title : 'Customer Feedbacks ' ,
} ;
} ;
customers : Customer [ ] ;
customers : Customer [ ] ;
@ -54,27 +54,6 @@ export class FeedbacksComponent implements OnInit {
this . loading = false ;
this . loading = false ;
} ) ;
} ) ;
this . representatives = [
{ name : 'Amy Elsner' , image : 'amyelsner.png' } ,
{ name : 'Anna Fali' , image : 'annafali.png' } ,
{ name : 'Asiya Javayant' , image : 'asiyajavayant.png' } ,
{ name : 'Bernardo Dominic' , image : 'bernardodominic.png' } ,
{ name : 'Elwin Sharvill' , image : 'elwinsharvill.png' } ,
{ name : 'Ioni Bowcher' , image : 'ionibowcher.png' } ,
{ name : 'Ivan Magalhaes' , image : 'ivanmagalhaes.png' } ,
{ name : 'Onyama Limba' , image : 'onyamalimba.png' } ,
{ name : 'Stephen Shaw' , image : 'stephenshaw.png' } ,
{ name : 'XuXue Feng' , image : 'xuxuefeng.png' } ,
] ;
this . statuses = [
{ label : 'Unqualified' , value : 'unqualified' } ,
{ label : 'Qualified' , value : 'qualified' } ,
{ label : 'New' , value : 'new' } ,
{ label : 'Negotiation' , value : 'negotiation' } ,
{ label : 'Renewal' , value : 'renewal' } ,
{ label : 'Proposal' , value : 'proposal' } ,
] ;
this . primengConfig . ripple = true ;
this . primengConfig . ripple = true ;
}
}