@bixi/theme
Version:
9 lines (7 loc) • 333 B
text/typescript
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];
({ exports: MODULES })
export class BixiThemeModule { }