Added about page

This commit is contained in:
2019-02-17 01:50:39 +00:00
parent cc5382e160
commit 84d447971d
32 changed files with 427 additions and 52 deletions
+1
View File
@@ -4,6 +4,7 @@ import { Routes, RouterModule } from '@angular/router';
const routes: Routes = [
{ path: '', redirectTo: 'home', pathMatch: 'full' },
{ path: 'home', loadChildren: './home/home.module#HomePageModule' },
{ path: 'about', loadChildren: './about/about.module#AboutPageModule' },
];
@NgModule({