File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
* @docs -private
12
12
*/
13
13
export function throwMatMenuMissingError ( ) {
14
- throw Error ( `mat-menu-trigger : must pass in an mat-menu instance.
14
+ throw Error ( `matMenuTriggerFor : must pass in an mat-menu instance.
15
15
16
16
Example:
17
17
<mat-menu #menu="matMenu"></mat-menu>
@@ -24,8 +24,8 @@ export function throwMatMenuMissingError() {
24
24
* @docs -private
25
25
*/
26
26
export function throwMatMenuInvalidPositionX ( ) {
27
- throw Error ( `x-position value must be either 'before' or after'.
28
- Example: <mat-menu x-position ="before" #menu="matMenu"></mat-menu>` ) ;
27
+ throw Error ( `xPosition value must be either 'before' or after'.
28
+ Example: <mat-menu xPosition ="before" #menu="matMenu"></mat-menu>` ) ;
29
29
}
30
30
31
31
/**
@@ -34,6 +34,6 @@ export function throwMatMenuInvalidPositionX() {
34
34
* @docs -private
35
35
*/
36
36
export function throwMatMenuInvalidPositionY ( ) {
37
- throw Error ( `y-position value must be either 'above' or below'.
38
- Example: <mat-menu y-position ="above" #menu="matMenu"></mat-menu>` ) ;
37
+ throw Error ( `yPosition value must be either 'above' or below'.
38
+ Example: <mat-menu yPosition ="above" #menu="matMenu"></mat-menu>` ) ;
39
39
}
You can’t perform that action at this time.
0 commit comments