// #docregion import { Component } from '@angular/core'; @Component({ template: `

Page Not Found

` }) export class PageNotFoundComponent {}