@coreui/angular
Advanced tools
Comparing version 2.16.1 to 2.17.0
@@ -28,3 +28,3 @@ import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; | ||
ngOnDestroy(): void; | ||
getLinkType(): "link" | "disabled" | "external"; | ||
getLinkType(): "disabled" | "link" | "external"; | ||
isDisabled(): true | null; | ||
@@ -31,0 +31,0 @@ isExternalLink(): boolean; |
{ | ||
"name": "@coreui/angular", | ||
"version": "2.16.1", | ||
"description": "CoreUI Angular 16 Bootstrap 4 components", | ||
"version": "2.17.0", | ||
"description": "CoreUI Angular 17 Bootstrap 4 components", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "homepage": "https://coreui.io/angular", | ||
"peerDependencies": { | ||
"@angular/common": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"@angular/router": "^16.0.0" | ||
"@angular/common": "^17.0.0", | ||
"@angular/core": "^17.0.0", | ||
"@angular/router": "^17.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "repository": { |
# [@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] | ||
@@ -14,3 +14,3 @@ [![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular] | ||
[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 | ||
@@ -55,6 +55,12 @@ [npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red | ||
#### 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. | ||
@@ -67,6 +73,6 @@ - To check your version, run `node -v` in 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) | ||
@@ -87,3 +93,3 @@ | ||
``` bash | ||
$ npm install @coreui/angular --save | ||
$ npm install @coreui/angular@2.17 --save | ||
``` | ||
@@ -90,0 +96,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
222
504255
4209