UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

8 lines (7 loc) 326 B
import { ModuleWithProviders } from '@angular/core'; import { NzIconService } from 'ng-zorro-antd/icon'; import { BitConfig } from './common/bit-config'; export declare class BitModule { static forRoot(config: BitConfig): ModuleWithProviders<BitModule>; constructor(config: BitConfig, nzIcon: NzIconService); }