Sign in
eclipse
/
osee
/
org.eclipse.osee
/
47105a3ad00a6775286084bdc17ccde5035e647e
/
.
/
plugins
/
org.eclipse.osee.web
/
src
/
app
/
app.component.ts
blob: 27222f98c0922684d7dba7b172d9a5593da40281 [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'app-root'
,
templateUrl
:
'./app.component.html'
,
styleUrls
:
[
'./app.component.sass'
]
})
export
class
AppComponent
{
title
=
'OSEE'
;
}