|
1 | 1 | # [@coreui/angular](https://coreui.io/angular)
|
2 | 2 |
|
3 |
| -[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular] |
4 |
| -[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular] |
5 |
| - |
6 |
| -[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular] |
| 3 | + |
| 4 | +[![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular] |
| 5 | +[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular] |
| 6 | +[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular] |
7 | 7 | [](https://github.com/coreui/coreui)
|
| 8 | +[![npm package][npm-coreui-badge-v2]][npm-coreui] |
8 | 9 | [![npm package][npm-coreui-badge]][npm-coreui]
|
9 |
| -[![NPM downloads][npm-coreui-download]][npm-coreui] |
| 10 | +[![NPM downloads][npm-coreui-download]][npm-coreui] |
| 11 | + |
10 | 12 |
|
11 | 13 | [npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
|
12 |
| -[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red |
| 14 | +[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-lts?style=flat-square&color=red |
| 15 | +[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red |
13 | 16 | [npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
|
14 | 17 | [npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
|
15 | 18 | [npm-coreui-angular-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square
|
16 | 19 | [npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
|
17 |
| -[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square |
| 20 | +[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui/latest?style=flat-square |
| 21 | +[npm-coreui-badge-v2]: https://img.shields.io/npm/v/@coreui/coreui/v2-lts?style=flat-square |
18 | 22 | [npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
|
19 | 23 |
|
20 | 24 | # CoreUI for Angular 11 - Free WebApp UI Kit built on top of Bootstrap 4 [](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=,admin,template,dashboard,panel,free,angular,react,vue)
|
@@ -46,17 +50,12 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
|
46 | 50 | * [CoreUI Free Angular Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
|
47 | 51 | * 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/pro/angular/)
|
48 | 52 |
|
49 |
| -## Admin Templates built on top of CoreUI Pro |
50 |
| - |
51 |
| -| CoreUI Pro | Prime | Root | Alba | Leaf | |
52 |
| -| --- | --- | --- | --- | --- | |
53 |
| -| [](https://coreui.io/pro/angular/)| [](https://coreui.io/admin-templates/angular/prime/?support=1)| [](https://coreui.io/admin-templates/angular/root/?support=1)| [](https://coreui.io/admin-templates/angular/alba/?support=1)| [](https://coreui.io/admin-templates/angular/leaf/?support=1) |
54 | 53 |
|
55 | 54 | #### Prerequisites
|
56 | 55 | Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
|
57 | 56 |
|
58 | 57 | ###### Node.js
|
59 |
| -Angular 11 requires `Node.js` version 10.13 or later. |
| 58 | +Angular 11 requires `Node.js` version 10.19 or later. |
60 | 59 |
|
61 | 60 | - To check your version, run `node -v` in a terminal/console window.
|
62 | 61 | - To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
|
@@ -110,7 +109,7 @@ Within the download you'll find the following directories and files, logically g
|
110 | 109 | coreui/
|
111 | 110 | ├── build/
|
112 | 111 | ├── dist/
|
113 |
| -├── scripts/ |
| 112 | +├── projects/ |
114 | 113 | └── src/
|
115 | 114 | ```
|
116 | 115 |
|
@@ -150,11 +149,11 @@ Get updates on CoreUI's development and chat with the project maintainers and co
|
150 | 149 |
|
151 | 150 | ## Copyright and license
|
152 | 151 |
|
153 |
| -copyright 2017-2021 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE). |
154 |
| -There is only one limitation you can't can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In past we faced some problems with persons who tried to sell CoreUI based templates. |
| 152 | +copyright 2017-2022 creativeLabs Łukasz Holeczek. Code released under [the MIT license](https://github.com/coreui/coreui-angular/blob/master/LICENSE). |
| 153 | +There is only one limitation - you can’t re-distribute the CoreUI as stock. You can’t do this if you modify the CoreUI. In the past we faced some problems with persons who tried to sell CoreUI based templates. |
155 | 154 |
|
156 | 155 | ## Support CoreUI Development
|
157 | 156 |
|
158 | 157 | CoreUI is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by donating on [PayPal](https://www.paypal.me/holeczek), buying [CoreUI Pro Version](https://coreui.io/pro) or buying one of our [premium admin templates](https://genesisui.com/?support=1).
|
159 | 158 |
|
160 |
| -As of now I am exploring the possibility of working on CoreUI fulltime - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek). |
| 159 | +As of now I am exploring the possibility of working on CoreUI full-time - if you are a business that is building core products using CoreUI, I am also open to conversations regarding custom sponsorship / consulting arrangements. Get in touch on [Twitter](https://twitter.com/lukaszholeczek). |
0 commit comments