Skip to content

Commit

Permalink
fix: form imports
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jun 28, 2019
1 parent c3513dc commit 20a3f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/lib/form/form.component.ts
Expand Up @@ -11,7 +11,8 @@ import {
ViewChildren,
} from '@angular/core';
import { FormGroup } from '@angular/forms';
import { Field, Form, FormConfig, Item } from '@ec.components/core';
import { Field, FieldConfigProperty, Form, FormConfig, Item, ItemConfig } from '@ec.components/core';
import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
import { InputComponent } from '../io/input/input.component';
import { LoaderComponent } from '../loader/loader.component';
import { LoaderService } from '../loader/loader.service';
Expand Down

0 comments on commit 20a3f6e

Please sign in to comment.