Package Exports
- ng2-sticky
 
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 (ng2-sticky) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
???
???
https://github.com/1000ch/position-sticky
Install
install ???
$ npm install ???add
mapandpackagesto yoursystemjs.config.jsmap['???'] = 'node_modules/???'; packages['???'] = { main: 'dist/index.js', defaultExtension: 'js']
Usage it in your code
import and add directive in your component
import { ??? } from '???'; @Component({ selector: 'my-app', templateUrl: './app/app.tpl.html', directives: [ ??? ] })You are ready. use it in your template
<div ???="???"> Loading... </div>