Skip to content

Commit 6567e3a

Browse files
committed
Ship: v2.5.0 for Angular 8
1 parent 86cad07 commit 6567e3a

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
66
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^7.2.10-lightgrey.svg?style=flat-square)
7+
![angular](https://img.shields.io/badge/angular-^8.0.0-lightgrey.svg?style=flat-square)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
@@ -21,7 +21,13 @@ Curious why I decided to create CoreUI? Please read this article: [Jack of all t
2121

2222
CoreUI is an Open Source Bootstrap Admin Template. But CoreUI is not just another Admin Template. It goes way beyond hitherto admin templates thanks to transparent code and file structure. And if that's not enough, let’s just add that CoreUI consists bunch of unique features and over 1000 high quality icons.
2323

24-
CoreUI is based on Bootstrap 4 and offers 6 versions: [HTML5 AJAX](https://github.com/coreui/free-bootstrap-admin-template-ajax), [HTML5](https://github.com/coreui/free-angular-admin-template), [Angular 2+](https://github.com/coreui/free-angular-admin-template), [React.js](https://github.com/coreui/free-react-admin-template) & [Vue.js](https://github.com/coreui/free-vue-admin-template), [.NET Core 2](https://github.com/coreui/free-dotnet-admin-template).
24+
CoreUI is based on Bootstrap 4 and offers 6 versions:
25+
[HTML5 AJAX](https://github.com/coreui/coreui-free-bootstrap-admin-template-ajax),
26+
[HTML5](https://github.com/coreui/coreui-free-angular-admin-template),
27+
[Angular 2+](https://github.com/coreui/coreui-free-angular-admin-template),
28+
[React.js](https://github.com/coreui/coreui-free-react-admin-template),
29+
[Vue.js](https://github.com/coreui/coreui-free-vue-admin-template)
30+
& [.NET Core 2](https://github.com/mrholek/CoreUI-NET).
2531

2632
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
2733

@@ -71,7 +77,7 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
7177
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
7278

7379
###### Node.js
74-
Angular requires `Node.js` version 8.x or 10.x.
80+
Angular requires `Node.js` version 8.x or 10.x
7581

7682
- To check your version, run `node -v` in a terminal/console window.
7783
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -82,6 +88,10 @@ Install the Angular CLI globally using a terminal/console window.
8288
npm install -g @angular/cli
8389
```
8490

91+
##### Update to Angular 8
92+
Angular 8 requires `Node.js` version 12.x
93+
Update guide - see: [https://update.angular.io](https://update.angular.io)
94+
8595
## Installation
8696

8797
### Clone repo

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.5.0-beta.1",
3+
"version": "2.5.0",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"homepage": "https://coreui.io/angular",
18-
"copyright": "Copyright 2018 creativeLabs Łukasz Holeczek",
18+
"copyright": "Copyright 2019 creativeLabs Łukasz Holeczek",
1919
"license": "MIT",
2020
"scripts": {
2121
"ng": "ng",
@@ -36,7 +36,7 @@
3636
"@angular/platform-browser": "^8.0.0",
3737
"@angular/platform-browser-dynamic": "^8.0.0",
3838
"@angular/router": "^8.0.0",
39-
"@coreui/angular": "^2.4.5",
39+
"@coreui/angular": "^2.5.0",
4040
"@coreui/coreui": "^2.1.11",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4242
"@coreui/icons": "0.3.0",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.4.0
3+
* @version v2.5.0
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)