← All analysers · Framework-specific analysers

AngularReactivityAnalyzer

Angular patterns: [(ngModel)], structural directives, change detection.

What it detects

Angular's two-way binding, structural directives (`*ngIf`, `*ngFor`), and change-detection cycles all affect when accessibility-relevant DOM updates happen. This analyser parses Angular templates and reasons about the binding-driven runtime behaviour.

WCAG criteria

  • 1.3.1Info and Relationships
  • 4.1.2Name, Role, Value

Source

analyzers/AngularReactivityAnalyzer.ts

More