Skip to content

Commit e8c27e5

Browse files
Merge pull request #182 from Syncfusion-Content/hotfix/hotfix-v20.3.0.47
DOCINFRA-2341_merged_using_automation
2 parents c123cae + 139480d commit e8c27e5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

angular/Diagram/Connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ export class ConnectorComponent {
10301030
![Angular Diagram Decorator Appearance](Connector_images/Connector_img23.png)
10311031

10321032
## Interaction
1033-
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/angular/Diagram/Interaction#connection-editing "Connection Editing").
1033+
Diagram allows to edit the connectors at runtime. To edit the connector segments at runtime, refer to [Connection Editing](/angular/diagram/interaction#connection-editing "Connection Editing").
10341034

10351035
## Constraints
10361036
The `constraints` property of connector allows to enable/disable certain features of connectors. For more information about constraints, refer to [Connector Constraints](/angular/Diagram/Constraints#connectorconstraints "Connector Constraints").

angular/Diagram/Node.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Visually represent the geometrical informations, process flow, or entities
4-
description: How to visually represent the geometrical information and process flows as nodes?
3+
title: Node in Angular Diagram Control | Syncfusion
4+
description: Learn here about node support in Syncfusion Essential Angular Diagram Control, its elements, and more.
55
platform: Angular
66
control: Diagram
77
documentation: ug
88
---
99

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

1212
Nodes are graphical objects used to visually represent the geometrical information, process flow, internal business procedure, entity, or any other kind of data.
1313

14-
![](/angular/Diagram/Node_images/Node_img1.png)
14+
![Angular Diagram node](Node_images/Node_img1.png)
1515

1616
## Create Node
1717

@@ -57,7 +57,7 @@ export class NodesComponent {
5757

5858
{% endhighlight %}
5959

60-
![](/angular/Diagram/Node_images/Node_img2.png)
60+
![Angular Diagram position](Node_images/Node_img2.png)
6161

6262
## Position
6363

@@ -95,7 +95,7 @@ export class NodesComponent {
9595

9696
{% endhighlight %}
9797

98-
![](/angular/Diagram/Node_images/Node_img4.png)
98+
![Angular Diagram types](Node_images/Node_img4.png)
9999

100100
## Types
101101

@@ -128,7 +128,7 @@ export class NodesComponent {
128128

129129
{% endhighlight %}
130130

131-
![](/angular/Diagram/Node_images/Node_img5.png)
131+
![Angular Diagram gradient](Node_images/Node_img5.png)
132132

133133
### Gradient
134134

@@ -205,7 +205,7 @@ export class PageSettingsComponent {
205205

206206
{% endhighlight %}
207207

208-
![](/angular/Diagram/Node_images/Node_img6.png)
208+
![Angular Diagram shadow](Node_images/Node_img6.png)
209209

210210
## Shadow
211211

@@ -234,7 +234,7 @@ export class NodesComponent {
234234
{% endhighlight %}
235235

236236

237-
![](/angular/Diagram/Node_images/Node_img7.png)
237+
![Angular Diagram shadow effect](Node_images/Node_img7.png)
238238

239239
The following code illustrates how to disable shadow effect at runtime.
240240

@@ -292,7 +292,7 @@ export class NodesComponent {
292292

293293
{% endhighlight %}
294294

295-
![](/angular/Diagram/Node_images/Node_img8.png)
295+
![Angular Diagram icon](Node_images/Node_img8.png)
296296

297297
## Icon
298298

@@ -361,13 +361,13 @@ export class ShapesComponent {
361361

362362
{% endhighlight %}
363363

364-
![](/angular/Diagram/Node_images/Node_img9.png)
364+
![Angular Diagram interaction](Node_images/Node_img9.png)
365365

366-
![](/angular/Diagram/Node_images/Node_img10.png)
366+
![Angular Diagram constraints](Node_images/Node_img10.png)
367367

368368
## Interaction
369369

370-
Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/angular/Diagram/Interaction "Interaction").
370+
Diagram provides support to drag, resize, or rotate the node interactively. For more information about editing a node at runtime, refer to [Edit Nodes](/angular/diagram/interaction "Interaction").
371371

372372
## Constraints
373373

0 commit comments

Comments
 (0)