|
11 | 11 | <h2 align="center">CoreUI for Angular</h3>
|
12 | 12 |
|
13 | 13 | <p align="center">
|
14 |
| - Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.4. |
| 14 | + Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.5. |
15 | 15 | <br>
|
16 | 16 | <a href="https://coreui.io/angular/docs/"><strong>Explore CoreUI for Angular docs »</strong></a>
|
17 | 17 | <br>
|
|
26 | 26 | ## Status
|
27 | 27 |
|
28 | 28 | ![angular][angular-badge]
|
29 |
| -[![npm-coreui-angular-v5-ng18][npm-coreui-angular-badge-v5-ng18]][npm-coreui-angular] |
| 29 | +[![npm-coreui-angular-v5-ng19][npm-coreui-angular-badge-v5-ng19]][npm-coreui-angular] |
30 | 30 | [![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
|
31 | 31 | [![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
|
32 | 32 | [![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
|
33 | 33 | [](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml)
|
34 | 34 |
|
35 |
| -[npm-coreui-angular-badge-v5-ng18]: https://img.shields.io/npm/v/@coreui/angular/v5-ng18?style=flat-square&color=brightgreen |
| 35 | +[npm-coreui-angular-badge-v5-ng19]: https://img.shields.io/npm/v/@coreui/angular/v5-ng19?style=flat-square&color=brightgreen |
36 | 36 | [npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
|
37 | 37 | [npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
|
38 | 38 | [npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
|
39 | 39 | [npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
|
40 |
| -[angular-badge]: https://img.shields.io/badge/angular-^18.2.0-lightgrey.svg?style=flat-square&logo=angular |
| 40 | +[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular |
41 | 41 |
|
42 | 42 | ## Table of contents
|
43 | 43 |
|
|
71 | 71 | Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
|
72 | 72 |
|
73 | 73 | ###### Node.js
|
74 |
| -[**Angular 18**](https://angular.dev/overview) requires `Node.js` LTS version `^18.19` or newer. |
| 74 | +[**Angular 19**](https://angular.dev/overview) requires `Node.js` LTS version `^18.19` or newer. |
75 | 75 |
|
76 | 76 | - To check your version, run `node -v` in a terminal/console window.
|
77 | 77 | - To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
|
|
0 commit comments