UNPKG
@worktile/ngx-sortablejs
Version:
latest (19.0.0)
19.0.0
19.0.0-next.0
18.0.0
17.0.0
17.0.0-next.0
16.0.0
15.0.0
github.com/mrphelko/ngx-sortablejs
mrphelko/ngx-sortablejs
@worktile/ngx-sortablejs
/
lib
/
sortablejs.service.d.ts
7 lines
(6 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
i0
from
"@angular/core"
;
export
declare
class
SortablejsService
{
transfer
:
(
items
:
any
[]
) =>
void
;
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
SortablejsService
,
never
>;
static
ɵ
prov
: i0.ɵɵ
InjectableDeclaration
<
SortablejsService
>; }