argos/dmp-frontend/src/app/not-found.component.ts

7 lines
136 B
TypeScript
Raw Normal View History

2017-09-26 17:16:04 +02:00
import { Component } from '@angular/core';
@Component({
2018-10-05 17:00:54 +02:00
template: '<h2>Page not found</h2>'
2017-09-26 17:16:04 +02:00
})
2018-10-05 17:00:54 +02:00
export class PageNotFoundComponent { }