Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
93ade044c06837b99eb60ce85d98a067e7c2e40a
/
.
/
scouting
/
www
/
app.ts
blob: f6247d3b3d028ae34ab6f34f3cd022f6bed8408c [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'my-app'
,
templateUrl
:
'./app.ng.html'
,
})
export
class
App
{
}