You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to add ng2-validation in Ionic 3 App.
It successfully installs using npm install ng2-validation --save
But after that i get an error Uncaught Error: Unexpected module 'CustomFormsModule' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@component annotation.
Please help me resolve that problem
The text was updated successfully, but these errors were encountered:
I have just (literally) installed ng2-validation into (fresh) Ionic3 and everything works.
But I'm using it via FormBuilder. Mentioned error seems to be result of using ng2-validation as directive.
Have have you injected it into urAwesomePage.module.ts ? It could be a lazyloading issue.
I try to add ng2-validation in Ionic 3 App.
It successfully installs using
npm install ng2-validation --save
But after that i get an error
Uncaught Error: Unexpected module 'CustomFormsModule' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@component annotation.
Please help me resolve that problem
The text was updated successfully, but these errors were encountered: