not-found.component.ts 205 Bytes
/**
 * 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 {
}