mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
feat(notfound): add NotFound page (#1672)
This commit is contained in:
parent
0ba99f2c6b
commit
fa3cdf731b
9 changed files with 120 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ import { PagesComponent } from './pages.component';
|
|||
import { DashboardModule } from './dashboard/dashboard.module';
|
||||
import { PagesRoutingModule } from './pages-routing.module';
|
||||
import { ThemeModule } from '../@theme/theme.module';
|
||||
import { MiscellaneousModule } from './miscellaneous/miscellaneous.module';
|
||||
|
||||
const PAGES_COMPONENTS = [
|
||||
PagesComponent,
|
||||
|
|
@ -14,6 +15,7 @@ const PAGES_COMPONENTS = [
|
|||
PagesRoutingModule,
|
||||
ThemeModule,
|
||||
DashboardModule,
|
||||
MiscellaneousModule,
|
||||
],
|
||||
declarations: [
|
||||
...PAGES_COMPONENTS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue