Skip to content

Commit 11aa44d

Browse files
Merge pull request #99 from syncfusion-content/SEO-2245_Site_Audit_Issues
SEO-2245_Site_Audit_Issues
2 parents 9c302fb + 8bcf9ca commit 11aa44d

File tree

5 files changed

+26
-25
lines changed

5 files changed

+26
-25
lines changed

angular/Dialog/action-buttons.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Syncfusion action-buttons
4-
description: action buttons
3+
title: Action buttons in Angular Dialog Control | Syncfusion
4+
description: Learn here about action buttons in Syncfusion Essential Angular Dialog Control, its elements, and more.
55
platform: Angular
66
control: Angular- Dialog
77
documentation: ug
88
---
99

10-
## Action Buttons
10+
# Action Buttons in Angular Dialog
1111

1212
The Dialog component provides the following action buttons.
1313

@@ -48,7 +48,7 @@ Add the following code in constructor file.
4848

4949
![Action Buttons](action-buttons_images\action-buttons_img1.png)
5050

51-
### Customizing Action Buttons
51+
## Customizing Action Buttons
5252

5353
We can customize the action buttons in dialog component.
5454

angular/Dialog/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Getting-Started
4-
description: Getting Started
3+
title: Getting Started with Angular Dialog Control | Syncfusion
4+
description: Learn here about getting started with Syncfusion Essential Angular Dialog Control, its elements, and more.
55
platform: Angular
66
control: dialog
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with Angular Dialog
1111

1212
This section helps you to understand the getting started of the Dialog component with the step-by-step instructions.
1313

14-
# Create a Dialog
14+
## Create a Dialog
1515

1616
The following steps guide you to add a Dialog control.
1717

@@ -29,7 +29,7 @@ The following steps guide you to add a Dialog control.
2929

3030
To get the following output from the above-mentioned code.
3131

32-
![](getting-started-images\getting-started-img1.png)
32+
![Angular Dialog creating getting started](getting-started-images\getting-started-img1.png)
3333

3434
## Add dialog content
3535

@@ -45,7 +45,7 @@ Add the below code to render dialog component with content.
4545

4646
To get the following output from the above-mentioned code
4747

48-
![](getting-started-images\getting-started-img2.png)
48+
![Angular Dialog Add dialog content](getting-started-images\getting-started-img2.png)
4949

5050
## Set the title
5151

@@ -61,7 +61,7 @@ To set the dialog component title as using the below mentioned code.
6161

6262
To get the following output from the above-mentioned code.
6363

64-
![](getting-started-images\getting-started-img3.png)
64+
![Angular Dialog Set the title](getting-started-images\getting-started-img3.png)
6565

6666
## Open Dialog dynamically
6767

@@ -101,7 +101,7 @@ export class AppComponent {
101101

102102
To get the following output from the above-mentioned code.
103103

104-
![](getting-started-images\getting-started-img4.png)
104+
![Angular Dialog Open Dialog dynamically](getting-started-images\getting-started-img4.png)
105105

106106

107107
N> You can find the Dialog component properties from the [API reference](https://help.syncfusion.com/api/js/ejdialog)
-425 KB
Loading

angular/Maps/Getting-started.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Getting Started for Maps
3-
description: How to create a maps, add layers, enable tooltip,legend and other functionalities
2+
title: Getting Started with Angular Maps Control | Syncfusion
3+
description: Learn here about getting started with Syncfusion Essential Angular Maps Control, its elements, features, and more.
44
platform: Angular
55
control: maps
66
documentation: ug
77
keywords: ejmaps, maps, maps widget, Angular maps
88
---
9-
#Getting Started
9+
10+
# Getting Started with Angular Maps
1011

1112
Before we start with the Maps, please refer [this page](https://help.syncfusion.com/angular-2/overview) for general information regarding integrating Syncfusion widget’s.
1213

@@ -205,9 +206,9 @@ export class AppModule { }
205206
npm start
206207
{% endhighlight %}
207208

208-
* Browse to [http://localhost:3000](http://localhost:3000) to see the application. And navigate to maps tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.
209+
* The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files.
209210

210-
![](Getting-started-images/Getting-Started_img1.png)
211+
![Angular Maps Running the application](Getting-started-images/Getting-Started_img1.png)
211212

212213
### Prepare Shape Data
213214

@@ -357,7 +358,7 @@ usMap: any;
357358

358359
The above code renders a map, with default properties and shape input provided through data in layers.
359360

360-
![](Getting-Started-images/Getting-Started_img2.png)
361+
![Angular Maps](Getting-Started-images/Getting-Started_img2.png)
361362

362363
## Data Binding in Map
363364

@@ -413,7 +414,7 @@ You can customize the shape’s color by using `fill`, `stroke` and `strokeThick
413414

414415

415416

416-
![](Getting-Started-images/Getting-Started_img3.png)
417+
![Angular Maps Customize Map Appearance](Getting-Started-images/Getting-Started_img3.png)
417418

418419
### Customize Map Appearance by Range
419420

@@ -472,7 +473,7 @@ colorMapping: any;
472473
{% endhighlight %}
473474
The following screenshot illustrates a map with gradient color property enabled.
474475

475-
![](Getting-Started-images/Getting-Started_img4.png)
476+
![Angular Maps Customize Map Appearance by Range](Getting-Started-images/Getting-Started_img4.png)
476477

477478
## Enable Tooltip
478479

@@ -494,7 +495,7 @@ The tooltip is displayed only when the `showTooltip` is set to “**true**” in
494495

495496
The following screenshot illustrates a map control displaying a Tooltip.
496497

497-
![](Getting-Started-images/Getting-Started_img5.png)
498+
![Angular Maps Enable Tooltip](Getting-Started-images/Getting-Started_img5.png)
498499

499500
## Legend
500501

@@ -533,4 +534,4 @@ You can use `leftLabel` and `rightLabel` property to provide left and right labe
533534

534535
The following screenshot illustrates a map displaying an interactive legend.
535536

536-
![](Getting-Started-images/Getting-Started_img6.png)
537+
![Angular Maps Label](Getting-Started-images/Getting-Started_img6.png)

angular/Maps/Populate-Data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Populate-Data
4-
description: populate data
3+
title: Populate Data in Angular Maps Control | Syncfusion
4+
description: Learn here about populate data in Syncfusion Essential Angular Maps Control, its elements, features, and more.
55
platform: Angular
66
control: Maps
77
documentation: ug
88
---
99

10-
# Populate Data
10+
# Populate Data in Angular Maps
1111

1212
In this section you can learn how to populate shape data for providing Data input to Map control and usage of DataSource property.
1313

0 commit comments

Comments
 (0)