You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NG Dynamic Forms Version: `15.0.0`
[x] Basic UI
[ ] Bootstrap UI
[ ] Foundation UI
[ ] Ionic UI
[ ] Material
[ ] NG Bootstrap
[ ] Prime NG
Description
When I downloaded only the core module of ng-dynamic-forms to use, I encountered the following error during compilation:
‘./node_modules/@ng-dynamic-forms/core/fesm2020/core.mjs:7:0-41 - Error: Module not found: Error: Can't resolve 'ngx-mask' in 'D:\project\fork\net-ui\node_modules@ng-dynamic-forms\core\fesm2020'
Error: node_modules/@ng-dynamic-forms/core/lib/model/input/dynamic-input.model.d.ts:4:25 - error TS2307: Cannot find module 'ngx-mask' or its corresponding type declarations.
4 import { IConfig } from "ngx-mask";’
I checked the package.json file under the core module and found that the dependency on ngx-mask is not specified. I think it is necessary to add this dependency so that users who only need the core module can use it normally.
The text was updated successfully, but these errors were encountered:
I'm submitting a
I'm using
Description
When I downloaded only the core module of ng-dynamic-forms to use, I encountered the following error during compilation:
‘./node_modules/@ng-dynamic-forms/core/fesm2020/core.mjs:7:0-41 - Error: Module not found: Error: Can't resolve 'ngx-mask' in 'D:\project\fork\net-ui\node_modules@ng-dynamic-forms\core\fesm2020'
Error: node_modules/@ng-dynamic-forms/core/lib/model/input/dynamic-input.model.d.ts:4:25 - error TS2307: Cannot find module 'ngx-mask' or its corresponding type declarations.
4 import { IConfig } from "ngx-mask";’
I checked the package.json file under the core module and found that the dependency on ngx-mask is not specified. I think it is necessary to add this dependency so that users who only need the core module can use it normally.
The text was updated successfully, but these errors were encountered: