Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd84d32

Browse filesBrowse files
author
Evangelos Barmpas
committed
chore: Ship v2.17.0 for Angular 17
1 parent dde2314 commit dd84d32
Copy full SHA for dd84d32

File tree

6 files changed

+31
-15
lines changed
Filter options

6 files changed

+31
-15
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.17.0`
4+
5+
- update to `Angular 17`
6+
37
##### `v2.16.0`
48

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

‎CLI.md

Copy file name to clipboardExpand all lines: CLI.md
+1-1Lines changed: 1 addition & 1 deletion
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 16.2.11.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.1.1.
44

55
## Code scaffolding
66

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
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-^16.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^17.0.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]
@@ -51,21 +51,27 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5151

5252

5353
#### Prerequisites
54-
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
54+
Before you begin, make sure your development environment includes the supported version `Typescript` as well as `Node.js®` and an `npm` package manager.
55+
56+
###### Typescript
57+
Angular 17 requires `Typescript` version `^5.2.0`.
58+
59+
- To check your version, run `tsc -v` in a terminal/console window.
60+
- To get `Typescript`, go to [www.typescriptlang.org](https://www.typescriptlang.org/).
5561

5662
###### Node.js
57-
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.
63+
Angular 17 requires `Node.js` version `^18.13.0`.
5864

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

6268
###### Angular CLI
6369
Install the Angular CLI globally using a terminal/console window.
6470
```bash
65-
npm install -g @angular/cli@16
71+
npm install -g @angular/cli@17
6672
```
6773

68-
##### Update to Angular 16
74+
##### Update to Angular 17
6975
see: [https://update.angular.io](https://update.angular.io)
7076

7177
## Installation

‎projects/coreui-angular/README.md

Copy file name to clipboardExpand all lines: projects/coreui-angular/README.md
+11-5Lines changed: 11 additions & 5 deletions
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-^16.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^17.0.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]
@@ -51,21 +51,27 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5151

5252

5353
#### Prerequisites
54-
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
54+
Before you begin, make sure your development environment includes the supported version `Typescript` as well as `Node.js®` and an `npm` package manager.
55+
56+
###### Typescript
57+
Angular 17 requires `Typescript` version `^5.2.0`.
58+
59+
- To check your version, run `tsc -v` in a terminal/console window.
60+
- To get `Typescript`, go to [www.typescriptlang.org](https://www.typescriptlang.org/).
5561

5662
###### Node.js
57-
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.
63+
Angular 17 requires `Node.js` version `^18.13.0`.
5864

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

6268
###### Angular CLI
6369
Install the Angular CLI globally using a terminal/console window.
6470
```bash
65-
npm install -g @angular/cli@16
71+
npm install -g @angular/cli@17
6672
```
6773

68-
##### Update to Angular 16
74+
##### Update to Angular 17
6975
see: [https://update.angular.io](https://update.angular.io)
7076

7177
## Installation

‎projects/coreui-angular/package.json

Copy file name to clipboardExpand all lines: projects/coreui-angular/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.16.0",
4-
"description": "CoreUI Angular 16 Bootstrap 4 components",
3+
"version": "2.17.0",
4+
"description": "CoreUI Angular 17 Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
77
"author": {

‎src/index.html

Copy file name to clipboardExpand all lines: src/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<!--
3-
* CoreUI 2 for Angular 16 - test bed
4-
* @version v2.16.0
3+
* CoreUI 2 for Angular 17 - test bed
4+
* @version v2.17.0
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
-->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.