-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no exported member 'NDV_DIRECTIVES'. #2
Comments
Same error with Angular 2.1.0 |
Same error on Angular 2.4.1 |
I also get the same error on 2.4.1 |
This is because its trying to import NDV_DIRECTIVES from the component.d.ts file but its located in the component.js files, and i have no idea for now how to fix it. |
Hey guys sorry about that i never tried it with webpack before, im working on trying to figure out how to fix this problem! perhaps if some of the visitors could offer their knowledge i believe we can solve it even faster! |
Cannot get this to work with angular2-cli and typescript, get the same error as mentioned here, its a shame cause this looks like it would solve a lot of my problems as the ng2-inline-editor does not do date or time fields. Any chance that we can get a fix for this? |
Has anyone has solution for this problem ? |
I'm working on it.. but since i barely have free time these days it takes me forever to |
I am also getting the same error... how to fix it. |
I am facing the same error. |
I am building an Angular 2.3 application and stumbled across this package. I am using webpack as my transpiler. I had to add "allowJS: true" to my tsconfig.json to eliminiate one of the errors I was getting, but I still get an error that there are no NDV_DIRECTIVES.
The text was updated successfully, but these errors were encountered: