@ycloud-web/icons-angular 0.1.3 → 0.1.5
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 +7 -1
- package/fesm2022/ycloud-web-icons-angular.mjs +3963 -3963
- package/fesm2022/ycloud-web-icons-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ycloud-web-icons-angular.d.ts +1391 -1391
package/README.md
CHANGED
|
@@ -28,7 +28,11 @@
|
|
|
28
28
|
|
|
29
29
|
# YCloud Angular
|
|
30
30
|
|
|
31
|
-
|
|
31
|
+
适用于 Angular 应用的 YCloud Icons 图标库,支持独立组件、Signal 和 zoneless 使用方式。
|
|
32
|
+
|
|
33
|
+
## 版本要求
|
|
34
|
+
|
|
35
|
+
Angular `>=17.0.0`。文档示例使用当前最新 Angular 版本。
|
|
32
36
|
|
|
33
37
|
## 安装
|
|
34
38
|
|
|
@@ -54,4 +58,6 @@ bun add @ycloud-web/icons-angular@latest
|
|
|
54
58
|
|
|
55
59
|
## 许可证
|
|
56
60
|
|
|
61
|
+
YCloud Icons 基于 [Lucide](https://github.com/lucide-icons/lucide) 二次开发,保留上游 ISC 许可证与必要的第三方授权说明。本包在此基础上提供适用于 Angular 应用的图标组件。
|
|
62
|
+
|
|
57
63
|
YCloud Icons 使用 ISC 许可证发布。详见 [LICENSE](https://tianjianjun0727.github.io/ycloud-icons/license)。
|