From 9eddced3875affc5c301e3dd154bdd54fa267390 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Mon, 9 Sep 2024 15:56:12 +0300 Subject: [PATCH 1/3] SEO-174654-Angular-description-too-short-long --- angular/Barcode/Getting-Started.md | 8 ++++---- angular/Barcode/Overview.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/Barcode/Getting-Started.md b/angular/Barcode/Getting-Started.md index d345c8b1..fdf4cef9 100644 --- a/angular/Barcode/Getting-Started.md +++ b/angular/Barcode/Getting-Started.md @@ -1,13 +1,13 @@ --- -title: Getting Started for Angular Barcode -description: Barcode -platform: Angular +title: Getting Started with Angular Barcode Component | Syncfusion +description: Checkout and learn about Getting started with Angular Barcode component of Syncfusion Essential JS 2 and more details. +platform: angular control: Barcode documentation: ug keywords: ejBarcode --- -# Getting Started +# Getting Started with Angular Barcode Component This section explains briefly about how to integrate a **Barcode** control in your application with **Angular**. diff --git a/angular/Barcode/Overview.md b/angular/Barcode/Overview.md index ed77bd17..4815e791 100644 --- a/angular/Barcode/Overview.md +++ b/angular/Barcode/Overview.md @@ -1,13 +1,13 @@ --- -title: Getting Started for Angular Barcode -description: Barcode -platform: Angular +title: Overview of Angular Barcode Component | Syncfusion +description: Learn hare all about Overview of Syncfusion Essential Angular Barcode component, its elements and more details. +platform: angular control: Barcode documentation: ug keywords: ejBarcode --- -# Overview +# Overview of Angular Barcode Component The Syncfusion Essential JS Barcode widget enables rendering of one dimension and two dimension barcodes in web page. Barcode provides you a simple and inexpensive method of encoding text information that can be easily read by electronic readers. From 260a33a66fab8afb279d96eb7a03331eb5200966 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Tue, 10 Sep 2024 14:35:57 +0300 Subject: [PATCH 2/3] Changes --- angular/Barcode/Getting-Started.md | 2 +- angular/Barcode/Overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/angular/Barcode/Getting-Started.md b/angular/Barcode/Getting-Started.md index fdf4cef9..01c7546f 100644 --- a/angular/Barcode/Getting-Started.md +++ b/angular/Barcode/Getting-Started.md @@ -1,6 +1,6 @@ --- title: Getting Started with Angular Barcode Component | Syncfusion -description: Checkout and learn about Getting started with Angular Barcode component of Syncfusion Essential JS 2 and more details. +description: Learn here all about getting started with Syncfusion Essential Angular Barcode control, its elements, and more details. platform: angular control: Barcode documentation: ug diff --git a/angular/Barcode/Overview.md b/angular/Barcode/Overview.md index 4815e791..f075d480 100644 --- a/angular/Barcode/Overview.md +++ b/angular/Barcode/Overview.md @@ -1,6 +1,6 @@ --- title: Overview of Angular Barcode Component | Syncfusion -description: Learn hare all about Overview of Syncfusion Essential Angular Barcode component, its elements and more details. +description: Learn hare all about overview of Syncfusion Essential Angular Barcode control, its elements and more details. platform: angular control: Barcode documentation: ug From 63cb36bbfef261df2f88ec882006110cae9eb57f Mon Sep 17 00:00:00 2001 From: omanyadic Date: Tue, 10 Sep 2024 14:57:16 +0300 Subject: [PATCH 3/3] Change --- angular/Barcode/Getting-Started.md | 2 +- ...initialize-and-configure-in-angular-barcode.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename angular/Barcode/getting-started-images/{default.png => initialize-and-configure-in-angular-barcode.png} (100%) diff --git a/angular/Barcode/Getting-Started.md b/angular/Barcode/Getting-Started.md index 01c7546f..8e782206 100644 --- a/angular/Barcode/Getting-Started.md +++ b/angular/Barcode/Getting-Started.md @@ -70,4 +70,4 @@ export class DefaultComponent { The above code will produce the Barcode as shown in the below figure. -![](getting-started-images/default.png) +![Initialize and configure in Angular Barcode.](getting-started-images/initialize-and-configure-in-angular-barcode.png) diff --git a/angular/Barcode/getting-started-images/default.png b/angular/Barcode/getting-started-images/initialize-and-configure-in-angular-barcode.png similarity index 100% rename from angular/Barcode/getting-started-images/default.png rename to angular/Barcode/getting-started-images/initialize-and-configure-in-angular-barcode.png