The option components contained within this selection-list.
()
| 358 | // cannot be named `options` as it will be picked up by the interactive list base. |
| 359 | /** The option components contained within this selection-list. */ |
| 360 | get options(): QueryList<MatListOption> { |
| 361 | return this._items; |
| 362 | } |
| 363 | |
| 364 | /** Handles keydown events within the list. */ |
| 365 | _handleKeydown(event: KeyboardEvent) { |
no outgoing calls
no test coverage detected