Uh oh!
There was an error while loading. Please reload this page.
feat(a11y): add injection token configure default politeness and duration - #15126
Conversation
5ed7cc2 to
8612eb8Compare| @Inject(DOCUMENT) _document: any) { | ||
| @Inject(DOCUMENT) _document: any, | ||
| @Optional() @Inject(LIVE_ANNOUNCER_DEFAULT_OPTIONS) | ||
| private _defaultOptions?: LiveAnnouncerDefaultOptions) { |
There was a problem hiding this comment.
It's intentional. I had to wrap the line so it doesn't go over the limit.
There was a problem hiding this comment.
Yeah the wrapping makes sense. Though the additional spaces are inconsistent with what we usually do (and I've not found similar wrapping in the repo). Not trying to be too nitpicky, but this is an easy fix to be consistent.. 😄
e.g. see drag.ts
Uh oh!
There was an error while loading. Please reload this page.
jelbourn
left a comment
There was a problem hiding this comment.
LGTM aside from Paul's comment
…tion Adds an injection token that allows consumers to configure the default `politeness` and `duration` for the live announcer. Fixesangular#15121.
8612eb8 to
c064bfdCompareThis issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Adds an injection token that allows consumers to configure the default
politenessanddurationfor the live announcer.Fixes#15121.