Project setup
This commit is contained in:
14
BetterIServ.Mobile/src/app/app.routes.ts
Normal file
14
BetterIServ.Mobile/src/app/app.routes.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Routes } from '@angular/router';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
redirectTo: 'folder/inbox',
|
||||
pathMatch: 'full',
|
||||
},
|
||||
{
|
||||
path: 'folder/:id',
|
||||
loadComponent: () =>
|
||||
import('./folder/folder.page').then((m) => m.FolderPage),
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user