0.1.4 • Published 4 years ago

devisign-ngx-ui v0.1.4

Weekly downloads
39
License
-
Repository
-
Last release
4 years ago

DEVISIGN-NGX-UI (In deveopment, do not use yet.)

DEVISIGN-NGX-UI is a Angular UI library.

Gitlab URL: https://gitlab.com/daorongliang/devisign-ngx-ui

VS Code Snippets available by searching: devisign-ngx-ui

Installation

Use the package manager npm to install.

npm i devisign-ngx-ui@latest

Usage

// Availabel Modules:
// - GridModule
// - Toast Module

//*.module.ts
...
imports: [
  DeviToastModule,
  DeviGridModule
]
...
<!--*.component.html-->
<d-row>
  <d-col xs12>
  </d-col>
</d-row>
//*.component.ts
  constructor(
    private _toast: DeviToast
  ) {
  ...

  this._toast.showLoading();
  this._toast.toast();
  this._toast.hide();
Upcoming featrues:
- Components:
  - Backdrop
  - Menu

- Service
  - Communicator

- Directives and Pipes
  - Colours Directive
  - Language Pipe

Contributing

Join requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago