blob: 7925d869ff7768667c685ff4a1ad0eb5276a46eb [file] [log] [blame]
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @module
* @description
* Entry point for all public APIs of Angular Flex-Layout.
*/
export * from './version';
export * from '@angular/flex-layout/core';
export * from '@angular/flex-layout/extended';
export * from '@angular/flex-layout/flex';
export * from '@angular/flex-layout/grid';
export * from './module';