(text: string)
| 17 | } |
| 18 | |
| 19 | setText(text: string): LoadingIndicator<T> { |
| 20 | this.text = text; |
| 21 | return this; |
| 22 | } |
| 23 | |
| 24 | setSuccessText(successText: string): LoadingIndicator<T> { |
| 25 | this.successText = successText; |
no outgoing calls
no test coverage detected