Skip to content

Module not found error in Angular #20

@zomdar

Description

@zomdar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions