ng-devui-materials
Version:
Materials of DevUI Admin
13 lines (11 loc) • 484 B
text/typescript
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { HorizontalFormComponent } from './horizontal-form.component';
import { SelectModule, TagsInputModule } from 'ng-devui';
import { SharedModule } from 'src/app/@shared/shared.module';
export class HorizontalFormModule {}