From 4c46918f648c4f3a98c8786fc045657cbff528d8 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:28:39 +0300 Subject: [PATCH] SEO-174775-Angular Page with Redirect --- .../getting-started-with-yeoman-generator.md | 6 ++--- angular/Grid/Data-Binding.md | 6 ++--- angular/Spreadsheet/Getting-Started.md | 22 +++++++++---------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/angular/GettingStarted/getting-started-with-yeoman-generator.md b/angular/GettingStarted/getting-started-with-yeoman-generator.md index 0d384e0f..d0f81fc5 100644 --- a/angular/GettingStarted/getting-started-with-yeoman-generator.md +++ b/angular/GettingStarted/getting-started-with-yeoman-generator.md @@ -28,9 +28,9 @@ To getting started with Syncfusion Angular Components, the NPM packages [ej-angu ## Prerequisites -* [Node JS](https://nodejs.org/en/)(v6.x.x or higher) -* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions)(v4.x.x or higher) -* [.NET Core SDK 1.1](https://www.microsoft.com/net/download/core#/current) +* [Node JS](https://nodejs.org/en)(v6.x.x or higher) +* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)(v4.x.x or higher) +* [.NET Core SDK 1.1](https://dotnet.microsoft.com/en-us/download#/current) ## Install the SPA Template using Yeoman Generator diff --git a/angular/Grid/Data-Binding.md b/angular/Grid/Data-Binding.md index ff497c29..2c8906e9 100644 --- a/angular/Grid/Data-Binding.md +++ b/angular/Grid/Data-Binding.md @@ -63,7 +63,7 @@ The following output is displayed as a result of the above code example. N> 1. There is no in-built support to bind the XML data to the grid. But you can achieve this requirement with the help of [`custom adaptor`]concept. -N> 2. Refer this [Knowledge Base link](http://www.syncfusion.com/kb/3377/how-to-process-xml-data-from-server-using-datamanager-and-bound-to-grid#) for bounding XML data to grid using custom adaptor. +N> 2. Refer this [Knowledge Base link](https://support.syncfusion.com/kb/article/3562/how-to-process-xml-data-from-server-using-datamanager-and-bound-to-aspnet-mvc-grid) for bounding XML data to grid using custom adaptor. ## Remote Data @@ -71,7 +71,7 @@ To bind remote data to Grid Control, you can assign a service data as an instanc ### OData -OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/#) URL directly to the `ej.DataManager` class and then you can assign it to Grid [`dataSource`](https://help.syncfusion.com/api/angular/ejgrid#members:datasource "dataSource"). +OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the `ej.DataManager` class and then you can assign it to Grid [`dataSource`](https://help.syncfusion.com/api/angular/ejgrid#members:datasource "dataSource"). The following code example describes the above behavior. @@ -159,7 +159,7 @@ The following code example describes the above behavior. {% endhighlight %} -{% seealso %}For further details about OData service please refer to [this link](http://www.odata.org/#). {% endseealso %} +{% seealso %}For further details about OData service please refer to [this link](https://www.odata.org/#). {% endseealso %} ### WebAPI diff --git a/angular/Spreadsheet/Getting-Started.md b/angular/Spreadsheet/Getting-Started.md index f9ba9884..1ca5d2f0 100644 --- a/angular/Spreadsheet/Getting-Started.md +++ b/angular/Spreadsheet/Getting-Started.md @@ -15,13 +15,13 @@ This section explains you the steps required to populate the Spreadsheet with da To render the Spreadsheet control, the following list of external dependencies are needed, -* [jQuery](http://jquery.com) - 1.7.1 and later versions +* [jQuery](https://jquery.com/) - 1.7.1 and later versions The required Angular script as `ej.angular2.min.js` which can be available in below `CDN` link: -* [http://cdn.syncfusion.com/14.3.0.52/js/common/ej.angular2.min.js](http://cdn.syncfusion.com/14.3.0.52/js/common/ej.angular2.min.js) +* [https://cdn.syncfusion.com/14.3.0.52/js/common/ej.angular2.min.js](https://cdn.syncfusion.com/14.3.0.52/js/common/ej.angular2.min.js) -For other required internal dependencies refer the [`link`](http://help.syncfusion.com/js/spreadsheet/dependencies "link") +For other required internal dependencies refer the [`link`](https://help.syncfusion.com/js/spreadsheet/dependencies "link") N> Spreadsheet uses one or more sub-controls, therefore refer the `ej.web.all.min.js` (which encapsulates all the `ej` controls and frameworks in a single file) in the application instead of referring all the above specified internal dependencies. @@ -54,8 +54,8 @@ So the complete boilerplate code is {% endhighlight %} -N> In production, we highly recommend you to use our [`custom script generator`](http://helpjs.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [`GZip compression`](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en) in your server. -N> For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [`this link`](http://help.syncfusion.com/js/theming-in-essential-javascript-components). +N> In production, we highly recommend you to use our [`custom script generator`](https://help.syncfusion.com/js/custom-script-generator) to create custom script file with required controls and its dependencies only. Also to reduce the file size further please use [`GZip compression`](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer?hl=en) in your server. +N> For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [`this link`](https://help.syncfusion.com/js/theming-in-essential-javascript-components). ## Initialize Spreadsheet @@ -131,7 +131,7 @@ Now, this section explains how to populate JSON data to the Spreadsheet. You can ![Getting-Started](Getting-Started_images/Getting-Started_img2.png) -N> For more details about `data binding` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/data-binding "link") +N> For more details about `data binding` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/data-binding "link") ## Apply Conditional Formatting @@ -146,7 +146,7 @@ Conditional formatting helps you to apply formats to a cell or range with certai {% endhighlight %} -To apply conditional formats for a range use [`setCFRule`](http://help.syncfusion.com/js/api/ejspreadsheet#methods:xlcformat-setcfrule "setCFRule") method. The following code example illustrates this, +To apply conditional formats for a range use [`setCFRule`](https://help.syncfusion.com/api/js/ejspreadsheet#methods:xlcformat-setcfrule "setCFRule") method. The following code example illustrates this, {% highlight ts %} @@ -174,7 +174,7 @@ export class AppComponent { ![Getting-Started](Getting-Started_images/Getting-Started_img3.png) -N> For more details about `Conditional Formatting` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/data-presentation#conditional-formatting "link") +N> For more details about `Conditional Formatting` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/data-presentation#conditional-formatting "link") ## Export Spreadsheet as Excel File @@ -205,7 +205,7 @@ The Spreadsheet can save its data, style, format into an excel file. To enable s {% endhighlight %} -Use shortcut [`Ctrl + S`](http://help.syncfusion.com/angular-2/spreadsheet/keyboard-shortcuts "Ctrl + S") to save Spreadsheet as excel file. +Use shortcut [`Ctrl + S`](https://help.syncfusion.com/angular/spreadsheet/keyboard-shortcuts "Ctrl + S") to save Spreadsheet as excel file. -N> 1. For more details about `Export` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/open-and-save#save "link") -N> 2. For more details about `Server Configuration` refer following [`link`](http://help.syncfusion.com/angular-2/spreadsheet/open-and-save#server-configuration "link") +N> 1. For more details about `Export` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/open-and-save#save "link") +N> 2. For more details about `Server Configuration` refer following [`link`](https://help.syncfusion.com/angular/spreadsheet/open-and-save#server-configuration "link")