@coreui/angular-pro 5.5.25 → 5.6.0
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 +5 -5
- package/fesm2022/coreui-angular-pro.mjs +1527 -1709
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/package.json +10 -10
- package/{index.d.ts → types/coreui-angular-pro.d.ts} +54 -62
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
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.
|
|
14
|
+
Angular Components Library built on top of Bootstrap 5.x and TypeScript 5.9
|
|
15
15
|
<br>
|
|
16
16
|
<a href="https://coreui.io/angular/docs/" target="_blank">Explore <strong>CoreUI for Angular docs and examples »</strong></a>
|
|
17
17
|
<br>
|
|
@@ -39,7 +39,7 @@ Featured CoreUI for Angular libraries:
|
|
|
39
39
|
### Status
|
|
40
40
|
|
|
41
41
|
![angular][angular-badge]
|
|
42
|
-
[![npm-coreui-angular-v5-
|
|
42
|
+
[![npm-coreui-angular-v5-ng21][npm-coreui-angular-badge-v5-ng21]][npm-coreui-angular]
|
|
43
43
|
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
|
|
44
44
|
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
|
|
45
45
|
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
|
|
@@ -77,7 +77,7 @@ Featured CoreUI for Angular libraries:
|
|
|
77
77
|
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
|
|
78
78
|
|
|
79
79
|
###### Node.js
|
|
80
|
-
[**Angular
|
|
80
|
+
[**Angular 21**](https://angular.dev/overview) requires `Node.js` LTS version `^20.19`, `^22.12` or `^24.0`.
|
|
81
81
|
|
|
82
82
|
- To check your version, run `node -v` in a terminal/console window.
|
|
83
83
|
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
|
|
@@ -194,9 +194,9 @@ Copyright 2017-2025 creativeLabs Łukasz Holeczek.
|
|
|
194
194
|
This is proprietary software. To use it, you have to obtain a commercial license.
|
|
195
195
|
|
|
196
196
|
|
|
197
|
-
[npm-coreui-angular-badge-v5-
|
|
197
|
+
[npm-coreui-angular-badge-v5-ng21]: https://img.shields.io/npm/v/@coreui/angular-pro/v5-ng21?style=flat-square&color=brightgreen
|
|
198
198
|
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular-pro/latest?style=flat-square&color=blue
|
|
199
199
|
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular-pro/next?style=flat-square&color=yellow
|
|
200
200
|
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular-pro
|
|
201
201
|
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
|
|
202
|
-
[angular-badge]: https://img.shields.io/badge/angular-^
|
|
202
|
+
[angular-badge]: https://img.shields.io/badge/angular-^21.0.0-lightgrey.svg?style=flat-square&logo=angular
|