File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 2121> [ @coreui/angular ] ( https://coreui.io/angular ) v2 library project
2222> for use with [ CoreUI] ( https://coreui.io/angular/ ) v2 Bootstrap Admin Template
2323
24- ## 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
2538```
39+
40+ ### Installation
41+ Go to the workspace folder and install ` @coreui/angular ` as a dependency.
42+ ``` bash
2643npm install @coreui/angular
2744```
2845
29- ## Changelog
46+ ### Changelog
3047
3148See the GitHub [ release history] ( https://github.com/coreui/coreui-angular/releases ) .
3249
33- ## Contributing
50+ ### Contributing
3451
3552See [ CONTRIBUTING.md] ( https://github.com/coreui/coreui-angular/blob/master/CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments