I'm having an issue in Angular v4. I've installed the module with NPM, imported in my app module and added to my @NgModule imports section. On build, when the application is requested by the browser, I get an error in the console "Unexpected value 'ImageZoomModule' imported by the module 'AppModule'. Please add a @NgModule annotation"
Am I missing a dependency somewhere, or is this incompatible with v4? Any ideas what I should try?
I'm having an issue in Angular v4. I've installed the module with NPM, imported in my app module and added to my @NgModule imports section. On build, when the application is requested by the browser, I get an error in the console "Unexpected value 'ImageZoomModule' imported by the module 'AppModule'. Please add a @NgModule annotation"
Am I missing a dependency somewhere, or is this incompatible with v4? Any ideas what I should try?
Thanks