commit | 93ade044c06837b99eb60ce85d98a067e7c2e40a | [log] [tgz] |
---|---|---|
author | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 05 17:16:10 2022 -0800 |
committer | Philipp Schrader <philipp.schrader@gmail.com> | Sat Mar 05 18:24:21 2022 -0800 |
tree | 2d46ac7e1bf4afedb32d8cf073bc73cd29f284ab | |
parent | 1c0233275ce1b3add223c31a8897e4221936dcab [diff] [blame] |
Add a Match/Team Selection screen to the scouting web page Now we can start working on actually submitting scouting data. Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com> Change-Id: Ie26a80d0db317625590efc10cb67c4b176bdc124
diff --git a/scouting/www/entry/BUILD b/scouting/www/entry/BUILD index 8f46de7..0d0e7f6 100644 --- a/scouting/www/entry/BUILD +++ b/scouting/www/entry/BUILD
@@ -16,5 +16,6 @@ deps = [ "@npm//@angular/common", "@npm//@angular/core", + "@npm//@angular/forms", ], )