Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
b3168082b71771141ed86cd8f6eb00322b9354e3
/
.
/
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
}