UNPKG
angular2-tag-input-clarity
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Tag input component for Angular 2 using VMware Clarity Styling
angular2-tag-input-clarity
/
lib
/
shared
/
tag-input-keys.ts
10 lines
(9 loc)
•
123 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
const
KEYS
=
{
backspace:
8
,
comma:
188
,
downArrow:
40
,
enter:
13
,
esc:
27
,
space:
32
,
upArrow:
38
}
;