nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.39k stars 385 forks source link

Import Error with Angular project #2040

Open khelalfa-rabeh96 opened 2 months ago

khelalfa-rabeh96 commented 2 months ago

Summary I want to use tui-grid package in my angular project, i followed the installation guide npm install --save tui-grid, when i try to import it into my component import Grid from 'tui-grid'; /* ES6 */, i got two errors: cannot find module '../src/helper/keyboard'; and Cannot find module'@t/store/export'

Screenshots tui-grid-error

Version Latest version.