Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 8f591c5

Browse files
fix(fxFlexFill, fxFlexAlign): update selectors and wiki
* update API to support fxFill or fxFlexFill selectors * update wiki docs to sync with API fxFlexAlign Fixes #93.
1 parent 597a4b4 commit 8f591c5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/lib/flexbox/api/flex-fill.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,7 @@ const FLEX_FILL_CSS = {
1919
*/
2020
@Directive({selector: `
2121
[fxFill],
22-
[fxFill.xs]
23-
[fxFill.gt-xs],
24-
[fxFill.sm],
25-
[fxFill.gt-sm]
26-
[fxFill.md],
27-
[fxFill.gt-md]
28-
[fxFill.lg],
29-
[fxFill.gt-lg],
30-
[fxFill.xl]
22+
[fxFlexFill]
3123
`})
3224
export class FlexFillDirective extends BaseFxDirective {
3325
constructor(monitor: MediaMonitor, public elRef: ElementRef, public renderer: Renderer) {

0 commit comments

Comments
 (0)