fix: upgrade to Angular v12

add README details
This commit is contained in:
twerske
2021-05-17 14:40:49 -07:00
parent 499aeaceaf
commit 79032a7ece
10 changed files with 1192 additions and 923 deletions

View File

@@ -1,15 +1,17 @@
# A11y in Angular demo : A Dumpling Shop
# Build more accessible Angular apps : Dumpling Shop demo
Demo for the [Build more accessible Angular apps](codelabs.developers.google.com/angular-a11y) codelab.
Demo for the [Build more accessible Angular apps](https://codelabs.developers.google.com/angular-a11y) codelab.
## Get set up
Run `npm install` to install the dependencies required to run the server.
Run `git checkout get-started` to use the `get-started` branch for the codelab. All solutions can be found in the `main` branch.
Run `ng serve --hmr` to run the server.
Open a browser tab to [http://localhost:4200](). The app will automatically reload if you change any of the source files.
Open a browser tab to [http://localhost:4200](http://localhost:4200). The app will automatically reload if you change any of the source files.
## Disclaimer