flex-layout icon indicating copy to clipboard operation
flex-layout copied to clipboard

feat(api): layout directives should only affect content children

Open ThomasBurleson opened this issue 8 years ago • 2 comments

The layout directives (layout-alignment, layout-gap, layout-padding, layout-margin) affect all element children. This means that these directives - if you used on components that perform content projection - may incorrectly modify the component's view children.

ThomasBurleson avatar Dec 17 '16 18:12 ThomasBurleson

@tbosch, @vicb - any thoughts on how we can generically query for any/all contentChildren ?

ThomasBurleson avatar Jan 22 '17 22:01 ThomasBurleson

That classic refrain: this is probably fixed by Ivy

CaerusKaru avatar Dec 31 '18 04:12 CaerusKaru