This commit is contained in:
parent
3849e2d0dc
commit
ee5daffdba
@ -1,6 +1,7 @@
|
||||
import { Routes } from '@angular/router';
|
||||
import {LoginComponent} from './components/login/login.component';
|
||||
import {RegisterComponent} from './components/register/register.component';
|
||||
import {LandingComponent} from './components/landing/landing.component';
|
||||
export const routes: Routes = [
|
||||
|
||||
{
|
||||
@ -14,4 +15,10 @@ export const routes: Routes = [
|
||||
component: RegisterComponent,
|
||||
title: 'Register - Your App Name'
|
||||
},
|
||||
|
||||
{
|
||||
path: '',
|
||||
component: LandingComponent,
|
||||
title: 'Home'
|
||||
}
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user