| 9 | import { tools } from './utils/tools'; |
| 10 | |
| 11 | interface SharedLoading { |
| 12 | category?: boolean; |
| 13 | tag?: boolean; |
| 14 | page?: boolean; |
| 15 | } |
| 16 | |
| 17 | class SharedStore { |
| 18 | getCategoryList$: Observable<IResult<Category[]>>; |
nothing calls this directly
no outgoing calls
no test coverage detected