96252: Make existing lodash imports tree-shakeable

This commit is contained in:
Yury Bondarenko
2022-10-24 12:39:27 +02:00
parent be43fcb47f
commit 47ae04986d
52 changed files with 74 additions and 54 deletions

View File

@@ -11,7 +11,7 @@ import {
DynamicFormLayout,
} from '@ng-dynamic-forms/core';
import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap';
import { findIndex } from 'lodash';
import findIndex from 'lodash/findIndex';
import { FormBuilderService } from './builder/form-builder.service';
import { hasValue, isNotEmpty, isNotNull, isNull } from '../empty.util';