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

@@ -74,6 +74,7 @@ export class AppMenuComponent implements OnInit {
{label: 'Landing', icon: 'pi pi-fw pi-globe', routerLink: ['pages/landing']},
{label: 'Login', icon: 'pi pi-fw pi-sign-in', routerLink: ['pages/login']},
{label: 'Error', icon: 'pi pi-fw pi-times-circle', routerLink: ['pages/error']},
{label: 'Not Found', icon: 'pi pi-fw pi-exclamation-circle', routerLink: ['pages/notfound']},
{label: 'Empty', icon: 'pi pi-fw pi-circle', routerLink: ['/pages/empty']}
]
},