Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.0
Choose a base ref
...
head repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.17.0
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 26, 2024

  1. Terminal chore: update to Angular 17

    Evangelos Barmpas committed Jan 26, 2024
    Copy the full SHA
    dde2314 View commit details
  2. chore: Ship v2.17.0 for Angular 17

    Evangelos Barmpas committed Jan 26, 2024
    Copy the full SHA
    dd84d32 View commit details

Commits on May 21, 2024

  1. chore(dependencies): update

    xidedix committed May 21, 2024
    Copy the full SHA
    5327807 View commit details
  2. chore: ship v2.16.1 for Angular 16

    xidedix committed May 21, 2024
    Copy the full SHA
    f16f45d View commit details
  3. Copy the full SHA
    d8de4ae View commit details
  4. chore: merge PR #197 by @vag1830

    xidedix committed May 21, 2024
    Copy the full SHA
    6e31431 View commit details
  5. chore: Ship v2.17.0 for Angular 17

    xidedix committed May 21, 2024
    Copy the full SHA
    3148fd4 View commit details
Showing with 4,089 additions and 6,622 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −1 CLI.md
  3. +13 −7 README.md
  4. +3 −3 angular.json
  5. +4,015 −6,567 package-lock.json
  6. +26 −26 package.json
  7. +13 −7 projects/coreui-angular/README.md
  8. +5 −5 projects/coreui-angular/package.json
  9. +1 −1 src/app/containers/default-layout/default-layout.component.html
  10. +4 −4 src/index.html
  11. +0 −1 src/main.ts
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.17.0`

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

##### `v2.16.1`

- chore(dependencies): update

##### `v2.16.0`

- update to `Angular 16` - thanks: @vag1830
2 changes: 1 addition & 1 deletion CLI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Angular

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

## Code scaffolding

20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [@coreui/angular](https://coreui.io/angular)

![angular](https://img.shields.io/badge/angular-^16.0.0-lightgrey.svg?style=flat-square&logo=angular)
![angular](https://img.shields.io/badge/angular-^17.3.0-lightgrey.svg?style=flat-square&logo=angular)
[![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular]
[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular]
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
@@ -11,7 +11,7 @@


[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-lts?style=flat-square&color=red
[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-ng17?style=flat-square&color=red
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
@@ -51,21 +51,27 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste


#### Prerequisites
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
Before you begin, make sure your development environment includes the supported version `Typescript` as well as `Node.js®` and an `npm` package manager.

###### Typescript
Angular 17 requires `Typescript` version `^5.2.0`.

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

###### Node.js
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.
Angular 17 requires `Node.js` version `^18.13.0` or newer.

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

###### Angular CLI
Install the Angular CLI globally using a terminal/console window.
```bash
npm install -g @angular/cli@16
npm install -g @angular/cli@17
```

##### Update to Angular 16
##### Update to Angular 17
see: [https://update.angular.io](https://update.angular.io)

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

``` bash
$ npm install @coreui/angular --save
$ npm install @coreui/angular@2.17 --save
```

### Yarn
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
@@ -73,18 +73,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "coreui:build:production"
"buildTarget": "coreui:build:production"
},
"development": {
"browserTarget": "coreui:build:development"
"buildTarget": "coreui:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "coreui:build"
"buildTarget": "coreui:build"
}
},
"test": {
Loading