Skip to content

Commit 745be8c

Browse files
129946: lint fix
1 parent d91307a commit 745be8c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/app/init.service.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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';
1720
import {
1821
select,
1922
Store,

src/app/shared/form/builder/parsers/field-parser.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ import { VisibilityType } from './../../../../submission/sections/visibility-typ
3636
import { setLayout } from './parser.utils';
3737
import { ParserOptions } from './parser-options';
3838
import { ParserType } from './parser-type';
39-
import { AbstractControl, ValidatorFn } from '@angular/forms';
39+
import {
40+
AbstractControl,
41+
ValidatorFn,
42+
} from '@angular/forms';
4043

4144
export const SUBMISSION_ID: InjectionToken<string> = new InjectionToken<string>('submissionId');
4245
export const CONFIG_DATA: InjectionToken<FormFieldModel> = new InjectionToken<FormFieldModel>('configData');

0 commit comments

Comments
 (0)