These Angular 6 examples are a single page Angular application deployed on GitHub. It was created using the Angular CLI and the Angular Tour of Heroes tutorial. Accessibility test results are included at the bottom of the page.
To see the working demo, go to Angular 6 Example.
The source code is in the Accessible Angular GitHub repository.
To improve accessibility, the following packages have been added to the application:
- W3C WAI ARIA Landmarks to identify regions to a page.
- Styles to improve color contrast.
Follow these steps to install the Angular 6 Example application:
- Clone or download the accessible-angular repository.
- If you download the zip file extract it before proceeding.
- From the command-line navigate to the accessible-angular (clone) or accessible-angular-master (unzip) directory.
- Type: npm install
- Type: ng serve --open
- The application opens in your default browser to http://localhost:4200/