Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@coreui/angular

Package Overview
Dependencies
Maintainers
1
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coreui/angular

CoreUI Angular 11 Bootstrap 4 components

Source
npmnpm
Version
2.11.2
Version published
Weekly downloads
16K
24.24%
Maintainers
1
Weekly downloads
 
Created
Source

@coreui/angular

npm package NPM downloads angular
npm-coreui-angular-next
@coreui coreui 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 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.
Angular CLI

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

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

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.

FAQs

Package last updated on 23 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts