Aleš

Results 99 comments of Aleš

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.

![image](https://user-images.githubusercontent.com/1303561/54904625-4394a780-4edf-11e9-8887-3b450d913f90.png) @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...