Package Exports
- bootstrap-grid-class-detector
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bootstrap-grid-class-detector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bootstrap-grid-class-detector
Displays the currently active Bootstrap grid class in bottom/right corner of browser: xs, sm, md or lg. Also displays current window size.

Installation
npm install bootstrap-grid-class-detector --save-devUsage
Node / AngularJS
require('bootstrap-grid-class-detector');HTML
<script src="<your path>/src/index.js"></script>