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

22 lines 903 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var bootstrap_directives_1 = require("./bootstrap-directives"); exports.XL = bootstrap_directives_1.XL; exports.LG = bootstrap_directives_1.LG; exports.MD = bootstrap_directives_1.MD; exports.SM = bootstrap_directives_1.SM; exports.XS = bootstrap_directives_1.XS; exports.ShowItBootstrap = bootstrap_directives_1.ShowItBootstrap; exports.HideItBootstrap = bootstrap_directives_1.HideItBootstrap; exports.ResponsiveSizeInfo = bootstrap_directives_1.ResponsiveSizeInfo; exports.BOOTSTRAP_DIRECTIVES = [ bootstrap_directives_1.XL, bootstrap_directives_1.LG, bootstrap_directives_1.MD, bootstrap_directives_1.SM, bootstrap_directives_1.XS, bootstrap_directives_1.ShowItBootstrap, bootstrap_directives_1.HideItBootstrap, bootstrap_directives_1.ResponsiveSizeInfo ]; //# sourceMappingURL=index.js.map