Skip to content

Commit ab70854

Browse files
committed
chore: Ship v2.18.0 for Angular 18
1 parent 97a6df1 commit ab70854

File tree

9 files changed

+5287
-3770
lines changed

9 files changed

+5287
-3770
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.18.0`
4+
5+
- update to `Angular 18`
6+
37
##### `v2.17.0`
48

59
- update to `Angular 17` - thanks: @vag1830

CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular
22

3-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.7.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.
44

55
## Code scaffolding
66

README.md

+9-15
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-^17.3.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^18.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]
@@ -11,7 +11,7 @@
1111

1212

1313
[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-ng17?style=flat-square&color=red
14+
[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-ng18?style=flat-square&color=red
1515
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
1616
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
1717
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
@@ -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 17 requires `Typescript` version `^5.2.0`.
57+
Angular 18 requires `Typescript` version `^5.4.0` or newer.
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 17 requires `Node.js` version `^18.13.0` or newer.
63+
Angular 18 requires `Node.js` version `^18.19.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@17
71+
npm install -g @angular/cli@18
7272
```
7373

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

7777
## Installation
7878

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

8989
``` bash
90-
$ npm install @coreui/[email protected] --save
91-
```
92-
93-
### Yarn
94-
95-
``` bash
96-
$ yarn add @coreui/angular
90+
$ npm install @coreui/[email protected] --save
9791
```
9892

9993
## Usage
@@ -218,4 +212,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
218212

219213
## Copyright and license
220214

221-
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
215+
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

0 commit comments

Comments
 (0)