* 创建旋转加载器
(text: string = '加载中...', options: SpinnerOptions = {})
| 33 | * 创建旋转加载器 |
| 34 | */ |
| 35 | public static spinner(text: string = '加载中...', options: SpinnerOptions = {}): Spinner { |
| 36 | return new Spinner(text, options); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * 创建进度条 |
no outgoing calls
no test coverage detected