diff --git a/ej2-angular/maps/getting-started.md b/ej2-angular/maps/getting-started.md index 7d4159d1be..b1f23d404d 100644 --- a/ej2-angular/maps/getting-started.md +++ b/ej2-angular/maps/getting-started.md @@ -202,14 +202,14 @@ Now import the MapsTooltip, DataLabel and Legend modules from maps package ```javascript import { Component } from '@angular/core'; - import { LegendService, DataLabelService, MapsTooltipService, MapsModule} from '@syncfusion/ej2-angular-maps'; + import { LegendService, DataLabelService, MapsTooltipService, MapsModule } from '@syncfusion/ej2-angular-maps'; @NgModule({ imports: [ MapsModule, ], standalone: true, - providers: [ LegendService, DataLabelService,MapsTooltipService ] + providers: [ LegendService, DataLabelService, MapsTooltipService ] }) ``` @@ -361,4 +361,4 @@ You can enable tooltip by setting the [`visible`](https://ej2.syncfusion.com/ang {% endhighlight %} {% endtabs %} -{% previewsample "page.domainurl/samples/maps/default-map/datetime-cs40" %} \ No newline at end of file +{% previewsample "page.domainurl/samples/maps/default-map/datetime-cs40" %}