UNPKG

metadata-editor-core

Version:

Metadata Editor Core project Powered by Assyst

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