We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cdcc2 commit 2adfd7eCopy full SHA for 2adfd7e
src/app/sub-forms/child-inner/child-inner.component.ts
@@ -1,4 +1,4 @@
1
-import { Component, Input, OnDestroy, OnInit, OnChanges, SimpleChanges, SimpleChange } from '@angular/core';
+import { Component, Input, OnChanges, OnDestroy, OnInit, SimpleChange } from '@angular/core';
2
import { ControlContainer, FormBuilder, FormGroup, FormGroupDirective } from '@angular/forms';
3
import { FormUtilsService } from 'src/app/core/form-utils.service';
4
import { ChildInner } from './child-inner.model';
0 commit comments