0.1.4 • Published 6 years ago
devisign-ngx-ui v0.1.4
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@latestUsage
// 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 PipeContributing
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.