Last change
on this file since bdd6491 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
776 bytes
|
Line | |
---|
1 | import { ElementRef } from '@angular/core';
|
---|
2 | import * as i0 from "@angular/core";
|
---|
3 | import * as i1 from "@angular/common";
|
---|
4 | export declare class FocusTrap {
|
---|
5 | el: ElementRef;
|
---|
6 | pFocusTrapDisabled: boolean;
|
---|
7 | constructor(el: ElementRef);
|
---|
8 | onkeydown(e: any): void;
|
---|
9 | static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrap, never>;
|
---|
10 | static ɵdir: i0.ɵɵDirectiveDeclaration<FocusTrap, "[pFocusTrap]", never, { "pFocusTrapDisabled": "pFocusTrapDisabled"; }, {}, never>;
|
---|
11 | }
|
---|
12 | export declare class FocusTrapModule {
|
---|
13 | static ɵfac: i0.ɵɵFactoryDeclaration<FocusTrapModule, never>;
|
---|
14 | static ɵmod: i0.ɵɵNgModuleDeclaration<FocusTrapModule, [typeof FocusTrap], [typeof i1.CommonModule], [typeof FocusTrap]>;
|
---|
15 | static ɵinj: i0.ɵɵInjectorDeclaration<FocusTrapModule>;
|
---|
16 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.