NathanWalker / ng2-image-lazy-load

Angular2 image lazy loader library.
http://nathanwalker.github.io/ng2-image-lazy-load
MIT License
160 stars 36 forks source link

Unexpected value 'undefined' imported by the module 'AppModule' #35

Open karangoswami31 opened 7 years ago

karangoswami31 commented 7 years ago

hi dear I am facing Issue in this

Systemjs.config file

map: { // our 'ng2-image-lazy-load': 'node_modules/ng2-image-lazy-load' }

packages: {

'ng2-image-lazy-load': { main: '/bundles/ng2-image-lazy-load.js',defaultExtension:'js' }, }

I got error

Unexpected value 'undefined' imported by the module 'AppModule' at syntaxError (http://10.10.32.143:85/libs/@angular/compiler/bundles/compiler.umd.js:15

please email me if you will fix this