Skip to content

1.1.0

Compare
Choose a tag to compare
@VadimDez VadimDez released this 22 Jun 17:44
· 194 commits to master since this release

Features

  • Generate UMD bundle

Breaking changes

This breaking change only valid for SYSTEMJS approach,

Now you have to do this in you system.config.js file:

Replace in your packages

var packages = {
    ...
    'ngx-img-fallback': { main: 'dist/bundles/ngx-img-fallback.umd.js' }
}