ng-worldmap
A component wrapping gardaud/worldmap-canvas in an Angular component.
TL-DR
Installing
Install the npm package:
npm install --save ng-worldmap
Bootstraping
In your module declaration file, import the module:
;
Usage
Now in your template, just use the component:
Customization
// Class used to customize specific countries' rendering
Example of customization
;