git4school / git4school-visu

Git4School, a dashboard for supporting teacher interventions in Software Engineering courses
https://git4school.firebaseapp.com/
Apache License 2.0
2 stars 3 forks source link

Improve repository error tooltip #40

Closed F0urchette closed 3 years ago

F0urchette commented 4 years ago

Description

Use ng-template and the translate pipe rather than an infinitly called function returning the error string for the error tooltip of a repository

Hints

Use ngFor to iterate over errors and aggregate error messages into a single one