Skip to content

SEO-195926-Angular-Tab-Resolved the page #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: hotfix/hotfix-v28.1.33
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions angular/Gantt/Predecessor.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Predecessor
description: Predecessor
platform: Angular
title: Predecessor in Angular Gantt Control | Syncfusion
description: Learn here about Predecessor with Syncfusion Essential Angular Gantt control, its elements, and more.
platform: angular
control: Gantt
documentation: ug
api: /api/js/ejgantt
---

# Predecessor
# Predecessor in Angular Gantt Control

## Predecessor offset with duration units

Expand Down Expand Up @@ -59,7 +59,7 @@ export class AppComponent {

The following screen shot depicts the duration unit support in the predecessor offset.

![](Predecessor_images/Predecessor_img1.png)
![Predecessor in Angular Gantt Control.](predecessor_images/predecessor-in-angular-gantt-contro-img2.png)

## Validate predecessor links on editing

Expand Down Expand Up @@ -185,7 +185,7 @@ export class AppComponent {

In this case, if the user dragging action violated the predecessor type then the following dialog will be rendered to perform operation.

![](Predecessor_images/Predecessor_img2.png)
![Predecessor in Angular Gantt Control.](predecessor_images/predecessor-in-angular-gantt-contro-img2.png)



Expand Down
10 changes: 5 additions & 5 deletions angular/Kanban/Drag-and-Drop.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Drag and Drop
description: Drag and Drop
title: Drag and Drop in Angular Kanban Control | Syncfusion
description: Learn here about Drag and Drop with Syncfusion Essential Angular Kanban control, its elements, and more.
documentation: ug
platform: Angular
platform: angular
keywords: drag and drop,kanban drag and drop
---

# Drag and Drop
# Drag and Drop in Angular Kanban Control

By default [`allowDragAndDrop`](https://help.syncfusion.com/api/js/ejkanban#members:allowdraganddrop) is true.Cards can be transited from one column to another column, by dragging and dropping. And it has drop position indicator which enables easier positioning of cards

Expand Down Expand Up @@ -54,4 +54,4 @@ export class DefaultComponent {

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

![](Drag_and_Drop_images/drag_and_drop_img1.png)
![Drag and Drop in Angular Kanban Control.](drag_and_drop_images/drag-and-drop-in-angular-kanban-control-img1.png)
10 changes: 5 additions & 5 deletions angular/Tab/Template-Support.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Template-Support
description: template support
platform: Angular
title: Template Support in VUe Tabs Control | Syncfusion
description: Learn here about Template Support with Syncfusion Essential Angular Tabs control, its elements, and more.
platform: angular
control: Tab
documentation: ug
---

# Template Support
# Template Support in VUe Tabs Control

We can use this option to load any HTML elements and showcase it in the Tab panels as per our requirement.

Expand Down Expand Up @@ -39,4 +39,4 @@ We can load the contents or HTML elements directly inside the <div> elemen

The following screenshot illustrates the **Tab** with **Template** support.

![](Template-Support_images/Template-Support_img1.png)
![Template Support in VUe Tabs Control.](Template-Support_images/template-support-in-vue-tabs-control.png)