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.
17 lines (16 loc) • 467 B
TypeScript
import { BreakPoint } from '../break-point';
export declare const ScreenTypes: {
HANDSET: string;
TABLET: string;
WEB: string;
HANDSET_PORTRAIT: string;
TABLET_PORTRAIT: string;
WEB_PORTRAIT: string;
HANDSET_LANDSCAPE: string;
TABLET_LANDSCAPE: string;
WEB_LANDSCAPE: string;
};
/**
* Extended Breakpoints for handset/tablets with landscape or portrait orientations
*/
export declare const ORIENTATION_BREAKPOINTS: BreakPoint[];