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
/
landing
/
landing.component.ts
13 lines
(9 loc)
•
226 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Created by EdgeTech on 8/29/2016. */
import
{Component} from
'@angular/core'
;
@Component({ selector:
'app-landing'
, template:
'<router-outlet></router-outlet>'
})
export
class
LandingComponent
{}