@coreui/angular
Version:
CoreUI for Angular UI components library
150 lines (100 loc) • 5.34 kB
Markdown
<p align="center">
<a href="https://coreui.io/">
<img
src="https://coreui.io/images/brand/coreui-signet.svg"
alt="CoreUI logo"
width="200"
/>
</a>
</p>
<h2 align="center">CoreUI for Angular</h3>
<p align="center">
Angular Components Library built on top of Bootstrap 5 and TypeScript.
<br>
<a href="https://coreui.io/angular/docs/4.0/"><strong>Explore CoreUI for Angular docs »</strong></a>
<br>
<br>
<a href="https://github.com/coreui/coreui-angular/issues/new?template=bug_report.md">Report a bug</a>
·
<a href="https://github.com/coreui/coreui-angular/issues/new?template=feature_request.md">Request a feature</a>
·
<a href="https://blog.coreui.io/">Blog</a>
</p>
## Status
[![npm-coreui-angular-next][npm-coreui-angular-badge-latest]][npm-coreui-angular]
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]

[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
## Table of contents
- [Status](#status)
- [Quick start](#quick-start)
- [Templates](#templates)
- [Bugs and feature requests](#bugs-and-feature-requests)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [Community](#community)
- [Versioning](#versioning)
- [Creators](#creators)
- [Copyright and license](#copyright-and-license)
## Quick start
### Prerequisites
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
###### Node.js
[**Angular 13**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^12.20`, `^14.15` or `^16.10`.
- To check your version, run `node -v` in a terminal/console window.
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
###### Angular CLI
Install the Angular CLI globally using a terminal/console window.
```bash
npm install -g @angular/cli
```
### Instalation
Several quick start options are available (pick one):
- [Download the latest release](https://github.com/coreui/coreui-angular/)
- Clone the repo: `git clone https://github.com/coreui/coreui-angular.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/angular`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/angular`
Read the [Getting started page](https://coreui.io/angular/docs/4.0/) for information on the framework contents, templates and examples, and more.
#### CoreUI CSS files
##### Installation
```bash
npm install @coreui/coreui --save
```
##### Basic usage
```scss
import '~@coreui/coreui/dist/css/coreui.min.css'
```
#### Bootstrap CSS files
##### Installation (optional)
```bash
npm install bootstrap
```
## Templates
* [CoreUI Free Angular Admin Template](https://github.com/coreui/coreui-free-angular-admin-template)
* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/pro/angular/)
## Bugs and feature requests
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/coreui/coreui-angular/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/coreui/coreui-angular/issues/new).
## Documentation
The documentation for the CoreUI & CoreUI PRO is hosted at our website [CoreUI for Angular](https://coreui.io/angular/docs/4.0/)
## Contributing
Please read through our [contributing guidelines](https://github.com/coreui/coreui-angular/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
Editor preferences are available in the [editor config](https://github.com/coreui/coreui-angular/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
## Community
Stay up to date on the development of CoreUI and reach out to the community with these helpful resources.
- Read and subscribe to [The Official CoreUI Blog](https://blog.coreui.io/).
You can also follow [@core_ui on Twitter](https://twitter.com/core_ui).
## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, CoreUI is maintained under [the Semantic Versioning guidelines](http://semver.org/).
See [the Releases section of our project](https://github.com/coreui/coreui-angular/releases) for changelogs for each release version.
## Creators
**Łukasz Holeczek**
- <https://twitter.com/lukaszholeczek>
- <https://github.com/mrholek>
**Andrzej Kopański**
- <https://github.com/xidedix>
**The CoreUI Team**
- <https://github.com/orgs/coreui/people>
## Copyright and license
Copyright 2021 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).