We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a80b1b commit cd18cd1Copy full SHA for cd18cd1
src/dialog/overflow-menu/overflow-menu-option.component.ts
@@ -61,7 +61,8 @@ export class OverflowMenuOption implements AfterViewInit {
61
@Output() selected: EventEmitter<any> = new EventEmitter();
62
63
public tabIndex = -1;
64
-
+ // note: title must be a real attribute (i.e. not a getter) as of Angular@6 due to
65
+ // change after checked errors
66
public title = null;
67
68
constructor(protected elementRef: ElementRef) {}
0 commit comments