PeterStaev / nativescript-masked-text-field

:hash: A NativeScript Masked Text Field widget
Apache License 2.0
25 stars 24 forks source link

No MaskedTextFieldModule found in Angular #6

Closed johnnyzen closed 7 years ago

johnnyzen commented 7 years ago

Hi there

Is angular/ts fully working, as cannot seem to find MaskedTextFieldModule when imported:

import { MaskedTextFieldModule } from "nativescript-masked-text-field/angular";

"node_modules/nativescript-masked-text-field/masked-text-field"' has no exported member 'MaskedTextFieldModule'."

Any ideas?

PeterStaev commented 7 years ago

Hey @johnnyzen , the demo-ng project in this repo is a fully working one. You need to build the plugin from the repo or change in package.json to pull from NPM and not from path.