1
- ## API Report File for "components-srcs "
1
+ ## API Report File for "@ angular /cdk_menu "
2
2
3
3
> Do not edit this file. It is a report generated by [ API Extractor] ( https://api-extractor.com/ ) .
4
4
@@ -24,6 +24,7 @@ import { OnInit } from '@angular/core';
24
24
import { Optional } from ' @angular/core' ;
25
25
import { QueryList } from ' @angular/core' ;
26
26
import { Renderer2 } from ' @angular/core' ;
27
+ import * as rxjs from ' rxjs' ;
27
28
import { Signal } from ' @angular/core' ;
28
29
import { SimpleChanges } from ' @angular/core' ;
29
30
import { Subject } from ' rxjs' ;
@@ -202,7 +203,7 @@ export class CdkMenuModule {
202
203
// (undocumented)
203
204
static ɵinj: i0 .ɵɵInjectorDeclaration <CdkMenuModule >;
204
205
// (undocumented)
205
- static ɵmod: i0 .ɵɵNgModuleDeclaration <CdkMenuModule , never , [typeof i1 . OverlayModule , typeof i2_2 . CdkMenuBar , typeof i3_3 . CdkMenu , typeof i4_3 . CdkMenuItem , typeof i5_2 . CdkMenuItemRadio , typeof i6_2 . CdkMenuItemCheckbox , typeof i7_2 . CdkMenuTrigger , typeof i8 . CdkMenuGroup , typeof i9 . CdkContextMenuTrigger , typeof i10 . CdkTargetMenuAim ], [typeof i2_2 . CdkMenuBar , typeof i3_3 . CdkMenu , typeof i4_3 . CdkMenuItem , typeof i5_2 . CdkMenuItemRadio , typeof i6_2 . CdkMenuItemCheckbox , typeof i7_2 . CdkMenuTrigger , typeof i8 . CdkMenuGroup , typeof i9 . CdkContextMenuTrigger , typeof i10 . CdkTargetMenuAim ]>;
206
+ static ɵmod: i0 .ɵɵNgModuleDeclaration <CdkMenuModule , never , [typeof OverlayModule , typeof CdkMenuBar , typeof CdkMenu , typeof CdkMenuItem , typeof CdkMenuItemRadio , typeof CdkMenuItemCheckbox , typeof CdkMenuTrigger , typeof CdkMenuGroup , typeof CdkContextMenuTrigger , typeof CdkTargetMenuAim ], [typeof CdkMenuBar , typeof CdkMenu , typeof CdkMenuItem , typeof CdkMenuItemRadio , typeof CdkMenuItemCheckbox , typeof CdkMenuTrigger , typeof CdkMenuGroup , typeof CdkContextMenuTrigger , typeof CdkTargetMenuAim ]>;
206
207
}
207
208
208
209
// @public
@@ -244,7 +245,7 @@ export abstract class CdkMenuTriggerBase implements OnDestroy {
244
245
readonly opened: EventEmitter <void >;
245
246
protected overlayRef: OverlayRef | null ;
246
247
registerChildMenu(child : Menu ): void ;
247
- protected readonly stopOutsideClicksListener: Observable <void >;
248
+ protected readonly stopOutsideClicksListener: rxjs . Observable <void >;
248
249
protected readonly viewContainerRef: ViewContainerRef ;
249
250
// (undocumented)
250
251
static ɵdir: i0 .ɵɵDirectiveDeclaration <CdkMenuTriggerBase , never , never , {}, {}, never , never , true , never >;
0 commit comments