In my experience with Angular Flex Layout, I've come across a situation where it applied flex: 0 1 1e-09px
to an element.
I'm curious about the significance of the 1e-09px
value and whether it is a valid input for this property or if it was unintentional.