history service, mail template improved, general listing entry
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<p>not-found works!</p>
|
||||
@@ -0,0 +1,8 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-not-found',
|
||||
standalone: true,
|
||||
template: '<h2>Page not found</h2>',
|
||||
})
|
||||
export class NotFoundComponent {}
|
||||
Reference in New Issue
Block a user