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