import { Component } from '@angular/core'; @Component({ selector: 'wb-pagenotfound', template: `

warningPage not found!

`, styles: [` .warning { font-size: 30px;} .spacer { margin-left: 10px;} ` ] }) export class PageNotFoundComponent { }