nadavshemesh / angular2-click-to-edit

click on a data-binding text to make it editable, easy to implement and very useful!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no exported member 'NDV_DIRECTIVES'.

gregkopp opened this issue · comments

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.

Same error with Angular 2.1.0

Same error on Angular 2.4.1

I also get the same error on 2.4.1

commented

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 am facing the same issue

I'm working on it.. but since i barely have free time these days it takes me forever to
solve this..(never used webpack before), would be nice if others could also take part in helping :)

I am also getting the same error... how to fix it.

I am facing the same error.