ivansofeski / Hackademy-IV-frontend

1 stars 5 forks source link

[User/Donor][Project List] Filter #139

Closed ahmedBazzara closed 7 years ago

ahmedBazzara commented 7 years ago

add this filter to your ngOnInit() function in project-list.component.ts file, to filter the projects that are still open

res => { //console.log(res); this.proList = res.filter((v, k) => { return v.open === 'true'; }); }

ahmedBazzara commented 7 years ago

add it and comment it for now until we all update the new interfaces, because both me and Ehsan did changes in the interface and the JSON file