Skip to content

SEO-177434 Angular downed keywords #326

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 2 commits into
base: hotfix/hotfix-v23.1.36
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
16 changes: 8 additions & 8 deletions angular/Accordion/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Getting Started for Angular Accordion
description: Getting Started for Angular Accordion
title: Getting Started with Angular Accordion | Syncfusion
description: Learn here all about getting started with Syncfusion Essential Angular Accordion, it's elements and more details.
platform: Angular
control: Accordion
documentation: Ug
keywords: ejaccordion, js accordion, accordion
---
# Getting started
# Getting started with Angular Accordion

This section explains briefly about how to create an **Accordion** in your application with **Angular**.

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)
![Angular Accordion getting started.](Getting-Started-images/angular-accordion-getting-Started.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)
![Angular Accordion getting started.](Getting-Started-images/angular-accordion-create.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)
![Angular Accordion getting started.](Getting-Started-images/angular-accordion-multiple-open.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)
![Angular Accordion getting started.](Getting-Started-images/angular-accordion-corner-setting.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)
![Angular Accordion getting started.](Getting-Started-images/angular-accordion-customize-icon.png)

14 changes: 7 additions & 7 deletions angular/AutoComplete/data-binding.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Syncfusion data binding
description: data binding
title: Data Binding in Angular AutoComplete Component |Syncfusion
description: Learn here all about data binding in Syncfusion Essential Angular AutoComplete, it's elements and more details.
platform: Angular
control: Autocomplete
documentation: ug
---

## Data Binding
# Data Binding in Angular AutoComplete Component

In order to render the AutoComplete component, the data needs to be bound to it in a proper way. The below sections explains about how to bind either the local or remote data to the AutoComplete component.

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

Run the above code to render the following output.

![Local data](databinding_images\localdata_img1.png)
![Local data in Angular AutoComplete data binding.](databinding_images\angular-autocomplete-local-data.png)

## Remote data

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

Run the above code to render the following output.

![remote data](databinding_images\odata_img1.png)
![Angular AutoComplete data binding remote data.](databinding_images\angular-autocomplete-remote-data.png)


### WebAPI
Expand Down Expand Up @@ -156,7 +156,7 @@ export class AppComponent {

Run the above code to render get the following output.

![Web api](databinding_images\webapi_img1.png)
![Web api in Angular AutoComplete data binding.](databinding_images\angular-autocomplete-webapi.png)

NOTE

Expand All @@ -171,4 +171,4 @@ In remote binding, the server might not return data sometimes due to various rea

[action complete](http://help.syncfusion.com/api/js/ejautocomplete) event

[action success](http://help.syncfusion.com/api/js/ejautocomplete) event
[action success](http://help.syncfusion.com/api/js/ejautocomplete) event
16 changes: 8 additions & 8 deletions angular/ProgressBar/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
layout: post
title: Getting-Started | ProgressBar | JavaScript | Syncfusion
description: getting started
title: Getting Started with Angular ProgressBar Component | Syncfusion
description: Learn here all about getting started with Syncfusion Essential Angular ProgressBar, it's elements and more details.
platform: Angular
control: ProgressBar
documentation: ug
keywords: ejprogressbar, progressbar, js progressbar
---

# Getting Started
# Getting Started with Angular ProgressBar

This section briefly describes how to create a **ProgressBar** control using **Javascript** and learn its features.
**Essential JavaScript** **ProgressBar** displays a **ProgressBar** within a webpage that allows you to show the progress of an event. Here, you can learn how to customize the progress and color of the **ProgressBar** in a real-time application to indicate the strength of the password, where the progress changes with respect to the change in length of the password. This helps you to validate the password is typed.

The following screenshot shows the **ProgressBar.**

![](/js/ProgressBar/Getting-Started_images/Getting-Started_img1.png)
![Getting Started with Angular ProgressBar.](/js/ProgressBar/Getting-Started_images/angular-progressbar-getting-Started.png)

## Create a ProgressBar

Expand Down Expand Up @@ -87,7 +87,7 @@ Here, you can initialize the properties of the **ProgressBar** such as height, v

The following screenshot displays a **ProgressBar** control.

![](/js/ProgressBar/Getting-Started_images/Getting-Started_img2.png)
![Getting Started with Angular ProgressBar.](/js/ProgressBar/Getting-Started_images/angular-progressbar-create.png)

Include the following code within the **<head>** tag to change the page layout.

Expand Down Expand Up @@ -192,11 +192,11 @@ You can change themes or appearance of the ProgressBar as required.

The final output is displayed as follows.

![](/js/ProgressBar/Getting-Started_images/Getting-Started_img3.png)
![Getting Started with Angular ProgressBar.](/js/ProgressBar/Getting-Started_images/angular-progressbar-outputs.png)

![](/js/ProgressBar/Getting-Started_images/Getting-Started_img4.png)
![Getting Started with Angular ProgressBar.](/js/ProgressBar/Getting-Started_images/angular-progressbar-final-output.png)

![](/js/ProgressBar/Getting-Started_images/Getting-Started_img5.png)
![Getting Started with Angular ProgressBar.](/js/ProgressBar/Getting-Started_images/angular-progressbar-output-display.png)

You can also bind an event at the start and finish of a ProgressBar by using the start, complete and change properties of the ProgressBar.