tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.82k stars 919 forks source link

add pa11y #379

Closed timdeschryver closed 5 years ago

timdeschryver commented 5 years ago

What:

This adds pa11y during our build to increase the accessibility of the website.

I removed http-server in favor of our own epxress server.

I had to disable "WCAG2AA.Principle2.Guideline2_4.2_4_1.G1,G123,G124.NoSuchId" because our router is setup with useHash: true.

Issue number: N/A