@coreui/angular v2 library project
for use with CoreUI v2 Bootstrap Admin Template
Before you begin, make sure your development environment includes Node.js®
and an npm
package manager.
Angular 11 requires Node.js
version 10.13 or later.
- To check your version, run
node -v
in a terminal/console window. - To get
Node.js
, go to nodejs.org.
Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli
see: https://update.angular.io
Several options are available:
$ git clone https://github.com/coreui/coreui-angular.git
$ npm install @coreui/angular --save
$ yarn add @coreui/angular
Copy-paste the stylesheet <link>
into your <head>
before all other stylesheets to load our CSS.
<link rel="stylesheet" href="node_modules/@coreui/coreui/dist/css/coreui.min.css">
See the GitHub release history.
See CONTRIBUTING.md.