From ba18f71ef2a053800f762f91151c4dffae1c440d Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Nov 2024 14:23:37 -0600 Subject: [PATCH] Fix import and providers spacing at Module Injection section for getting-started.md --- ej2-angular/maps/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" %}