mo-select-icon
v0.0.4
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
Downloads
6
Readme
MoSelectIcon
This library was generated with Angular CLI version 13.3.0.
Install
npm i -S mo-select-icon -registry https://registry.npmjs.org
Edit startup.service.ts
import { moIconUrl } from 'mo-select-icon';
import { NzIconService } from 'ng-zorro-antd/icon';
constructor(iconSrv: NzIconService) {
iconSrv.changeAssetsSource(moIconUrl);
}
Add MoSelectIconModule
import { MoSelectIconModule } from 'mo-select-icon';
Use
<mo-select-icon formControlName="icon"></mo-select-icon>