Skip to content

Commit

Permalink
feat(core): add validateBasis to core export (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaerusKaru committed Apr 12, 2018
1 parent 6579be2 commit c603a86
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/lib/core/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export * from './observable-media/index';

export * from './responsive-activation/responsive-activation';
export * from './style-utils/style-utils';
export * from './basis-validator/basis-validator';
2 changes: 1 addition & 1 deletion src/lib/flex/flex/flex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ import {
MediaChange,
MediaMonitor,
StyleUtils,
validateBasis,
} from '@angular/flex-layout/core';
import {Subscription} from 'rxjs';

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


Expand Down
1 change: 0 additions & 1 deletion src/lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
*/

export * from './auto-prefixer';
export * from './basis-validator';
export * from './layout-validator';
export * from './object-extend';

0 comments on commit c603a86

Please sign in to comment.