Create initial landing page and route
This commit is contained in:
parent
35bfa3be7f
commit
dd34a3e006
3 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
import { Routes } from '@angular/router';
|
||||
import {LandingPageComponent} from "./landing-page/landing-page.component";
|
||||
|
||||
export const routes: Routes = [];
|
||||
export const routes: Routes = [
|
||||
{ path: '', component: LandingPageComponent }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue