I need help on kendo ui for angular 4.
https://www.telerik.com/kendo-angular-ui/components/grid/editing/external-editing/
when i put edit.service.ts in my local code its shows me.
.service.ts (29,21): Type '{}' is not assignable to type 'any[]'. Property 'includes' is missing in type '{}'.
this.fetch()
.pipe(
tap(data => {
this.data = data;
})
)
.subscribe(data => {
super.next(data);
});
I need help with it.