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
i have installed this package by using this command 'npm install --save @ticketevolution/seatmaps-client' and when i import this package into my component ts file it shows above error.
The text was updated successfully, but these errors were encountered:
I added directly to the component ts file (f.e. map.component.ts) import * as Tevomaps from 'node_modules/@ticketevolution/seatmaps-client/build/tevomaps.js';
It works for me
Cannot find module '@ticketevolution/seatmaps-client'
i have installed this package by using this command 'npm install --save @ticketevolution/seatmaps-client' and when i import this package into my component ts file it shows above error.
The text was updated successfully, but these errors were encountered: