not-found.component.ts 205 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 /** * Created by liuzheng on 2017/8/31. */ import {Component} from '@angular/core'; @Component({ selector: 'app-root', template: '<h2>Page not found</h2>' }) export class PageNotFoundComponent { }