Start application
This commit is contained in:
6
src/app/pages/welcome/welcome.routes.ts
Normal file
6
src/app/pages/welcome/welcome.routes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import { Welcome } from './welcome';
|
||||
|
||||
export const WELCOME_ROUTES: Routes = [
|
||||
{ path: '', component: Welcome },
|
||||
];
|
||||
Reference in New Issue
Block a user