announceCurrentStep property

  1. @Input()
bool announceCurrentStep
getter/setter pair

When true, assertively announces the current step via aria live region.

Implementation

@Input()
bool announceCurrentStep = false;