File

src/app/home/page-not-found.component.ts

Metadata

template
<h1>This is not the page you were looking for!</h1>
import { Component } from '@angular/core';

@Component({
    template: `
    <h1>This is not the page you were looking for!</h1>
    `
})
export class PageNotFoundComponent { }
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""