Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d41f501ef433bbafaac3db9bbfaeba63f04eb3d1
/
.
/
scouting
/
www
/
app.ts
blob: f6247d3b3d028ae34ab6f34f3cd022f6bed8408c [
file
] [
log
] [
blame
]
Alex Perry
b316808
2022-01-22 13:36:13 -0800
[
diff
] [
blame
]
1
import
{
Component
}
from
'@angular/core'
;
2
3
@Component
({
4
selector
:
'my-app'
,
5
templateUrl
:
'./app.ng.html'
,
6
})
7
export
class
App
{
8
}