UNPKG

ri-flex-layout

Version:

An alternative library to Angular's deprecated [angular-flex-layout](https://github.com/angular/flex-layout) library. `ri-flex-layout` helps you achieve responsive layouts in Angular applications with minimal code changes.

8 lines (7 loc) 146 B
export interface BreakPoint { mediaQuery: string; alias: string; suffix?: string; overlapping?: boolean; priority?: number; }