hftlclub / ng-iltis

Angular frontend for ILTIS
MIT License
1 stars 0 forks source link

centralize sizeType display #41

Open fmalcher opened 7 years ago

fmalcher commented 7 years ago

Displaying a sizeType in a human readable way (e.g. Flasche 0,5 Liter) needs the following snippet:

{{ st.description }} {{ st.amount | number }} {{ unit.full }}

We need this in a couple of places, so let's provide a component, pipe or function for it