Add access denied page and refactor

This commit is contained in:
Çetin
2022-01-15 11:53:52 +03:00
parent 2b918bfd38
commit dc2833147f
9 changed files with 102 additions and 9 deletions

View File

@@ -139,6 +139,7 @@ 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';
import { AccessComponent } from './components/access/access.component';
@NgModule({
imports: [
@@ -271,6 +272,7 @@ import { NotfoundComponent } from './components/notfound/notfound.component';
LoginComponent,
ErrorComponent,
NotfoundComponent,
AccessComponent,
],
providers: [
{provide: LocationStrategy, useClass: HashLocationStrategy},