Angular 2 Image Map
Responsive image mapping interface for Angular 2.
Markers
Markers can be placed on the image by inputting an array of co-ordinates. The co-ordinate values of a marker represent percentages of the dimensions of the image.
Markers can be created if the mark event has any observers.
New markers are pushed to the markers array.
markers: number = ;onMarkmarker: number
Markers can be selected if the change event has any observers.
markers: number = ;onChangemarker: number
Drawing
The image map will draw automatically upon window resize or property changes. If the image map requires a draw upon an event outside of this scope then call the draw
function of the image map component.
imgMap: ImgMapComponent;markers: number = ;ngOnInit