UNPKG
angular-t9n
Version:
latest (21.0.1)
21.0.1
20.0.2
20.0.1
20.0.0
19.1.1
19.1.0
19.0.0
18.0.0
17.0.0
17.0.0-next.0
16.0.0
15.0.2
15.0.1
15.0.0
14.0.0
13.0.0
12.0.0
11.1.3
11.1.2
11.1.1
11.1.0
11.0.0
10.1.0
10.0.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
A translation tool for Angular i18n
kyubisation/angular-t9n
angular-t9n
/
src
/
app
/
overview
/
overview-routing.ts
9 lines
(7 loc)
•
200 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Routes
}
from
'@angular/router'
;
export
const
routes
:
Routes
= [ {
path
:
''
,
loadComponent
:
() =>
import
(
'./overview/overview.component'
).
then
(
(
m
) =>
m.
OverviewComponent
), }, ];