How can I use space-evenly in Flex-Layout in the fxLayoutAlign directive? From this sample, I don't see that option. I've tried reviewing the api documentation for fxLayoutAlign but there's some problem with that.
<div fxLayout='row' fxLayoutAlign='space-evenly center'>
<div>Content 1</div>
<div>Content 2</div>
</div>
You can just apply style directly if there is not in the framework yet