UNPKG
metadata-editor-core
Version:
latest (0.0.1)
0.0.1
Metadata Editor Core project Powered by Assyst
metadata-editor-core
/
src
/
app
/
app.routes.ts
9 lines
(7 loc)
•
288 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Routes
}
from
'@angular/router'
;
import
{
NoContentComponent
}
from
'./no-content'
;
import
{
AppComponent
}
from
'./app.component'
;
export
const
ROUTES
:
Routes
= [
// { path: '**', component: NoContentComponent },
// { path: '', component: AppComponent }
];