Closed F0urchette closed 3 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
ng-template
translate
Hints
Use ngFor to iterate over errors and aggregate error messages into a single one
ngFor
Description
Use
ng-template
and thetranslate
pipe rather than an infinitly called function returning the error string for the error tooltip of a repositoryHints
Use
ngFor
to iterate over errors and aggregate error messages into a single one