Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
dcaegen2
/
services
/
4afc1d13c60c055d3074ca4af9d292c1dbb8a382
/
.
/
components
/
datalake-handler
/
admin
/
src
/
app
/
app.component.ts
blob: 01be458c4443b23edb9eff039eaedc2b84c221f1 [
file
] [
log
] [
blame
]
import
{
Component
}
from
"@angular/core"
;
@Component
({
selector
:
"app-root"
,
templateUrl
:
"./app.component.html"
,
styleUrls
:
[
"./app.component.css"
]
})
export
class
AppComponent
{
title
=
"app"
;
}