https://github.com/svinkle/angular-forms-next-level-a11y
Angular Forms Demo – Next-Level Accessibility
https://github.com/svinkle/angular-forms-next-level-a11y
a11y accessibility angular forms javascript typescript
Last synced: 6 months ago
JSON representation
Angular Forms Demo – Next-Level Accessibility
- Host: GitHub
- URL: https://github.com/svinkle/angular-forms-next-level-a11y
- Owner: svinkle
- License: mit
- Created: 2019-01-13T14:11:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T16:34:25.000Z (about 7 years ago)
- Last Synced: 2025-03-17T15:21:27.293Z (about 1 year ago)
- Topics: a11y, accessibility, angular, forms, javascript, typescript
- Language: TypeScript
- Homepage: https://svinkle.github.io/angular-forms-next-level-a11y/
- Size: 209 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Creating Accessible Forms with Angular
## Angular Forms Demo
> Next-Level Accessibility 💪
This repo is a demo component from the article, [Creating Accessible Forms with Angular](https://medium.com/@svinkle/creating-accessible-forms-with-angular-simply-accessible-c1bc362cf89e). Have a read to find out why this form flows the way it does, then come back and check out the source code. 🙂
Also available is the repo for the alternate-component form, [Angular Forms Demo – Some Accessibility](https://github.com/svinkle/angular-forms-some-a11y).
Try out the [live demo](https://svinkle.github.io/angular-forms-next-level-a11y) for yourself!
---
## Dev Info
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.0.0.
### Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
### Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
### Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
## License
This project and its source code is licensed under the [MIT](LICENSE.txt) license.