@angular/cdk 12.2.8 → 12.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ export declare class LiveAnnouncer implements OnDestroy {
13
13
  private _defaultOptions?;
14
14
  private _liveElement;
15
15
  private _document;
16
- private _previousTimeout?;
16
+ private _previousTimeout;
17
17
  constructor(elementToken: any, _ngZone: NgZone, _document: any, _defaultOptions?: LiveAnnouncerDefaultOptions | undefined);
18
18
  /**
19
19
  * Announces a message to screenreaders.