()
| 83 | } |
| 84 | |
| 85 | constructor() { |
| 86 | inject(_CdkPrivateStyleLoader).load(_StructuralStylesLoader); |
| 87 | if (this._elementRef.nativeElement.nodeName === 'BUTTON') { |
| 88 | this._elementRef.nativeElement.setAttribute('type', 'button'); |
| 89 | } |
| 90 | } |
| 91 | |
| 92 | focus() { |
| 93 | this._elementRef.nativeElement.focus(); |