@ycloud-web/icons-angular 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/fesm2022/ycloud-web-icons-angular.mjs +13023 -13023
- package/fesm2022/ycloud-web-icons-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ycloud-web-icons-angular.d.ts +4915 -4915
package/README.md
CHANGED
|
@@ -33,19 +33,19 @@ A standalone, signal based, zoneless implementation of the 适用于 Angular 应
|
|
|
33
33
|
## 安装
|
|
34
34
|
|
|
35
35
|
```sh
|
|
36
|
-
pnpm add @ycloud-web/icons-angular
|
|
36
|
+
pnpm add @ycloud-web/icons-angular@latest
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
|
-
npm install @ycloud-web/icons-angular
|
|
40
|
+
npm install @ycloud-web/icons-angular@latest
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
```sh
|
|
44
|
-
yarn add @ycloud-web/icons-angular
|
|
44
|
+
yarn add @ycloud-web/icons-angular@latest
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
```sh
|
|
48
|
-
bun add @ycloud-web/icons-angular
|
|
48
|
+
bun add @ycloud-web/icons-angular@latest
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
## 文档
|