38248: Added PageNotFound component

This commit is contained in:
Lotte Hofstede
2017-01-12 15:18:15 +01:00
parent 8cd58f8243
commit 82a379df3c
4 changed files with 16 additions and 5 deletions

View File

@@ -10,5 +10,5 @@
* ];
**/
export const routes: string[] = [
'home'
'home', '**'
];