import { Component } from "@angular/core"; @Component({ template: "

Page not found

", }) export class PageNotFoundComponent { }