Skip to content

Commit 03e54d9

Browse files
Merge pull request #264 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents 3528c3e + 5379735 commit 03e54d9

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

angular/Diagram/Gridlines.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: Add gridlines behind nodes and connectors to ease alignments
4-
description: How to add gridlines behind nodes and connectors?
3+
title: Gridlines in Angular Diagram Control | Syncfusion
4+
description: Learn here about adding gridlines behind nodes and connectors support in Syncfusion Essential Angular Diagram Control, its elements, and more.
55
platform: Angular
66
control: Diagram
77
documentation: ug
88
---
99

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

1212
**Gridlines** are the pattern of lines drawn behind the Diagram elements. It provides a visual guidance while dragging or arranging the objects on the Diagram surface.
1313

@@ -44,7 +44,7 @@ export class ModelComponent {
4444

4545
{% endhighlight %}
4646

47-
![](/angular/Diagram/Gridlines_images/Gridlines_img1.png)
47+
![Customize the gridlines visibility in Angular Diagram](/angular/Diagram/Gridlines_images/Gridlines_img1.png)
4848

4949
To show only horizontal/vertical gridlines or to hide gridlines, refer to [Constraints](/angular/Diagram/Constraints#snapconstraints "Constraints")
5050

@@ -82,7 +82,7 @@ export class ModelComponent {
8282

8383
{% endhighlight %}
8484

85-
![](/angular/Diagram/Gridlines_images/Gridlines_img4.png)
85+
![Appearance in Angular Diagram](/angular/Diagram/Gridlines_images/Gridlines_img4.png)
8686

8787
### Line Intervals
8888

@@ -121,7 +121,7 @@ export class ModelComponent {
121121

122122
{% endhighlight %}
123123

124-
![](/angular/Diagram/Gridlines_images/Gridlines_img2.png)
124+
![Line Intervals in Angular Diagram](/angular/Diagram/Gridlines_images/Gridlines_img2.png)
125125

126126
# Snapping
127127

@@ -193,4 +193,4 @@ export class ModelComponent {
193193

194194
{% endhighlight %}
195195

196-
![](/angular/Diagram/Gridlines_images/Gridlines_img4.png)
196+
![Snap To Objects in Angular Diagram](/angular/Diagram/Gridlines_images/Gridlines_img4.png)

angular/Kanban/Swimlanes.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: Swimlanes
4-
description: Swimlanes
3+
title: Swimlanes in Angular Kanban Control | Syncfusion
4+
description: Learn here more about Swimlanes in Syncfusion Essential Angular Kanban Control, its elements, and more.
55
documentation: ug
66
platform: Angular
77
keywords: swimlanes,kanban swimlanes
88
---
99

10-
## Swim lanes
10+
# Swim lanes in Angular Kanban
1111

1212
Swim lanes are a horizontal categorization of issues in the Kanban control which brings transparency to the workflow. This can be enabled by mapping the [`swimlaneKey`](https://help.syncfusion.com/api/js/ejkanban#members:swimlaneKey) to appropriate column name in the [`dataSource`](https://help.syncfusion.com/api/js/ejkanban#members:datasource).
1313

@@ -47,7 +47,7 @@ export class DefaultComponent {
4747

4848
The following output is displayed as a result of the above code example.
4949

50-
![](Swimlane_images/swimlane_img1.png)
50+
![Swim lanes in Angular Kanban](Swimlane_images/swimlane_img1.png)
5151

5252
## Drag And Drop between swim lanes
5353

@@ -91,7 +91,7 @@ export class DefaultComponent {
9191

9292
The following output is displayed as a result of the above code example.
9393

94-
![](Swimlane_images/swimlane_img2.png)
94+
![Drag And Drop between swim lanes in Angular Kanban](Swimlane_images/swimlane_img2.png)
9595

9696
## Unassigned swim lane group
9797

@@ -144,7 +144,7 @@ export class DefaultComponent {
144144

145145
The output of the above code example.
146146

147-
![](Swimlane_images/swimlane_img3.png)
147+
![Using default values in Angular Kanban](Swimlane_images/swimlane_img3.png)
148148

149149
### Using user defined values
150150

@@ -186,4 +186,4 @@ export class DefaultComponent {
186186

187187
The output of the above code example.
188188

189-
![](Swimlane_images/swimlane_img4.png)
189+
![Using user defined values in Angular Kanban](Swimlane_images/swimlane_img4.png)

angular/Tab/Appearance-and-Styling.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: Appearance-and-Styling | Syncfusion
4-
description: appearance and styling
3+
title: Appearance and Styling in Angular Tab Control | Syncfusion
4+
description: Learn here about appearance and styling in Syncfusion Essential Angular Tab Control, its elements, and more.
55
platform: Angular
66
control: Tab
77
documentation: ug
88
---
99

10-
# Appearance and Styling
10+
# Appearance and Styling in Angular Tab
1111

1212
## Header Image Customization
1313

angular/Tile/Overview.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: Overview
4-
description: overview
3+
title: Overview of Angular Tile Control | Syncfusion
4+
description: Learn here more about Overview of Syncfusion Essential Angular Tile Control, its elements, and more.
55
platform: Angular
66
control: tile
77
documentation: ug
88
---
99

10-
# Overview
10+
# Overview of Angular Tile
1111

1212
The Essential JavaScript Tile component provided with Angular support displays opaque rectangles or squares and they are arrayed on the start screen like a grid pattern. Tapping or selecting a Tile, launches the app or does some other action that is represented by the Tile. Tiles are arranged in a group separated by columns that looks like a start screen of a device and it can be either static or live.
1313

0 commit comments

Comments
 (0)