Skip to content

Commit

Permalink
fixes deep scan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
udos86 committed Jul 2, 2023
1 parent 3e6e3d8 commit 1c71d9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import {
DynamicSwitchModel,
DynamicTextAreaModel,
DynamicTimePickerModel,
DynamicFormService,
DynamicFormsCoreModule
DynamicFormService
} from "@ng-dynamic-forms/core";
import { DynamicIonicFormControlContainerComponent } from "./dynamic-ionic-form-control-container.component";
import { DynamicIonicInputComponent } from "./input/dynamic-ionic-input.component";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { TestBed, inject, ComponentFixture, waitForAsync } from "@angular/core/testing";
import { DebugElement } from "@angular/core";
import { UntypedFormGroup, UntypedFormControl } from "@angular/forms";
import { NoopAnimationsModule } from "@angular/platform-browser/animations";
import { By } from "@angular/platform-browser";
import { DynamicDatePickerModel, DynamicFormService } from "@ng-dynamic-forms/core";
import { DynamicNGBootstrapDatePickerComponent } from "./dynamic-ng-bootstrap-datepicker.component";
Expand Down
2 changes: 1 addition & 1 deletion src/app/ui-foundation/foundation-sample-form.component.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component, ViewEncapsulation } from "@angular/core";
import { FormGroup, ReactiveFormsModule, UntypedFormArray } from "@angular/forms";
import { ReactiveFormsModule, UntypedFormArray } from "@angular/forms";
import {
DynamicFormArrayModel,
DynamicFormControlEvent,
Expand Down

0 comments on commit 1c71d9d

Please sign in to comment.