@coreui/angular-pro 5.4.2 → 5.4.3
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://coreui.io/">
|
|
2
|
+
<a href="https://coreui.io/" target="_blank">
|
|
3
3
|
<img
|
|
4
4
|
src="https://coreui.io/images/brand/coreui-signet.svg"
|
|
5
5
|
alt="CoreUI logo"
|
|
@@ -8,28 +8,42 @@
|
|
|
8
8
|
</a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
|
-
<h2 align="center">CoreUI Pro for Angular</h3>
|
|
11
|
+
<h2 align="center">CoreUI Pro Components for Angular</h3>
|
|
12
12
|
|
|
13
13
|
<p align="center">
|
|
14
|
-
Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.
|
|
14
|
+
Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.x
|
|
15
15
|
<br>
|
|
16
|
-
<a href="https://coreui.io/angular/docs/"
|
|
16
|
+
<a href="https://coreui.io/angular/docs/" target="_blank">Explore <strong>CoreUI for Angular docs and examples »</strong></a>
|
|
17
17
|
<br>
|
|
18
|
-
<
|
|
19
|
-
|
|
18
|
+
<a href="https://coreui.io/angular/docs/" target="_blank">CoreUI Docs</a>
|
|
19
|
+
·
|
|
20
|
+
<a href="https://github.com/coreui/coreui-angular/issues/new?template=bug_report.md" target="_blank">Report a bug</a>
|
|
20
21
|
·
|
|
21
|
-
<a href="https://github.com/coreui/coreui-angular
|
|
22
|
+
<a href="https://github.com/coreui/coreui-angular/issues/new?template=feature_request.md" target="_blank">Request a feature</a>
|
|
22
23
|
·
|
|
23
|
-
<a href="https://blog.coreui.io/">Blog</a>
|
|
24
|
+
<a href="https://blog.coreui.io/" target="_blank">Blog</a>
|
|
24
25
|
</p>
|
|
26
|
+
<hr>
|
|
27
|
+
<p>
|
|
28
|
+
Featured CoreUI for Angular libraries:
|
|
29
|
+
<br>
|
|
30
|
+
· <a href="https://github.com/coreui/coreui-angular/tree/main/projects/coreui-angular" target="_blank">CoreUI Components for Angular</a>
|
|
31
|
+
<br>
|
|
32
|
+
· <a href="https://github.com/coreui/coreui-angular/tree/main/projects/coreui-angular-chartjs" target="_blank">CoreUI Angular wrapper for Chart.js v4</a>
|
|
33
|
+
<br>
|
|
34
|
+
· <a href="https://github.com/coreui/coreui-angular/tree/main/projects/coreui-icons-angular" target="_blank">CoreUI Icons for Angular</a>
|
|
35
|
+
</p>
|
|
36
|
+
<hr>
|
|
37
|
+
|
|
25
38
|
|
|
26
|
-
|
|
39
|
+
### Status
|
|
27
40
|
|
|
41
|
+
![angular][angular-badge]
|
|
28
42
|
[![npm-coreui-angular-v5-ng19][npm-coreui-angular-badge-v5-ng19]][npm-coreui-angular]
|
|
29
43
|
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
|
|
30
44
|
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
|
|
31
45
|
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
|
|
32
|
-
|
|
46
|
+
[](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml)
|
|
33
47
|
|
|
34
48
|
|
|
35
49
|
## Table of contents
|
|
@@ -185,4 +199,4 @@ This is proprietary software. To use it, you have to obtain a commercial license
|
|
|
185
199
|
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular-pro/next?style=flat-square&color=yellow
|
|
186
200
|
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular-pro
|
|
187
201
|
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
|
|
188
|
-
[angular-badge]: https://img.shields.io/badge/angular-^19.
|
|
202
|
+
[angular-badge]: https://img.shields.io/badge/angular-^19.2.0-lightgrey.svg?style=flat-square&logo=angular
|