Skip to content

Commit 2adfd7e

Browse files
author
James Dutton
committed
jrd
1 parent 14cdcc2 commit 2adfd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/sub-forms/child-inner/child-inner.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, Input, OnDestroy, OnInit, OnChanges, SimpleChanges, SimpleChange } from '@angular/core';
1+
import { Component, Input, OnChanges, OnDestroy, OnInit, SimpleChange } from '@angular/core';
22
import { ControlContainer, FormBuilder, FormGroup, FormGroupDirective } from '@angular/forms';
33
import { FormUtilsService } from 'src/app/core/form-utils.service';
44
import { ChildInner } from './child-inner.model';

0 commit comments

Comments
 (0)