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
/
demo
/
index.html
16 lines
(15 loc)
•
320 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
html
>
<
head
>
<
link
href
=
"https://fonts.googleapis.com/css?family=Roboto"
rel
=
"stylesheet"
>
<
style
>
* {
font-family
:
'Roboto'
; }
</
style
>
<
title
>
Tag Input Demo
</
title
>
</
head
>
<
body
>
<
rl-demo-app
>
Loading...
</
rl-demo-app
>
<
script
src
=
"app.js"
>
</
script
>
</
body
>
</
html
>