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) 206 B
import { Provider } from '@angular/core'; import { ShowItSizes, HideItSizes } from './custom-sizes-directives'; export { ShowItSizes, HideItSizes }; export declare const CUSTOMSIZES_DIRECTIVES: Provider[];