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
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
Version
Latest version.
The text was updated successfully, but these errors were encountered:
Summary
I want to use
tui-grid
package in my angular project, i followed the installation guidenpm 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
Version
Latest version.
The text was updated successfully, but these errors were encountered: