https://github.com/ElemeFE/element-angular
Element for Angular
https://github.com/ElemeFE/element-angular
Last synced: about 1 month ago
JSON representation
Element for Angular
- Host: GitHub
- URL: https://github.com/ElemeFE/element-angular
- Owner: ElemeFE
- License: mit
- Created: 2018-01-22T03:19:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T00:02:14.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T16:19:40.353Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://element-angular.faas.ele.me
- Size: 2.11 MB
- Stars: 529
- Watchers: 20
- Forks: 120
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.en-US.md
- License: LICENSE
Awesome Lists containing this project
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**