mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
fix(landing): add contact section and fix landing image
This commit is contained in:
parent
64b38da5ae
commit
00f0e4a2ba
24 changed files with 351 additions and 19 deletions
|
|
@ -8,6 +8,7 @@ import {
|
|||
NbRequestPasswordComponent,
|
||||
NbResetPasswordComponent,
|
||||
} from '@nebular/auth';
|
||||
import {StarterScreenComponent} from './themes-screen/starter-screen.component';
|
||||
|
||||
export const routes: Routes = [
|
||||
{
|
||||
|
|
@ -15,6 +16,11 @@ export const routes: Routes = [
|
|||
loadChildren: () => import('./pages/pages.module')
|
||||
.then(m => m.PagesModule),
|
||||
},
|
||||
{
|
||||
path: 'themes',
|
||||
loadChildren: () => import('app/themes-screen/starter.module')
|
||||
.then(m => m.StarterModule),
|
||||
},
|
||||
{
|
||||
path: 'auth',
|
||||
component: NbAuthComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue