ElemeFE / element-angular

Element for Angular
https://element-angular.faas.ele.me
MIT License
530 stars 121 forks source link

Element for Angular

npm version npm Join the chat at https://gitter.im/element-angular/Lobby

Catalog

Documentation

element-angular

Getting Started

  1. Install:
    # install
    npm i --save element-angular
  2. Usage:
    
    // 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**