UNPKG

@bixi/theme

Version:
9 lines (7 loc) 333 B
import { NgModule } from '@angular/core'; import { BixiColorModule } from '@bixi/theme/color-doc'; import { NzButtonModule } from 'ng-zorro-antd/button'; import { NzTagModule } from 'ng-zorro-antd/tag'; const MODULES = [BixiColorModule, NzButtonModule, NzTagModule]; @NgModule({ exports: MODULES }) export class BixiThemeModule { }