Skip to content

Commit b9fbdf3

Browse files
Steve RhoadesSteve Rhoades
Steve Rhoades
authored and
Steve Rhoades
committed
Cleanup unused interface
1 parent f650881 commit b9fbdf3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

projects/ng-dynamic-forms/core/src/lib/model/misc/dynamic-form-control-data.model.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import {Observable} from 'rxjs';
22
import {DynamicFormOptionConfig} from '../dynamic-option-control.model';
33

4-
export interface DynamicFormControlDataOptionConfig extends DynamicFormOptionConfig<any> {
5-
}
6-
74
export interface DynamicFormControlDataRelation {
85
rootPath?: string;
96
id?: string;

projects/ng-dynamic-forms/core/src/lib/service/dynamic-form-data.service.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { DynamicSelectModel } from "../model/select/dynamic-select.model";
55
import { DynamicRadioGroupModel } from "../model/radio/dynamic-radio-group.model";
66
import {DynamicFormDataService} from './dynamic-form-data.service';
77
import {
8-
DynamicFormControlDataOptionConfig,
98
DynamicFormControlListDataProvider,
109
DynamicFormControlOptionDataProvider
1110
} from '../model/misc/dynamic-form-control-data.model';

0 commit comments

Comments
 (0)