UNPKG
metadata-editor-workspace
Version:
latest (0.0.1)
0.0.1
Metadata Editor Workspace module for ME-Core Powered by Assyst
metadata-editor-workspace
/
src
/
app
/
no-content
/
no-content.component.ts
14 lines
(11 loc)
•
208 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { Component } from
'@angular/core'
;
@Component
({ selector:
'no-content'
, template:
` <div> <h1>404: page missing</h1> </div> `
}) export
class
NoContentComponent
{ }