Blame view

src/app/components/pageNotFound.component.ts 136 Bytes
b140204c   Anan Sangthongtum   .
1
2
3
4
5
6
import { Component } from '@angular/core';

@Component({
  template: '<h2>Page not found</h2>'
})
export class PageNotFoundComponent {}