-
Notifications
You must be signed in to change notification settings - Fork 160
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
Angular 6 issue compatibility #245
Comments
@bashayerAlsalman Any update on your end? I am getting a similar issue while integrating with Angular 5 I tried integrating this library with Angular 5. On doing npm install(as suggested in Readme) I got the below versions But after including it in Angular I get the below error
|
@bashayerAlsalman did it work for u in angular 6? |
@nandita121189 apologize for the late replay, I used |
When using the latest version of ngx-sortablejs with angular 6.
this error come across while running the project
ERROR in node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts(25,17): error TS1086: An accessor cannot be declared in anambient context.
node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts(26,17): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts(28,17): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/ngx-sortablejs/lib/sortablejs.directive.d.ts(30,17): error TS1086: An accessor cannot be declared in an ambient context.
node_modules/ngx-sortablejs/lib/sortablejs.module.d.ts(4,45): error TS2315: Type 'ModuleWithProviders' is not generic.
The text was updated successfully, but these errors were encountered: