File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
shared/form/builder/parsers Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ import {
1313 TransferState ,
1414 Type ,
1515} from '@angular/core' ;
16- import { DYNAMIC_FORM_CONTROL_MAP_FN , DYNAMIC_VALIDATORS } from '@ng-dynamic-forms/core' ;
16+ import {
17+ DYNAMIC_FORM_CONTROL_MAP_FN ,
18+ DYNAMIC_VALIDATORS ,
19+ } from '@ng-dynamic-forms/core' ;
1720import {
1821 select ,
1922 Store ,
Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ import { VisibilityType } from './../../../../submission/sections/visibility-typ
3636import { setLayout } from './parser.utils' ;
3737import { ParserOptions } from './parser-options' ;
3838import { ParserType } from './parser-type' ;
39- import { AbstractControl , ValidatorFn } from '@angular/forms' ;
39+ import {
40+ AbstractControl ,
41+ ValidatorFn ,
42+ } from '@angular/forms' ;
4043
4144export const SUBMISSION_ID : InjectionToken < string > = new InjectionToken < string > ( 'submissionId' ) ;
4245export const CONFIG_DATA : InjectionToken < FormFieldModel > = new InjectionToken < FormFieldModel > ( 'configData' ) ;
You can’t perform that action at this time.
0 commit comments