UNPKG
nodram
Version:
latest (0.0.1)
0.0.1
A Really MEAN Web Framework
github.com/oreofeolurin/ream
oreofeolurin/ream
nodram
/
src
/
framework
/
browser
/
app
/
app.component.ts
13 lines
(7 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
{Component}
from
'@angular/core'
;
@Component
({ selector:
'app'
,
//
moduleId : module.id, template:
'<router-outlet></router-outlet>'
}) export
class
AppComponent
{}