# element-angular
**Repository Path**: mirrors_ElemeFE/element-angular
## Basic Information
- **Project Name**: element-angular
- **Description**: Element for Angular
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-03-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Element for Angular
[](https://badge.fury.io/js/element-angular)
[](http://npm-stat.com/charts.html?package=v2ex-cli)
[](https://gitter.im/element-angular/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Catalog
- [Documentation](#documentation)
- [Getting Started](#getting-started)
- [Contribution](#contribution)
- [Support](#support)
- [LICENSE](#license)
## Documentation
[element-angular](https://element-angular.faas.ele.me)
## Getting Started
1. Install:
```bash
# install
npm i --save element-angular
```
2. Usage:
```typescript
// improt module
import { ElModule } from 'element-angular'
// import styles
// if you use webpack, in app.module.ts:
import 'element-angular/theme/index.css'
// or anglar-cli, in /angular-cli.json:
{
"app": [{
"styles": [
"../node_modules/element-angular/theme/index.css"
],
// other configurations...
}]
}
// or other, in /src/styles.css:
@import "~element-angular/theme/index.css"
```
More: [Doc](https://element-angular.faas.ele.me)
## Contribution
- [Contribution Guide](https://github.com/eleme/element-angular/blob/master/.github/CONTRIBUTING.en-US.md)
- [贡献指南](https://github.com/eleme/element-angular/blob/master/.github/CONTRIBUTING.zh-CN.md)
## Support
Modern browsers and Internet Explorer 9+.
## LICENSE
**MIT**