import { Component } from "@angular/core"; @Component({ template: require('./notFound.component.html') }) export class NotFoundComponent { }