Steps to reproduce and a minimal demo
- Create a new Angular project (v11)
- npm i @ngui/map
- npm run build
Current behavior
- Error: node_modules/@ngui/map/ngui-map.module.d.ts:4:44 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).
Expected/desired behavior
- Should build the project.
Other information