UNPKG
@corellia/ngx-translation-io
Version:
latest (5.2.0)
stable (3.1.0)
5.2.0
5.1.0
4.0.0
3.1.0
3.0.5
3.0.2
3.0.1
3.0.0
2.1.0
Add this package to localize your Angular application.<br />
@corellia/ngx-translation-io
/
sample
/
src
/
index.html
13 lines
(12 loc)
•
277 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
>
<
head
>
<
base
href
=
"/"
>
<
title
>
Angular i18n example
</
title
>
<
meta
charset
=
"UTF-8"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
>
</
head
>
<
body
>
<
app-root
>
Loading...
</
app-root
>
</
body
>
</
html
>