Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
a4bebf2d2da13d93e08e75bd720e2dff8a3a3afe
/
.
/
examples
/
angular
/
src
/
app
/
app.component.ts
blob: 92c890118170f6aa9dce8600f7f7cf2f09da5af3 [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'app-component'
,
templateUrl
:
'app.component.html'
})
export
class
AppComponent
{
}