mo-select-dict
v0.0.3
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
Downloads
2
Readme
MoSelectDict
This library was generated with Angular CLI version 13.3.0.
安装
npm i -S mo-select-dict -registry https://registry.npmjs.org
修改 startup.service.ts,添加接口地址
import { MoSelectDictService } from 'mo-cascader-city';
constructor(moSelectDictSrv: MoSelectDictService) {
moSelectDictSrv.setUrl(`字典接口`);
}
添加 MoSelectDictModule
import { MoSelectDictModule } from 'mo-select-dict';
使用
<mo-select-dict
mode="multiple"
typeCode="kehuduanleixing"
formControlName="clientTypes"
nzPlaceHolder="请选择客户端类型"
></mo-select-dict>