Skip to content

SEO-204825-Image-Alt-Missing-Angular-Hotfix #411

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-v30.1.37
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/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Getting Started for Angular Accordion
description: Getting Started for Angular Accordion
description: Check out and learn here all about getting started with Angular Accordion in Syncfusion and much more details.
platform: Angular
control: Accordion
documentation: Ug
Expand All @@ -16,7 +16,7 @@ This section encompasses the details on how you can configure the **Accordion**

The following screenshot illustrates you the usage of **Accordion** control in listing the controls under the Essential Studio products.

![](Getting-Started-images/Getting-Started_img1.png)
![configure Accordion in Angular.](Getting-Started-images/Getting-Started_img1.png)

The usage of **Accordion** control is described in the following sections.

Expand Down Expand Up @@ -146,7 +146,7 @@ Create the Accordion control as follows.

You can execute the above code example to display the Accordion control with simple control list.

![](Getting-Started-images/Getting-Started_img2.png)
![create a simple Accordion in Angular.](Getting-Started-images/Getting-Started_img2.png)

You can customize the Accordion control using various properties. The Accordion control properties and its default values are described in the following section.

Expand Down Expand Up @@ -257,7 +257,7 @@ You can also open all the panels during initialization using the **selectedItems

**Accordion** control with **enableMultipleOpen** property is illustrated in the following screen shot.

![](Getting-Started-images/Getting-Started_img3.png)
![Configure multiple open in Angular Accordion.](Getting-Started-images/Getting-Started_img3.png)

### Setting rounded corner

Expand Down Expand Up @@ -343,7 +343,7 @@ N> showRoundedCorner property is False by default.

The following screenshot illustrates the **Accordion** control with rounded corners.

![](Getting-Started-images/Getting-Started_img4.png)
![setting rounded corner in Angular Accordion.](Getting-Started-images/Getting-Started_img4.png)

## Customize Icon

Expand Down Expand Up @@ -434,5 +434,5 @@ You can set the Up or Down arrow icon to **Accordion** header, by adding **e-arr

The following screenshot illustrates the customization of **selectedHeader** and **header** of the **Accordion** control.

![](Getting-Started-images/Getting-Started_img5.png)
![customize icon for Angular Accordion.](Getting-Started-images/Getting-Started_img5.png)

8 changes: 4 additions & 4 deletions angular/Diagram/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started for Angular Diagram
description: Getting Started for Angular Diagram
description: Check out and learn here all about getting started for Angular Diagram in Syncfusion and much more details.
platform: Angular
control: Diagram
documentation: ug
Expand Down Expand Up @@ -71,7 +71,7 @@ import {EJ_DIAGRAM_COMPONENTS} from 'ej/diagram.component';

This creates an empty diagram

![](Getting-Started-images/Getting-Started_img1.png)
![initialize Diagram in Angular.](Getting-Started-images/Getting-Started_img1.png)

### Initialize Nodes and Connectors

Expand Down Expand Up @@ -120,7 +120,7 @@ export class DiagramComponent {

{% endhighlight %}

![](Getting-Started-images/Getting-Started_img2.png)
![initialize nodes and connectors in Angular Diagram.](Getting-Started-images/Getting-Started_img2.png)

### Business object (Employee information)

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

* The Employee details are displayed in the Diagram as follows.

![](Getting-Started_images/Getting-Started_img3.png)
![map data source in Angular Diagram.](Getting-Started-images/Getting-Started_img3.png)
4 changes: 2 additions & 2 deletions angular/Gantt/Task-Scheduling-modes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Task-scheduling-modes
description: Task scheduling modes
description: Check out and learn here all about task scheduling modes for Angular Gantt in Syncfusion and much more details.
platform: Angular
control: Gantt
documentation: ug
Expand Down Expand Up @@ -103,4 +103,4 @@ export class AppComponent {

The following screen shot depicts a project with custom scheduling mode, where both automatic and manual scheduling modes are mapped to the tasks.

![](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png)
![manually scheduled tasks in Angular Gantt.](Task-Scheduling-modes_images/Task-Scheduling-modes_img1.png)