We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91307a commit d7f5c60Copy full SHA for d7f5c60
2 files changed
package.json
@@ -114,6 +114,7 @@
114
"@ngrx/store": "^18.1.1",
115
"@ngx-translate/core": "^16.0.3",
116
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
117
+ "@popperjs/core": "^2.10.2",
118
"@terraformer/wkt": "^2.2.1",
119
"altcha": "^0.9.0",
120
"angulartics2": "^12.2.0",
src/app/init.service.ts
@@ -13,7 +13,10 @@ import {
13
TransferState,
14
Type,
15
} from '@angular/core';
16
-import { DYNAMIC_FORM_CONTROL_MAP_FN, DYNAMIC_VALIDATORS } from '@ng-dynamic-forms/core';
+import {
17
+ DYNAMIC_FORM_CONTROL_MAP_FN,
18
+ DYNAMIC_VALIDATORS,
19
+} from '@ng-dynamic-forms/core';
20
import {
21
select,
22
Store,
0 commit comments