Scott Ho
Scott Ho
I think this jsfiddle demonstrating nesting flex column with percentage flex-basis not working. http://jsfiddle.net/o3s68nes/49/. Edge and firefox display as desired.
I've reported a bug in chromium bugzilla https://bugs.chromium.org/p/chromium/issues/detail?id=872624
for reminding, assign any fixed height like `height: 1px` to the child column element will make space distribution work. ``` column parent column child 1 -- height: 1px; flex: 2...
not exactly, different data in different storage.
@dgreene1 I trid to write a simple operator to make the guard simpler to use, but failed. Do you have any suggestion? ```ts import { Observable } from 'rxjs'; import...
@Hotell Thanks for your guidance. It seems your solution only works in v2.8 or above. And I finally make it works ```ts import { Observable } from 'rxjs'; import {...