UNPKG
ng-sortablejs
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
github.com/sortablejs/ngx-sortablejs
sortablejs/ngx-sortablejs
ng-sortablejs
/
src
/
lib
/
globals.ts
5 lines
(3 loc)
•
187 B
text/typescript
View Raw
1
2
3
4
5
import
{
InjectionToken
}
from
'@angular/core'
;
import
{
Options
}
from
'sortablejs'
;
export
const
GLOBALS
:
InjectionToken
<
Options
> =
new
InjectionToken
(
'Global config for sortablejs'
);