0.0.4 • Published 2 years ago

mo-select-icon v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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>
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago