map icon indicating copy to clipboard operation
map copied to clipboard

Error: node_modules/@ngui/map/ngui-map.module.d.ts:4:44 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).

Open das-peregrine opened this issue 5 years ago • 0 comments

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<T>' requires 1 type argument(s).

Expected/desired behavior

  • Should build the project.

Other information

  • https://stackoverflow.com/a/62988875

das-peregrine avatar Mar 04 '21 06:03 das-peregrine