Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.14 KB

File metadata and controls

20 lines (12 loc) · 1.14 KB

How to Show Tooltips in the Angular Maps Component

A quick-start Angular project that contains code to add tooltips to the Syncfusion Angular Maps component and customize them using textStyle, formatting, and template.

Refer to the following tooltip documentation on the Syncfusion Angular Maps component: https://ej2.syncfusion.com/angular/documentation/maps/user-interactions#tooltip

Check out this online example of the Angular Maps component with a tooltip: https://ej2.syncfusion.com/angular/demos/#/material/maps/tooltip

Watch the following video to get started with the Angular Maps component: https://www.youtube.com/watch?v=NSr4LoVe6wA

Project prerequisites

Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.

How to run this application?

To run this application, you need to clone the how-to-show-tooltips-in-the-angular-maps-component repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install command and run your project using the ng serve command.