googlearchive / js-info-bubble

A library for customizable CSS3 InfoWindows in the Google Maps JavaScript API v3
Apache License 2.0
226 stars 183 forks source link

How do I add this library to my angular2 app? #34

Open vedhar opened 7 years ago

Christopher2K commented 7 years ago

I imported this lib in my webpack bundle and declared it into my component with declare let InfoBubble: any;

SauravDubey49 commented 7 years ago

@Christopher2K can you show a demo code

Christopher2K commented 7 years ago

I've downloaded the info bubble.js file. I put it in one of my public folder and imported it in my main.ts