Skip to content

Commit

Permalink
update api golden
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Oct 11, 2019
1 parent a70b1bd commit 7d84624
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/public_api_guard/material/menu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export declare class _MatMenuBase implements AfterContentInit, MatMenuPanel<MatM
lazyContent: MatMenuContent;
overlapTrigger: boolean;
panelClass: string;
readonly panelId: string;
parentMenu: MatMenuPanel | undefined;
templateRef: TemplateRef<any>;
xPosition: MenuPositionX;
Expand Down Expand Up @@ -105,6 +106,7 @@ export interface MatMenuPanel<T = any> {
hasBackdrop?: boolean;
lazyContent?: MatMenuContent;
overlapTrigger: boolean;
readonly panelId?: string;
parentMenu?: MatMenuPanel | undefined;
removeItem?: (item: T) => void;
resetActiveItem: () => void;
Expand Down

0 comments on commit 7d84624

Please sign in to comment.