world-data-svg-library
v0.1.0
Published
!!! Not complete yet. !!!
Readme
WorldDataSvgLibrary
!!! Not complete yet. !!!
Usage
Load the module:
@NgModule({
...
imports: [
...
WorldCountryDataLibModule
],
...
Use the component world-country and bind your data to it:
<world-country
[worldData]="worldDataBasicStatic"
></world-country>Demo
https://stackblitz.com/edit/demo-world-data-svg
#Notes Examples and description is going to be created! Stay tuned.
