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 fd10beb

Browse filesBrowse files
committed
chore: merge PR #195 by @vag1830
2 parents ffa04fa + 351272e commit fd10beb
Copy full SHA for fd10beb

File tree

9 files changed

+32
-28
lines changed
Filter options

9 files changed

+32
-28
lines changed

‎CHANGELOG.md

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

3+
##### `v2.16.0`
4+
5+
- update to `Angular 16` - thanks: @vag1830
6+
37
##### `v2.15.1`
48

59
- chore(e2e): migration to Cypress
610
- fix(testapp): remove Ivy incompatible ngx-perfect-scrollbar
7-
- chore(workflows): update to npm 18, lock googlechrome v114
11+
- chore(workflows): update to npm 18
812
- chore(dependencies): update
913

1014
##### `v2.15.0`

‎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 15.2.0.
3+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.11.
44

55
## Code scaffolding
66

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 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-^15.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^16.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]
@@ -54,18 +54,18 @@ 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 `Node.js®` and an `npm` package manager.
5555

5656
###### Node.js
57-
Angular 15 requires `Node.js` version `^14.20.0` or `^16.13.0` or `^18.10.0`.
57+
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.
5858

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

6262
###### Angular CLI
6363
Install the Angular CLI globally using a terminal/console window.
6464
```bash
65-
npm install -g @angular/cli@15
65+
npm install -g @angular/cli@16
6666
```
6767

68-
##### Update to Angular 15
68+
##### Update to Angular 16
6969
see: [https://update.angular.io](https://update.angular.io)
7070

7171
## Installation
@@ -212,4 +212,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
212212

213213
## Copyright and license
214214

215-
Copyright 2023 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 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/).

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/angular-dev",
3-
"version": "2.15.1",
4-
"description": "CoreUI Angular 15 Bootstrap 4 components",
3+
"version": "2.16.0",
4+
"description": "CoreUI Angular 16 Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
77
"name": "Łukasz Holeczek",
@@ -71,7 +71,7 @@
7171
"cypress": "latest"
7272
},
7373
"engines": {
74-
"node": "^14.20.0 || ^16.13.0 || ^18.10.0",
74+
"node": "^16.14.0 || ^18.10.0",
7575
"npm": ">= 8"
7676
}
77-
}
77+
}

‎projects/coreui-angular/README.md

Copy file name to clipboardExpand all lines: projects/coreui-angular/README.md
+5-5Lines changed: 5 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-^15.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^16.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]
@@ -54,18 +54,18 @@ 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 `Node.js®` and an `npm` package manager.
5555

5656
###### Node.js
57-
Angular 15 requires `Node.js` version `^14.20.0` or `^16.13.0` or `^18.10.0`.
57+
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.
5858

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

6262
###### Angular CLI
6363
Install the Angular CLI globally using a terminal/console window.
6464
```bash
65-
npm install -g @angular/cli@15
65+
npm install -g @angular/cli@16
6666
```
6767

68-
##### Update to Angular 15
68+
##### Update to Angular 16
6969
see: [https://update.angular.io](https://update.angular.io)
7070

7171
## Installation
@@ -212,4 +212,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
212212

213213
## Copyright and license
214214

215-
Copyright 2023 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 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/).

‎projects/coreui-angular/package.json

Copy file name to clipboardExpand all lines: projects/coreui-angular/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.15.1",
4-
"description": "CoreUI Angular 15 Bootstrap 4 components",
3+
"version": "2.16.0",
4+
"description": "CoreUI Angular 16 Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
77
"author": {
@@ -20,9 +20,9 @@
2020
"tslib": "^2.3.0"
2121
},
2222
"peerDependencies": {
23-
"@angular/common": "^15.0.0",
24-
"@angular/core": "^15.0.0",
25-
"@angular/router": "^15.0.0"
23+
"@angular/common": "^16.0.0",
24+
"@angular/core": "^16.0.0",
25+
"@angular/router": "^16.0.0"
2626
},
2727
"repository": {
2828
"type": "git",

‎src/app/app.module.ts

Copy file name to clipboardExpand all lines: src/app/app.module.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ import { AppRoutingModule } from './app.routing';
4444
provide: LocationStrategy,
4545
useClass: HashLocationStrategy
4646
}],
47-
bootstrap: [ AppComponent ]
47+
bootstrap: [AppComponent]
4848
})
4949
export class AppModule { }

‎src/index.html

Copy file name to clipboardExpand all lines: src/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!doctype html>
22
<!--
3-
* CoreUI 2 for Angular 15 - test bed
4-
* @version v2.15.0
3+
* CoreUI 2 for Angular 16 - test bed
4+
* @version v2.16.0
55
* @link https://coreui.io/angular/
6-
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
-->
88
<html lang="en">
99
<head>

0 commit comments

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