You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
flex-layout is not applying the inline styles on host elements where the host elements are getting their flex-layout attributes via @HostBinding
@Component({selector: 'column-node',//flex-layout not working on host elementshost: {'[@visibility]': 'visibility'},template: `<ng-content></ng-content>`,})exportclassLayoutColumnNodeComponent{
@HostBinding('attr.fxLayout')fxlayout='column';}
fxLayout attribute is added in DOM <column-node fxLayout="column"> but flex-layout inline styles are not being applied.
cherryland, Wykks, ShadowManu, ashishmondal, vangorra and 3 more