Skip to content

Commit f57e4de

Browse files
committed
chore: ship v2.19.0 for Angular 19
1 parent 568d77c commit f57e4de

File tree

6 files changed

+5934
-5584
lines changed

6 files changed

+5934
-5584
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.19.0`
4+
5+
- update to `Angular 19`
6+
37
##### `v2.18.0`
48

59
- update to `Angular 18`

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [@coreui/angular](https://coreui.io/angular)
22

3-
![angular](https://img.shields.io/badge/angular-^18.2.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^19.2.0-lightgrey.svg?style=flat-square&logo=angular)
44
[![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular]
55
[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular]
66
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
@@ -54,25 +54,25 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5454
Before you begin, make sure your development environment includes the supported version `Typescript` as well as `Node.js®` and an `npm` package manager.
5555

5656
###### Typescript
57-
Angular 18 requires `Typescript` version `^5.4.0` or newer.
57+
Angular 19 requires `Typescript` version `>=5.5.0 <5.9.0`.
5858

5959
- To check your version, run `tsc -v` in a terminal/console window.
6060
- To get `Typescript`, go to [www.typescriptlang.org](https://www.typescriptlang.org/).
6161

6262
###### Node.js
63-
Angular 18 requires `Node.js` version `^18.19.0` or newer.
63+
Angular 19 requires `Node.js` version `^18.19.1 || ^20.11.1 || ^22.0.0` or newer.
6464

6565
- To check your version, run `node -v` in a terminal/console window.
6666
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
6767

6868
###### Angular CLI
6969
Install the Angular CLI globally using a terminal/console window.
7070
```bash
71-
npm install -g @angular/cli@18
71+
npm install -g @angular/cli@19
7272
```
7373

74-
##### Update to Angular 18
75-
see: [https://angular.dev/update-guide](https://angular.dev/update-guide?v=17.0-18.0&l=3)
74+
##### Update to Angular 19
75+
see: [https://angular.dev/update-guide](https://angular.dev/update-guide?v=18.0-19.0&l=3)
7676

7777
## Installation
7878

@@ -87,7 +87,7 @@ $ git clone https://github.com/coreui/coreui-angular.git
8787
### NPM
8888

8989
``` bash
90-
$ npm install @coreui/angular@2.18 --save
90+
$ npm install @coreui/angular@2.19 --save
9191
```
9292

9393
## Usage

0 commit comments

Comments
 (0)