feat(notfound): add NotFound page (#1672)

This commit is contained in:
Gabriel 2018-05-07 05:07:14 -04:00 committed by Dmitry Nehaychik
parent 0ba99f2c6b
commit fa3cdf731b
9 changed files with 120 additions and 0 deletions

View file

@ -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,