* Gets the projected chip edit input, or the default input if none is projected in. One of these * two values is guaranteed to be defined.
()
| 241 | * two values is guaranteed to be defined. |
| 242 | */ |
| 243 | private _getEditInput(): MatChipEditInput { |
| 244 | return this.contentEditInput || this.defaultEditInput!; |
| 245 | } |
| 246 | } |
no outgoing calls
no test coverage detected