88[ ![ @coreui coreui] ( https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square )] ( https://github.com/coreui/coreui )
99[ ![ npm package] [ npm-coreui-badge ]] [ npm-coreui ]
1010[ ![ NPM downloads] [ npm-coreui-download ]] [ npm-coreui ]
11- ![ angular] ( https://img.shields.io/badge/angular-^7.2.10 -lightgrey.svg?style=flat-square )
11+ ![ angular] ( https://img.shields.io/badge/angular-^8.0.0 -lightgrey.svg?style=flat-square )
1212
1313[ npm-coreui-angular] : https://www.npmjs.com/package/@coreui/angular
1414[ npm-coreui-angular-badge] : https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
@@ -30,7 +30,8 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
3030
3131* [ Templates] ( #templates )
3232* [ Admin Templates built on top of CoreUI Pro] ( #admin-templates-built-on-top-of-coreui-pro )
33- * [ Installation] ( #installation )
33+ * [ Prerequisites] ( #prerequisites )
34+ * [ Installation] ( #coreui-installation )
3435* [ Usage] ( #usage )
3536* [ What's included] ( #whats-included )
3637* [ Documentation] ( #documentation )
@@ -52,8 +53,25 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5253| --- | --- | --- | --- | --- |
5354| [ ![ CoreUI Pro Admin Template] ( https://coreui.io/assets/img/example-coureui.jpg )] ( https://coreui.io/pro/angular/ ) | [ ![ Prime Admin Template] ( https://coreui.io/assets/img/responsive-prime.png )] ( https://coreui.io/admin-templates/angular/prime/?support=1 ) | [ ![ Root Admin Template] ( https://coreui.io/assets/img/responsive-root.png )] ( https://coreui.io/admin-templates/angular/root/?support=1 ) | [ ![ Alba Admin Template] ( https://coreui.io/assets/img/responsive-alba.png )] ( https://coreui.io/admin-templates/angular/alba/?support=1 ) | [ ![ Leaf Admin Template] ( https://coreui.io/assets/img/responsive-leaf.png )] ( https://coreui.io/admin-templates/angular/leaf/?support=1 )
5455
56+ #### Prerequisites
57+ Before you begin, make sure your development environment includes ` Node.js® ` and an ` npm ` package manager.
5558
56- ## Installation
59+ ###### Node.js
60+ Angular 8 requires ` Node.js ` version 12.x
61+
62+ - To check your version, run ` node -v ` in a terminal/console window.
63+ - To get ` Node.js ` , go to [ nodejs.org] ( https://nodejs.org/ ) .
64+
65+ ###### Angular CLI
66+ Install the Angular CLI globally using a terminal/console window.
67+ ``` bash
68+ npm install -g @angular/cli
69+ ```
70+
71+ ##### Update to Angular 8
72+ see: [ https://update.angular.io ] ( https://update.angular.io )
73+
74+ ## CoreUI Installation
5775
5876Several options are available:
5977
0 commit comments