mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Merge b41387ca0e into dc6a442704
This commit is contained in:
commit
24f79dfcd2
1 changed files with 2 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import {
|
||||||
NbRequestPasswordComponent,
|
NbRequestPasswordComponent,
|
||||||
NbResetPasswordComponent,
|
NbResetPasswordComponent,
|
||||||
} from '@nebular/auth';
|
} from '@nebular/auth';
|
||||||
|
import { PagesModule } from './pages/pages.module';
|
||||||
|
|
||||||
export const routes: Routes = [
|
export const routes: Routes = [
|
||||||
{
|
{
|
||||||
|
|
@ -54,7 +55,7 @@ const config: ExtraOptions = {
|
||||||
};
|
};
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [RouterModule.forRoot(routes, config)],
|
imports: [RouterModule.forRoot(routes, config), PagesModule],
|
||||||
exports: [RouterModule],
|
exports: [RouterModule],
|
||||||
})
|
})
|
||||||
export class AppRoutingModule {
|
export class AppRoutingModule {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue