1
1
# [ @coreui/angular ] ( https://coreui.io/angular )
2
2
3
- ![ angular] ( https://img.shields.io/badge/angular-^16.0 .0-lightgrey.svg?style=flat-square&logo=angular )
3
+ ![ angular] ( https://img.shields.io/badge/angular-^17.3 .0-lightgrey.svg?style=flat-square&logo=angular )
4
4
[ ![ npm package] [ npm-coreui-angular-badge-v2 ]] [ npm-coreui-angular ]
5
5
[ ![ npm package] [ npm-coreui-angular-badge-latest ]] [ npm-coreui-angular ]
6
6
[ ![ NPM downloads] [ npm-coreui-angular-download ]] [ npm-coreui-angular ]
11
11
12
12
13
13
[ npm-coreui-angular] : https://www.npmjs.com/package/@coreui/angular
14
- [ npm-coreui-angular-badge-v2 ] : https://img.shields.io/npm/v/@coreui/angular/v2-ng16 ?style=flat-square&color=red
14
+ [ npm-coreui-angular-badge-v2 ] : https://img.shields.io/npm/v/@coreui/angular/v2-ng17 ?style=flat-square&color=red
15
15
[ npm-coreui-angular-badge-latest ] : https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
16
16
[ npm-coreui-angular-badge-next] : https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
17
17
[ npm-coreui-angular-download] : https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
@@ -54,18 +54,18 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
54
54
Before you begin, make sure your development environment includes ` Node.js® ` and an ` npm ` package manager.
55
55
56
56
###### Node.js
57
- Angular 16 requires ` Node.js ` version ` ^16.14 .0 ` or ` ^18.10.0 ` .
57
+ Angular 17 requires ` Node.js ` version ` ^18.13 .0 ` or newer .
58
58
59
59
- To check your version, run ` node -v ` in a terminal/console window.
60
60
- To get ` Node.js ` , go to [ nodejs.org] ( https://nodejs.org/ ) .
61
61
62
62
###### Angular CLI
63
63
Install the Angular CLI globally using a terminal/console window.
64
64
``` bash
65
- npm install -g @angular/cli@16
65
+ npm install -g @angular/cli@17
66
66
```
67
67
68
- ##### Update to Angular 16
68
+ ##### Update to Angular 17
69
69
see: [ https://update.angular.io ] ( https://update.angular.io )
70
70
71
71
## Installation
@@ -81,7 +81,7 @@ $ git clone https://github.com/coreui/coreui-angular.git
81
81
### NPM
82
82
83
83
``` bash
84
- $ npm install @coreui/angular --save
84
+ $ npm install @coreui/angular@2.17 --save
85
85
```
86
86
87
87
### Yarn
0 commit comments