element-angular

Angular 的 Element。(Element for Angular)

  • Owner: ElemeFE/element-angular
  • Platform: Linux, Mac, Windows
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With OwnerElemeFE/element-angular
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 6)
PlatformLinux, Mac, Windows
License:MIT License
所有者活动
Created At2018-01-22 03:19:03
Pushed At2022-06-23 00:02:14
Last Commit At2018-06-18 21:35:08
Release Count0
用户参与
Stargazers Count530
Watchers Count19
Fork Count122
Commits Count1.1k
Has Issues Enabled
Issues Count124
Issue Open Count48
Pull Requests Count36
Pull Requests Open Count9
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private