this is my code
<div fxLayout="row"
fxLayoutAlign="end center">
I want to add a condition to fxLayoutAlign. i am not sure how to do this. can anyone help?
i tried the following:
<div fxLayout="row"
fxLayoutAlign="isCondition? 'start center' : 'end center'">
but nothing is working
Thanks
This is working for me. I used the propertyBinding in square brackets.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With