![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@coreui/angular
Advanced tools
@coreui/angular v2 library project
for use with CoreUI v2 Bootstrap Admin Template
CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the fastest way to build modern dashboard for any platforms, browser or device. A complete Dashboard and WebApp UI Kit that allows you to quickly build eye-catching, high-quality, high-performance responsive applications using your framework of choice.
Before you begin, make sure your development environment includes Node.js®
and an npm
package manager.
Angular 16 requires Node.js
version ^16.14.0
or ^18.10.0
.
node -v
in a terminal/console window.Node.js
, go to nodejs.org.Install the Angular CLI globally using a terminal/console window.
npm install -g @angular/cli@16
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
Import scss in src/scss/style.scss
// Import styles
@import "@coreui/coreui/scss/coreui";
Or 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">
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
coreui/
├── build/
├── dist/
├── projects/
└── src/
The documentation for the CoreUI & CoreUI PRO is hosted at our website CoreUI for Angular
See the GitHub release history.
CoreUI supports most popular frameworks.
Fully featured, out-of-the-box, templates for your application based on CoreUI.
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.
Editor preferences are available in the editor config for easy use in common text editors. Read more and download plugins at https://editorconfig.org/.
Łukasz Holeczek
Andrzej Kopański
The CoreUI Team
Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
CoreUI is an MIT-licensed open source project and is completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support development by buying the CoreUI PRO or by becoming a sponsor via Open Collective.
Support this project by becoming a Platinum Sponsor. A large company logo will be added here with a link to your website.
Support this project by becoming a Gold Sponsor. A big company logo will be added here with a link to your website.
Support this project by becoming a Silver Sponsor. A medium company logo will be added here with a link to your website.
Support this project by becoming a Bronze Sponsor. The company avatar will show up here with a link to your OpenCollective Profile.
Thanks to all the backers and sponsors! Support this project by becoming a backer.
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the MIT License. Docs released under Creative Commons.
FAQs
CoreUI Components Library for Angular
The npm package @coreui/angular receives a total of 28,182 weekly downloads. As such, @coreui/angular popularity was classified as popular.
We found that @coreui/angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.