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

Commit c603a86

Browse files
authored
feat(core): add validateBasis to core export (#706)
1 parent 6579be2 commit c603a86

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/lib/core/public-api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ export * from './observable-media/index';
2020

2121
export * from './responsive-activation/responsive-activation';
2222
export * from './style-utils/style-utils';
23+
export * from './basis-validator/basis-validator';

src/lib/flex/flex/flex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ import {
2323
MediaChange,
2424
MediaMonitor,
2525
StyleUtils,
26+
validateBasis,
2627
} from '@angular/flex-layout/core';
2728
import {Subscription} from 'rxjs';
2829

2930
import {extendObject} from '../../utils/object-extend';
3031
import {Layout, LayoutDirective} from '../layout/layout';
31-
import {validateBasis} from '../../utils/basis-validator';
3232
import {isFlowHorizontal} from '../../utils/layout-validator';
3333

3434

src/lib/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
*/
88

99
export * from './auto-prefixer';
10-
export * from './basis-validator';
1110
export * from './layout-validator';
1211
export * from './object-extend';

0 commit comments

Comments
 (0)