Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
announce: () => this.label.nativeElement ? this._liveAnnouncer.announce(this.config.data.message,
this.config.politeness, this.config.timeoutMs || MDCSnackbarFoundation.numbers.ARIA_LIVE_DELAY_MS) : {},
notifyClosing: () => {},