element-angular

Angular 的 Element。(Element for Angular)

  • 所有者: ElemeFE/element-angular
  • 平台: Linux, Mac, Windows
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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
  1. 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

Contribution

Support

Modern browsers and Internet Explorer 9+.

LICENSE

MIT

主要指标

概览
名称与所有者ElemeFE/element-angular
主编程语言TypeScript
编程语言JavaScript (语言数: 6)
平台Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2018-01-22 03:19:03
推送于2022-06-23 00:02:14
最后一次提交2018-06-18 21:35:08
发布数0
用户参与
星数530
关注者数19
派生数122
提交数1.1k
已启用问题?
问题数124
打开的问题数48
拉请求数36
打开的拉请求数9
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?