Angular seems to be inserting additional elements in the dom/html, causing flex-grow not to be applied to the right element. A fully working hardcoded version is present, but I am struggling to make it accept a dynamic number of items. See better here:
````https://codepen.io/beaversArePeopleToo/pen/GReydYJ
is this the expected output?
I am using
ngForto create the elements and we can add thelineclass item between them, we can prevent the last element from having*****by using thengforvariablelastto prevent the last one!stackblitz