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) 280 B
import { InjectionToken } from '@angular/core'; import { BreakPoint } from './break-point'; /** * Injection token unique to the flex-layout library. * Use this token when build a custom provider (see below). */ export declare const BREAKPOINTS: InjectionToken<BreakPoint[]>;