JSPM

@a11y-shiftleft/angular

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 20
  • Score
    100M100P100Q77858F
  • License MIT

Angular template accessibility adapter dependency bundle for a11y-shiftleft-cli.

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 angular

Use

npx a11y-shiftleft check --static --framework angular --include "src/**/*.html" --out reports

This 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.