Angular US SVG Map
npm install angular-us-mapnpm install angular-us-map
import { UsMapModule } from 'angular-us-map';
<us-map></us-map>
fillColor | Type: string Optional. Will change color of state name text |
fillStateColor | Type: string Optional. Will change background color of state area |
strokeColor | Type: string Optional. Will change border color of state area |
onMapClick | Will be emitted when state area has been clicked. It returns state abbr. (onMapClick) event. |