I am working on spacing some elements evenly across the screen, and need to be able to set the element's width, but also the length of the ::after pseudoelement on a child. The width of the element is fairly trivial with:
ng-style="{'width': 100/numOfElements + '%'}"
However, the child element's ::after pseudoelement is basically unreachable. It needs a similar rule, but I can't seem to set it from what I've found online so far.