A set of Angular component library based on ng-zorro-antd secondary packaging.
- Angular
^7.0.0
; - The newest version of Google Chrome or Fire Fox; 新版谷歌或火狐浏览器;
- Installed ng-zorro-antd. 安装ng-zorro-antd。
We recommend using yarn for installation,
Please ensure your computer is already installed with yarn
。If you don't know how to install yarn
, look at here.
$ ng set --global packageManager=yarn
$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng ad ng-zorro-antd | yarn add bang-storage-ui
import BangStorageUiModule
in ShareModule, and import the shareModule in the required component.
import {BangStorageUiModule} from 'bang-storage-ui';
@NgModule({
imports:[BangStorageUiModule]
})
export class ShareModule{
}