Package Exports
- @a11y-shiftleft/angular
- @a11y-shiftleft/angular/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@a11y-shiftleft/angular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@a11y-shiftleft/angular
Angular template accessibility adapter dependency bundle for
a11y-shiftleft-cli.
Install
npm install --save-dev a11y-shiftleft-cli @a11y-shiftleft/angular
npx a11y-shiftleft init --framework angularUse
npx a11y-shiftleft check --static --framework angular --include "src/**/*.html" --out reportsThis package installs @angular-eslint/eslint-plugin-template and
@angular-eslint/template-parser, which the CLI lazy-loads for Angular template
static checks.
Dynamic axe/Playwright checks still come from a11y-shiftleft-cli.