ng-ztw
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

ng-ztw

Visit ng-ztw web site

Angular components

Install

  1. install
 npm install ng-ztw --save
  1. import main Module
 import {ngzModule} from 'nz-ztw'
 
  1. import it in your application module:
import {ngzModule} from 'ng-ztw';
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
@NgModule({
  imports :[ 
    ngzModules.forRoot(),
    BrowerAnimationsModule
    ]
})
  1. import css:
import 'ng-ztw/ngz.min.css'
 

Component List:

  • collapse
  • nav-side
  • modal
  • tooltip
  • carousel
  • min-modal
  • footer-notice
  • scroll
  • tab
  • slider
  • menu
  • pagination
  • progree-bar

Direction List:

  • col-show
  • sticky
  • clickCopy
  • highlight
  • ForIn
  • handEvent
  • handMove

Pipes:

  • time
  • limitStr

Package Sidebar

Install

npm i ng-ztw

Weekly Downloads

1

Version

1.0.4

License

ISC

Last publish

Collaborators

  • zhantewei