0.2.1
- [#10] - Error Ionic2 run android device
Breaking changes
Now instead of declaring Ng2ImgFallbackModule
you need to import it:
@NgModule({
imports: [BrowserModule, Ng2ImgFallbackModule],
declarations: [AppComponent],
bootstrap: [AppComponent]
})