#Can flex directive of angular material have conditional value like =>

4 messages · Page 1 of 1 (latest)

grizzled saffron
#

<div flex="ispresent? 50 : 70"> If not what are the alternatives ?

ember dock
#

Angular has no flex directive. And if you're talking about Angular flex-layout, it's abandoned. Use CSS.

grizzled saffron
#

Actually I am working on a AngularJS project @ember dock any idea what can i use for a contional width ?

ember dock