résolution erreur merge
This commit is contained in:
parent
52cf48a5dd
commit
f6601fcd9c
1 changed files with 109 additions and 113 deletions
|
@ -27,8 +27,6 @@ export class PageAccueilComponent implements OnInit {
|
|||
public isPricingFilterActive: boolean;
|
||||
public isRatingFilterActive: boolean;
|
||||
|
||||
public clickCounter : any;
|
||||
|
||||
constructor(private plantouneService: PlantouneService) {
|
||||
this.listData = [];
|
||||
this.listCategoriesFilter = [];
|
||||
|
@ -118,8 +116,6 @@ console.log(this.clickCounter)
|
|||
if (this.listData.length >= 9) {this.listData.length=9}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
onListCategory(categoryArray: string[]) {
|
||||
// this.listData=listData;
|
||||
//console.log(typeof(valueText));
|
||||
|
|
Loading…
Add table
Reference in a new issue