From bfcbac6570126cdce3a0fb6c7a3bd02139052a3d Mon Sep 17 00:00:00 2001 From: Ed Pelc Date: Fri, 28 Apr 2017 16:55:48 -0400 Subject: [PATCH] fix(a11y): export `ActiveDescendantKeyManager` --- src/lib/core/core.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/core/core.ts b/src/lib/core/core.ts index 561c5d9bf50d..b1a731495e1c 100644 --- a/src/lib/core/core.ts +++ b/src/lib/core/core.ts @@ -68,6 +68,7 @@ export { LIVE_ANNOUNCER_ELEMENT_TOKEN, LIVE_ANNOUNCER_PROVIDER, } from './a11y/live-announcer'; +export {ActiveDescendantKeyManager} from './a11y/activedescendant-key-manager'; // Selection export * from './selection/selection';