Aleš
Aleš
any news on this?
Angular 9 is very much around the corner, is this ever coming out of beta of 8 then?
Please do yourself a favor and get rid of flex-layout as soon as possible, it HUGELY affects performance, especially when nested inside other components. Imagine 10 cards in a grid...
https://github.com/angular/angular/issues/38184
Btw I think this contradicts (or well, extends) the existing `minimize logic in templates` section. Also the third solution, in some cases, might be a pure pipe.
 @AAtamaniuk that's still not quite flexible, but to be fair, I don't really see a ux friendly way masking ipv4 or ipv6
Was there any progress from angular side on this? Also [this](https://github.com/ncstate-sat/popover/issues/114#issuecomment-387819244) doesn't quite work unfortunately.
Shouldn't this be reported upstream to material/cdk? Doesn't really seem related to popover. At least from what I tried.
The way angular menus work is that you are able to have multiple buttons (with `mdMenuTriggerFor`) sharing the same menu. The same is unfortunately not possible with popover, so when...
Or alternatively, passing the anchor to the open function would probably work as well. ``` open ``` in one of the cases I have the popover contains a smart component...