Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1019 bytes
|
Line | |
---|
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 | /**
|
---|
9 | * Throws an exception for the case when menu trigger doesn't have a valid mat-menu instance
|
---|
10 | * @docs-private
|
---|
11 | */
|
---|
12 | export declare function throwMatMenuMissingError(): void;
|
---|
13 | /**
|
---|
14 | * Throws an exception for the case when menu's x-position value isn't valid.
|
---|
15 | * In other words, it doesn't match 'before' or 'after'.
|
---|
16 | * @docs-private
|
---|
17 | */
|
---|
18 | export declare function throwMatMenuInvalidPositionX(): void;
|
---|
19 | /**
|
---|
20 | * Throws an exception for the case when menu's y-position value isn't valid.
|
---|
21 | * In other words, it doesn't match 'above' or 'below'.
|
---|
22 | * @docs-private
|
---|
23 | */
|
---|
24 | export declare function throwMatMenuInvalidPositionY(): void;
|
---|
25 | /**
|
---|
26 | * Throws an exception for the case when a menu is assigned
|
---|
27 | * to a trigger that is placed inside the same menu.
|
---|
28 | * @docs-private
|
---|
29 | */
|
---|
30 | export declare function throwMatMenuRecursiveError(): void;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.