-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I'm trying to load this plugin in Angular 7.1.1
getting an error that says...
ERROR Error: Uncaught (in promise): TypeError: Could not load view for: ImageZoom.Error: Could not find module 'nativescript-image-zoom'.
Loading the following in main.ts
import { registerElement } from "nativescript-angular/element-registry";
registerElement('ImageZoom', () => require('nativescript-image-zoom').ImageZoom);
in the html:
<StackLayout>
<ImageZoom src="~/img/icon.jpg" maxZoom="5" minZoom="2"></ImageZoom>
</StackLayout>
anyone help me out with this?
Metadata
Metadata
Assignees
Labels
No labels