sergot/ngx-smart-form

View on GitHub
src/interfaces/ngx-smart-form-config.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { NgxSmartFormSelectConfig } from './ngx-smart-form-select-config';

export interface NgxSmartFormConfig {
  select?: NgxSmartFormSelectConfig;
}