|
1 | 1 | # [@coreui/angular](https://coreui.io/angular)
|
2 | 2 |
|
3 |
| -[](https://github.com/coreui/coreui-angular) |
4 |
| -[][npm] |
5 |
| -[![NPM downloads][npm-download]][npm] |
| 3 | +[](https://github.com/coreui/angular) |
| 4 | +[![npm package][npm-coreui-angular-badge]][npm-coreui-angular] |
| 5 | +[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular] |
6 | 6 | [](https://github.com/coreui/coreui-angular)
|
7 |
| -[![npm next][npm-next]][npm] |
| 7 | +[![npm-coreui-angular-next][npm-coreui-angular-next]][npm-coreui-angular] |
8 | 8 | [](https://github.com/coreui/coreui)
|
9 | 9 | [![npm package][npm-coreui-badge]][npm-coreui]
|
10 | 10 | [![NPM downloads][npm-coreui-download]][npm-coreui]
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 |
| -[npm-next]: https://img.shields.io/npm/v/@coreui/angular/next.png?style=flat-square |
14 |
| -[npm]: https://www.npmjs.com/package/@coreui/angular |
15 |
| -[npm-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square |
| 13 | +[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular |
| 14 | +[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square |
| 15 | +[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square |
| 16 | +[npm-coreui-angular-next]: https://img.shields.io/npm/v/@coreui/angular/next.png?style=flat-square |
16 | 17 | [npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
|
17 | 18 | [npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
|
18 | 19 | [npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
|
19 | 20 |
|
20 | 21 | > [@coreui/angular](https://coreui.io/angular) v2 library project
|
21 | 22 | > for use with [CoreUI](https://coreui.io/angular/) v2 Bootstrap Admin Template
|
22 | 23 |
|
23 |
| -## Installation |
| 24 | + |
| 25 | +#### Prerequisites |
| 26 | +Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager. |
| 27 | + |
| 28 | +###### Node.js |
| 29 | +Angular requires `Node.js` version 8.x or 10.x. |
| 30 | + |
| 31 | +- To check your version, run `node -v` in a terminal/console window. |
| 32 | +- To get `Node.js`, go to [nodejs.org](https://nodejs.org/). |
| 33 | + |
| 34 | +###### Angular CLI |
| 35 | +Install the Angular CLI globally using a terminal/console window. |
| 36 | +```bash |
| 37 | +npm install -g @angular/cli |
24 | 38 | ```
|
| 39 | + |
| 40 | +### Installation |
| 41 | +Go to the workspace folder and install `@coreui/angular` as a dependency. |
| 42 | +```bash |
25 | 43 | npm install @coreui/angular
|
26 | 44 | ```
|
27 | 45 |
|
28 |
| -## Changelog |
| 46 | +### Changelog |
29 | 47 |
|
30 | 48 | See the GitHub [release history](https://github.com/coreui/coreui-angular/releases).
|
31 | 49 |
|
32 |
| -## Contributing |
| 50 | +### Contributing |
33 | 51 |
|
34 | 52 | See [CONTRIBUTING.md](https://github.com/coreui/coreui-angular/blob/master/CONTRIBUTING.md).
|
0 commit comments