JimmFly
9030ca511e
refactor(core): refactor tag to use di (#6079)
use case
```
const tagService = useService(TagService);
const tags = useLiveData(tagService.tags);
const currentTagLiveData = tagService.tagByTagId(tagId);
const currentTag = useLiveData(currentTagLiveData);
```
2024-03-19 08:39:15 +00:00
..
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 02:34:18 +00:00
2024-03-19 08:39:15 +00:00