Skip to content

Commit

Permalink
build: update api golds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Jul 27, 2021
1 parent 11be78f commit 55f99b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/public_api_guard/material/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export class _MatMenuBase implements AfterContentInit, MatMenuPanel<MatMenuItem>
// @deprecated
readonly close: EventEmitter<MenuCloseReason>;
readonly closed: EventEmitter<MenuCloseReason>;
_directDescendantItems: QueryList<MatMenuItem>;
direction: Direction;
// (undocumented)
protected _elevationPrefix: string;
Expand Down

0 comments on commit 55f99b5

Please sign in to comment.