Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
1c0233275ce1b3add223c31a8897e4221936dcab
/
.
/
scouting
/
www
/
app.ts
blob: c9d5ca101d0516f4c97d1c7d0fb54d0c39321691 [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'my-app'
,
templateUrl
:
'./app.ng.html'
,
})
export
class
App
{
matchNumber
:
number
=
1
;
//placeholder
teamNumber
:
number
=
971
;
//placeholder
}