// change dagrula.provider.ts: drake.on('drag', (el: any, source: any) => { dragElm = el; dragIndex = (el.getAttribute('filter-index')) ? +el.getAttribute('filter-index') : this.domIndexOf(el, source); }); HTML: