UNPKG

ng2-responsive

Version:

Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 2

5 lines (4 loc) 188 B
import { Provider } from '@angular/core'; import { ResponsiveWindow } from './responsive-window'; export { ResponsiveWindow }; export declare const RESPONSIVEWINDOW_DIRECTIVE: Provider[];