Name Date Size #Lines LOC

..--

.vscode/H25-Apr-2025-8278

src/H25-Apr-2025-3,1012,277

.editorconfigH A D25-Apr-2025274 1713

.gitignoreH A D25-Apr-2025548 4336

README.mdH A D25-Apr-2025400 2517

angular.jsonH A D25-Apr-20252.8 KiB105104

package-lock.jsonH A D25-Apr-2025481.5 KiB13,47113,470

package.jsonH A D25-Apr-20251.3 KiB4443

proxy.conf.jsonH A D25-Apr-2025163 1210

tsconfig.app.jsonH A D25-Apr-2025263 1514

tsconfig.jsonH A D25-Apr-2025857 3332

tsconfig.spec.jsonH A D25-Apr-2025273 1514

README.md

1# WatchWebApp
2
3Local web UI to update golden files from a device.
4
5This is deployed to https://motion.teams.x20web.corp.google.com/, and launched
6via platform_testing/libraries/motion/golden/watch_web_app
7
8## Development
9
10Install dependencies with:
11```
12npm install
13```
14
15test via
16
17```
18ng serve
19```
20
21then launch the golden updater via
22```
23./watch_local_tests.py --client_url=http://localhost:4200/
24```
25