Open vedhar opened 7 years ago
I imported this lib in my webpack bundle and declared it into my component with declare let InfoBubble: any;
declare let InfoBubble: any;
@Christopher2K can you show a demo code
I've downloaded the info bubble.js file. I put it in one of my public folder and imported it in my main.ts
I imported this lib in my webpack bundle and declared it into my component with
declare let InfoBubble: any;