Add it to the map object in your config.js file, and possibly also in the packages object if there is no index.js in the package.
map: { [...], 'angular2-infinite-scroll': 'https://npmcdn.com/ angular2-infinite-scroll@0.1.2 ' }, packages: { [...], 'angular2-infinite-scroll': { main: 'angular2-infinite-scroll.js', defaultExtension: 'js' } },
running plunker
rinukkusu
source share