Add notfound page

This commit is contained in:
Çetin
2022-01-15 11:13:40 +03:00
parent ca391ef1d6
commit 2b918bfd38
7 changed files with 60 additions and 6 deletions

View File

@@ -138,6 +138,7 @@ import { MenuService } from './service/app.menu.service';
import { ConfigService } from './service/app.config.service';
import { LoginComponent } from './components/login/login.component';
import { ErrorComponent } from './components/error/error.component';
import { NotfoundComponent } from './components/notfound/notfound.component';
@NgModule({
imports: [
@@ -269,6 +270,7 @@ import { ErrorComponent } from './components/error/error.component';
LandingComponent,
LoginComponent,
ErrorComponent,
NotfoundComponent,
],
providers: [
{provide: LocationStrategy, useClass: HashLocationStrategy},