File tree Expand file tree Collapse file tree
src/app/shared/form/builder/parsers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import {
1919import { DynamicFormControlLayout } from '@ng-dynamic-forms/core' ;
2020import { TranslateService } from '@ngx-translate/core' ;
2121import uniqueId from 'lodash/uniqueId' ;
22+ import { environment } from 'src/environments/environment' ;
2223
2324import {
2425 DsDynamicInputModel ,
@@ -32,7 +33,6 @@ import { getTypeBindRelations } from '../ds-dynamic-form-ui/type-bind.utils';
3233import { setLayout } from './parser.utils' ;
3334import { ParserOptions } from './parser-options' ;
3435import { ParserType } from './parser-type' ;
35- import { environment } from "src/environments/environment" ;
3636
3737export const SUBMISSION_ID : InjectionToken < string > = new InjectionToken < string > ( 'submissionId' ) ;
3838export const CONFIG_DATA : InjectionToken < FormFieldModel > = new InjectionToken < FormFieldModel > ( 'configData' ) ;
You can’t perform that action at this time.
0 commit comments