Last change
on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | /**
|
---|
| 2 | * @license
|
---|
| 3 | * Copyright Google LLC All Rights Reserved.
|
---|
| 4 | *
|
---|
| 5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
| 6 | * found in the LICENSE file at https://angular.io/license
|
---|
| 7 | */
|
---|
| 8 | import { HighContrastModeDetector } from './high-contrast-mode/high-contrast-mode-detector';
|
---|
| 9 | import * as ɵngcc0 from '@angular/core';
|
---|
| 10 | import * as ɵngcc1 from './live-announcer/live-announcer';
|
---|
| 11 | import * as ɵngcc2 from './focus-trap/focus-trap';
|
---|
| 12 | import * as ɵngcc3 from './focus-monitor/focus-monitor';
|
---|
| 13 | import * as ɵngcc4 from '@angular/cdk/platform';
|
---|
| 14 | import * as ɵngcc5 from '@angular/cdk/observers';
|
---|
| 15 | export declare class A11yModule {
|
---|
| 16 | constructor(highContrastModeDetector: HighContrastModeDetector);
|
---|
| 17 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<A11yModule, never>;
|
---|
| 18 | static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<A11yModule, [typeof ɵngcc1.CdkAriaLive, typeof ɵngcc2.CdkTrapFocus, typeof ɵngcc3.CdkMonitorFocus], [typeof ɵngcc4.PlatformModule, typeof ɵngcc5.ObserversModule], [typeof ɵngcc1.CdkAriaLive, typeof ɵngcc2.CdkTrapFocus, typeof ɵngcc3.CdkMonitorFocus]>;
|
---|
| 19 | static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<A11yModule>;
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | //# sourceMappingURL=a11y-module.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.