Cleanup imports

This commit is contained in:
Adina Țeudan 2023-02-09 20:16:48 +02:00
parent 6ed1cacc4d
commit 7c1c031429

View File

@ -1,5 +1,5 @@
import { ChangeDetectionStrategy, Component, forwardRef, Input, OnInit, Optional, Self } from '@angular/core';
import { ControlValueAccessor, FormControl, NG_VALIDATORS, NG_VALUE_ACCESSOR, NgControl, ValidationErrors } from '@angular/forms';
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
import { FormFieldComponent } from '../form-field/form-field-component.directive';
const InputTypes = {