homepage skeleton
This commit is contained in:
parent
2cd1c6d8fd
commit
bbbf0a9473
6 changed files with 85 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import {LandingPageComponent} from "./landing-page/landing-page.component";
|
||||
import {HomepageComponent} from "./homepage/homepage/homepage.component";
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
path: 'home',
|
||||
component: HomepageComponent
|
||||
},
|
||||
|
||||
{ path: '', component: LandingPageComponent }
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue