Skip to content

SEO-172157 Angularjs Missing H1 #246

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 4 commits into
base: hotfix/hotfix-v21.2.3
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
8 changes: 4 additions & 4 deletions angularjs/Dialog/appearance-and-styling.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Syncfusion Dialog appearance-and-styling
description: appearance and styling
title: Appearance and Styling in AngularJS Dialog Control | Syncfusion
description: Learn here about appearance and styling support in Syncfusion Essential AngularJS Dialog Control, its elements and more.
platform: AngularJS
control: Angular- Dialog
documentation: ug
---

## Appearance and styling
# Appearance and Styling in AngularJS Dialog

### Showing header
## Showing header

In order to display any title for our dialog, we can use the **e-showheader** property to display the header of the Dialog. By default, rounded corner property is true in Dialog.

Expand Down
6 changes: 3 additions & 3 deletions angularjs/ListView/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting started | ListView | JavaScript | Syncfusion
description: Getting started with listview widget in angularjs
title: Getting started with AngularJS ListView control | Syncfusion
description: Learn here about getting started with Syncfusion Essential AngularJS ListView control, its elements and more.
platform: AngularJS
control: ListView
documentation: ug
---

## Getting Started
# Getting Started with AngularJS ListView
The ListView control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry.
This section explains briefly about how to create a web ListView widget in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the output of a ListView widget.

Expand Down