truly-ui
Version:
Web Components for Desktop Applications.
28 lines (23 loc) • 673 B
text/typescript
import { CommonModule } from '@angular/common';
import { FormsModule } from '@angular/forms';
import { NgModule } from "@angular/core";
import { HighlightJsModule } from 'ngx-highlight-js';
import { DropDownListModule } from 'truly-ui/dropdownlist';
import { DropDownListDemo } from './dropdownlistdemo.component';
import { DropDownListDemoRoutingModule } from './dropdownlistdemo-routing.module';
export class DropDownListDemoModule { }