UNPKG

ng2-encrm-components

Version:
14 lines (11 loc) 186 B
import { Component } from '@angular/core'; @Component({ selector: 'no-content', template: ` <div> <h1>404: page missing</h1> </div> ` }) export class NoContent { }