premier commit
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
import { Routes } from '@angular/router';
|
||||
|
||||
export const routes: Routes = [];
|
||||
export const routes: Routes = [
|
||||
|
||||
{
|
||||
path: '',
|
||||
pathMatch: 'full',
|
||||
redirectTo: 'discussions'
|
||||
},
|
||||
|
||||
{
|
||||
path: 'login',
|
||||
loadComponent: () => import('./login-form/login-form.component').then(m => m.LoginFormComponent)
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user