flex-layout
flex-layout copied to clipboard
feat(api): layout directives should only affect content children
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.
@tbosch, @vicb - any thoughts on how we can generically query for any/all contentChildren ?
That classic refrain: this is probably fixed by Ivy