typebytes / angular-checklist

🔥 Curated list of common mistakes made when developing Angular applications
https://angular-checklist.dev
MIT License
316 stars 66 forks source link

fix: project completion percentage decimals #20

Closed timdeschryver closed 5 years ago

timdeschryver commented 5 years ago

This PR uses the Angular percent pipe instead of the custom percentage pipe, which I also deleted. This is to fix the decimals in the project completion percentage.

Before: image

After: 2018-12-09 18_03_44-angular checklist

KwintenP commented 5 years ago

Thanks a lot for this PR @timdeschryver!