@sascha245/element-angular

0.8.2 • Public • Published

Element for Angular

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

Forked from https://github.com/ElemeFE/element-angular

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

Dependencies (0)

    Dev Dependencies (56)

    Package Sidebar

    Install

    npm i @sascha245/element-angular

    Weekly Downloads

    0

    Version

    0.8.2

    License

    MIT

    Unpacked Size

    7.27 MB

    Total Files

    978

    Last publish

    Collaborators

    • sascha245