This repository was archived by the owner on Jan 6, 2025. It is now read-only.
feat(api): improve support for responsive alias #17
Labels
blocked
custom breakpoints
Issues with Custom Breakpoint configuration and use
feature
P5
Low-priority issue that needs consideration
related: angular-core
Currently Layout syntax is enhanced with parametric responsive markup (selector suffices):
<div fx-layout="row">
==><div fx-layout="column" fx-layout.gt-sm="row">
The directive implementations use faux
@Input
properties to support easy bindings to these optional parametric expressions/values:To support responsive APIs - within Angular (5.x + 6.x) - these suffices must be hard-coded into the directive. This also means that any new/additionally suffices must be defined in a new sub-class. e.g
Obviously this ^ is not ideal nor dynamic. A better solution is need that would ideally only require a single
@Input
:The text was updated successfully, but these errors were encountered: