Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
6fad0a5cb7c12a49d34851a00a08caa3dab8ddd2
/
.
/
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
{
}