-
Notifications
You must be signed in to change notification settings - Fork 767
flex-item in @Component host.class doesn't work #151
Comments
I am confused; what does this have to do with flex-layout? |
I could be confused, but here's my thinking... flex-layout provides classes and directives that make it possible to leverage flexbox without dropping down into css. the case i outlined is one where you have to drop down into css and can't use what's provided in flex-layout... that make sense @ThomasBurleson ? |
Closing as not a flex-layout issue. |
ok 😄 |
I think this is a valid issue. Edit: found #76 which is same issue. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
i have work-arounds for this, but when you are trying to use multiple (named) router-outlets, you have to rely on the router to instantiate your components so you can't use the flex classes and attributes the way you can in a template. i tried this:
and the class is set properly to
flex-item
, but it isn't expanded into its corresponding flex classes and attributesThe text was updated successfully, but these errors were encountered: