tree: d86dfd93940e08c566f42b39ccf978071dddae2a [path history] [tgz]
  1. dist/
  2. src/
  3. .angular-cli.json
  4. .editorconfig
  5. karma.conf.js
  6. package-lock.json
  7. package.json
  8. protractor.conf.js
  9. README.md
  10. tsconfig.json
  11. tslint.json
chromium/src/third_party/blink/perf_tests/speedometer/resources/todomvc/architecture-examples/angular/README.md

Speedometer 2.0: Angular 4 TodoMVC example

Test locally

  1. npm install
  2. npm run start-prod
  3. Navigate to http://localhost:4200/

Build (do this before committing!)

  1. npm run build-prod