Skip to content

Commit e94e913

Browse files
SEO-2423_Site_Audit_Issues
1 parent 13fc30c commit e94e913

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

angular/Button/Easy-Customization.md

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

10-
# Easy Customization
10+
# Easy Customization in Angular Button
1111

1212
Button is used in all applications. Button size, content and content location is varied according to each application. Here you can see some customizable option for button that can perform easily.
1313

@@ -110,7 +110,7 @@ In the **HTML** page, add the following button elements to configure button widg
110110

111111
Execute the above code to render the following output.
112112

113-
![](Easy-Customization_images/Easy-Customization_img1.png)
113+
![Angular Button easy customization](Easy-Customization_images/Easy-Customization_img1.png)
114114

115115

116116
## Content Type
@@ -242,7 +242,7 @@ In the **HTML** page, add the following button elements to configure **Button**
242242

243243
Execute the above code to render the following output.
244244

245-
![](Easy-Customization_images/Easy-Customization_img2.png)
245+
![Angular Button image position](Easy-Customization_images/Easy-Customization_img2.png)
246246

247247

248248
## Image Position
@@ -346,7 +346,7 @@ In the **HTML** page, add the following button elements to configure **Button**
346346

347347
Execute the above code to render the following output.
348348

349-
![](Easy-Customization_images/Easy-Customization_img3.png)
349+
![Angular Button theme support](Easy-Customization_images/Easy-Customization_img3.png)
350350

351351

352352
## Theme support
@@ -449,5 +449,5 @@ export class DefaultComponent {
449449

450450
Execute the above code to render the following output.
451451

452-
![](Easy-Customization_images/Easy-Customization_img4.png)
452+
![Angular Button customization](Easy-Customization_images/Easy-Customization_img4.png)
453453

angular/Diagram/Serialization.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: Serialize the Diagram as JSON and load Diagram from serialized JSON
4-
description: How to save and load the Diagram?
3+
title: Serialization in Angular Diagram Control | Syncfusion
4+
description: Learn here about Serialization support in Syncfusion Essential Angular Diagram Control, its elements, and more.
55
platform: Angular
66
control: Diagram
77
documentation: ug
88
---
99

10-
# Serialization
10+
# Serialization in Angular Diagram
1111

1212
**Serialization** is the process of saving and loading for state persistence of the Diagram.
1313

angular/Spreadsheet/Formatting.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Formatting with Spreadsheet widget for Syncfusion Essential Angular-2
3-
description: How to use different types of formatting in Spreadsheet and configure its properties.
2+
title: Formatting in Angular SpreadSheet Control | Syncfusion
3+
description: Learn here about Formatting support in Syncfusion Essential Angular SpreadSheet Control, its elements, and more.
44
platform: Angular
55
control: Spreadsheet
66
documentation: UG
77
---
88

9-
# Formatting
9+
# Formatting in Angular SpreadSheet
1010

1111
Spreadsheet supports many formatting options to make your data easier to view and understand. Use `allowCellFormatting` API to enable / disable formatting option in Spreadsheet. The different types of formatting supported in Spreadsheet are,
1212

@@ -82,7 +82,7 @@ export class AppComponent {
8282
{% endhighlight %}
8383

8484
The following output is displayed as a result of the above code example.
85-
![](Formatting_images/Formatting_img1.png)
85+
![Angular SpreadSheet method](Formatting_images/Formatting_img1.png)
8686

8787
### Method
8888

@@ -123,7 +123,7 @@ export class AppComponent {
123123
{% endhighlight %}
124124

125125
The following output is displayed as a result of the above code example.
126-
![](Formatting_images/Formatting_img2.png)
126+
![Angular SpreadSheet user interface](Formatting_images/Formatting_img2.png)
127127

128128
### User Interface
129129

@@ -132,7 +132,7 @@ You can set number format for a cell through number formatting options in ribbon
132132
### Custom Number Format
133133

134134
Spreadsheet supports many number format to display your data as currency, date, percentage and so on. If these pre-defined number formats do not meet your needs you can create and apply your own number formats using format cell dialog. The following screenshot illustrate this,
135-
![](Formatting_images/Formatting_img3.png)
135+
![Angular SpreadSheet text formatting](Formatting_images/Formatting_img3.png)
136136

137137
N> Spreadsheet supports basic number format customization and it doesn't have all functionality similar to excel
138138

@@ -198,7 +198,7 @@ export class AppComponent {
198198
{% endhighlight %}
199199

200200
The following output is displayed as a result of the above code example.
201-
![](Formatting_images/Formatting_img4.png)
201+
![Angular SpreadSheet method](Formatting_images/Formatting_img4.png)
202202

203203
#### Method
204204

@@ -239,7 +239,7 @@ export class AppComponent {
239239
{% endhighlight %}
240240

241241
The following output is displayed as a result of the above code example.
242-
![](Formatting_images/Formatting_img5.png)
242+
![Angular SpreadSheet user interface](Formatting_images/Formatting_img5.png)
243243

244244
#### User Interface
245245

@@ -293,7 +293,7 @@ export class AppComponent {
293293
{% endhighlight %}
294294

295295
The following output is displayed as a result of the above code example.
296-
![](Formatting_images/Formatting_img6.png)
296+
![Angular SpreadSheet format](Formatting_images/Formatting_img6.png)
297297

298298
#### User Interface
299299

@@ -347,7 +347,7 @@ To highlight cell or range of cells from whole workbook you can apply background
347347
### Cell Styles
348348

349349
Cell styles is a collection of pre-defined styles with multiple formatting characteristics to apply several formats in one step. You can apply cell style for a cell using `cell style` option in ribbon `HOME` tab. The following screenshot illustrate this,
350-
![](Formatting_images/Formatting_img7.png)
350+
![Angular SpreadSheet format painter](Formatting_images/Formatting_img7.png)
351351

352352
### Format painter
353353

0 commit comments

Comments
 (0)