JSPM

@coreui/angular

2.12.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32688
  • Score
    100M100P100Q149532F
  • License MIT

CoreUI Angular 12 Bootstrap 4 components

Package Exports

  • @coreui/angular
  • @coreui/angular/bundles/coreui-angular.umd.js
  • @coreui/angular/fesm2015/coreui-angular.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@coreui/angular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@coreui/angular

angular npm package npm package NPM downloads
@coreui coreui npm package npm package NPM downloads

@coreui/angular v2 library project
for use with CoreUI v2 Bootstrap Admin Template

Prerequisites

Before you begin, make sure your development environment includes Node.js® and an npm package manager.

Node.js

Angular 12 requires Node.js version 12.20 or later.

  • To check your version, run node -v in a terminal/console window.
  • To get Node.js, go to nodejs.org.
Angular CLI

Install the Angular CLI globally using a terminal/console window.

npm install -g @angular/cli@12
Update to Angular 12

see: https://update.angular.io

CoreUI Installation

Several options are available:

Clone repo

$ git clone https://github.com/coreui/coreui-angular.git

NPM

$ npm install @coreui/angular --save

Yarn

$ yarn add @coreui/angular

Usage

CSS

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">

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.