From a6e052f1748342d13007a4a80b5de9b9a90c35e3 Mon Sep 17 00:00:00 2001 From: sivakumar3442 Date: Wed, 28 Dec 2022 13:13:11 +0530 Subject: [PATCH 1/5] (JS-64346):correction added --- ...tting-started-angular-with-mvc-application.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/GettingStarted/getting-started-angular-with-mvc-application.md b/angular/GettingStarted/getting-started-angular-with-mvc-application.md index 1a685ca6..8f54aa26 100644 --- a/angular/GettingStarted/getting-started-angular-with-mvc-application.md +++ b/angular/GettingStarted/getting-started-angular-with-mvc-application.md @@ -33,15 +33,15 @@ To render Syncfusion Angular components in ASP .NET MVC project: Open Visual Studio 2015 and select `ASP.NET Web Application`. Provide the name as `ESAngularMVCDemo` and select `MVC` project template. -![Angular GettingStarted](GettingStarted/Images/createproject.png) +![](/angular/GettingStarted/Images/createproject.png) -![Angular MVC GettingStarted](GettingStarted/Images/mvc.png) +![](/angular/GettingStarted/Images/mvc.png) ## Configure TypeScript configuration file Include TypeScript Configuration file that does the work of `transpiling TypeScript files into JavaScript files`. Create TypeScript configuration file `tsconfig.json` by right clicking `sample root folder->Add->New Item->TypeScript JSON Configuration File.` -![Angular TypeScript configuration file](GettingStarted/Images/tsconfig.png) +![](/angular/GettingStarted/Images/tsconfig.png) Copy the following code into the `tsconfig.json` file. @@ -80,7 +80,7 @@ Copy the following code into the `tsconfig.json` file. Add the JSON file named as `package.json` by right clicking `sample root folder-> Add->New Item->NPM Configuration File` and copy below code into the file. The file contains Angular packages. -![Angular NPM Configuration file](GettingStarted/Images/npmconfig.png) +![](/angular/GettingStarted/Images/npmconfig.png) {% highlight javascript %} @@ -153,7 +153,7 @@ Add the JSON file named as `package.json` by right clicking `sample root folder- Now right click the `package.json` file and choose `Restore Packages` to restore packages. -![Angular NPM Configuration file](GettingStarted/Images/restorepackage.png) +![](/angular/GettingStarted/Images/restorepackage.png) N> If the packages are not installed properly, open the command prompt and navigate to the location where the package.json file is defined. Run the following command to install packages. @@ -373,12 +373,12 @@ To load Angular in ASP.NET MVC, include the script references of Angular core mo Run the GULP tasks, so that the Angular TypeScript files are compiled and moved to the appropriate folder (Scripts). Open the `Task Runner Explorer (View->Other Windows->Task Runner)` in Visual Studio 2015. -![Angular Task Runner](GettingStarted/Images/taskrunner.png) +![](/angular/GettingStarted/Images/taskrunner.png) Run the default task as shown in the following screenshot. -![Angular mvc gulp task configuration](GettingStarted/Images/mvcgulptask.png) +![](/angular/GettingStarted/Images/mvcgulptask.png) Run the task runner to compile then build and run the application to view the Syncfusion JavaScript Angular components in ASP.NET MVC application. -![Angular Grid GettingStarted](GettingStarted/Images/grid.png) +![](/angular/GettingStarted/Images/grid.png) From 94176609ac53e540fb4cd38ab410f7e3b7c9ee83 Mon Sep 17 00:00:00 2001 From: sivakumar3442 Date: Wed, 28 Dec 2022 13:29:29 +0530 Subject: [PATCH 2/5] (JS-64346):correction added --- ...tting-started-angular-with-mvc-application.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/GettingStarted/getting-started-angular-with-mvc-application.md b/angular/GettingStarted/getting-started-angular-with-mvc-application.md index 8f54aa26..5246fa5a 100644 --- a/angular/GettingStarted/getting-started-angular-with-mvc-application.md +++ b/angular/GettingStarted/getting-started-angular-with-mvc-application.md @@ -33,15 +33,15 @@ To render Syncfusion Angular components in ASP .NET MVC project: Open Visual Studio 2015 and select `ASP.NET Web Application`. Provide the name as `ESAngularMVCDemo` and select `MVC` project template. -![](/angular/GettingStarted/Images/createproject.png) +![Angular GettingStarted](/angular/GettingStarted/Images/createproject.png) -![](/angular/GettingStarted/Images/mvc.png) +![Angular MVC GettingStarted](/angular/GettingStarted/Images/mvc.png) ## Configure TypeScript configuration file Include TypeScript Configuration file that does the work of `transpiling TypeScript files into JavaScript files`. Create TypeScript configuration file `tsconfig.json` by right clicking `sample root folder->Add->New Item->TypeScript JSON Configuration File.` -![](/angular/GettingStarted/Images/tsconfig.png) +![Angular TypeScript configuration file](/angular/GettingStarted/Images/tsconfig.png) Copy the following code into the `tsconfig.json` file. @@ -80,7 +80,7 @@ Copy the following code into the `tsconfig.json` file. Add the JSON file named as `package.json` by right clicking `sample root folder-> Add->New Item->NPM Configuration File` and copy below code into the file. The file contains Angular packages. -![](/angular/GettingStarted/Images/npmconfig.png) +![Angular NPM Configuration file](/angular/GettingStarted/Images/npmconfig.png) {% highlight javascript %} @@ -153,7 +153,7 @@ Add the JSON file named as `package.json` by right clicking `sample root folder- Now right click the `package.json` file and choose `Restore Packages` to restore packages. -![](/angular/GettingStarted/Images/restorepackage.png) +![Angular NPM Configuration file](/angular/GettingStarted/Images/restorepackage.png) N> If the packages are not installed properly, open the command prompt and navigate to the location where the package.json file is defined. Run the following command to install packages. @@ -373,12 +373,12 @@ To load Angular in ASP.NET MVC, include the script references of Angular core mo Run the GULP tasks, so that the Angular TypeScript files are compiled and moved to the appropriate folder (Scripts). Open the `Task Runner Explorer (View->Other Windows->Task Runner)` in Visual Studio 2015. -![](/angular/GettingStarted/Images/taskrunner.png) +![Angular Task Runner](/angular/GettingStarted/Images/taskrunner.png) Run the default task as shown in the following screenshot. -![](/angular/GettingStarted/Images/mvcgulptask.png) +![Angular mvc gulp task configuration](/angular/GettingStarted/Images/mvcgulptask.png) Run the task runner to compile then build and run the application to view the Syncfusion JavaScript Angular components in ASP.NET MVC application. -![](/angular/GettingStarted/Images/grid.png) +![Angular Grid GettingStarted](/angular/GettingStarted/Images/grid.png) From 8b0dda4946b51d3055ce93fa757fe1fefed4c527 Mon Sep 17 00:00:00 2001 From: sivakumar3442 Date: Wed, 28 Dec 2022 13:53:58 +0530 Subject: [PATCH 3/5] (JS-64346):correction added --- ...tting-started-angular-with-mvc-application.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/GettingStarted/getting-started-angular-with-mvc-application.md b/angular/GettingStarted/getting-started-angular-with-mvc-application.md index 5246fa5a..b47bc7b3 100644 --- a/angular/GettingStarted/getting-started-angular-with-mvc-application.md +++ b/angular/GettingStarted/getting-started-angular-with-mvc-application.md @@ -33,15 +33,15 @@ To render Syncfusion Angular components in ASP .NET MVC project: Open Visual Studio 2015 and select `ASP.NET Web Application`. Provide the name as `ESAngularMVCDemo` and select `MVC` project template. -![Angular GettingStarted](/angular/GettingStarted/Images/createproject.png) +![Angular GettingStarted](angular/GettingStarted/Images/createproject.png) -![Angular MVC GettingStarted](/angular/GettingStarted/Images/mvc.png) +![Angular MVC GettingStarted](angular/GettingStarted/Images/mvc.png) ## Configure TypeScript configuration file Include TypeScript Configuration file that does the work of `transpiling TypeScript files into JavaScript files`. Create TypeScript configuration file `tsconfig.json` by right clicking `sample root folder->Add->New Item->TypeScript JSON Configuration File.` -![Angular TypeScript configuration file](/angular/GettingStarted/Images/tsconfig.png) +![Angular TypeScript configuration file](angular/GettingStarted/Images/tsconfig.png) Copy the following code into the `tsconfig.json` file. @@ -80,7 +80,7 @@ Copy the following code into the `tsconfig.json` file. Add the JSON file named as `package.json` by right clicking `sample root folder-> Add->New Item->NPM Configuration File` and copy below code into the file. The file contains Angular packages. -![Angular NPM Configuration file](/angular/GettingStarted/Images/npmconfig.png) +![Angular NPM Configuration file](angular/GettingStarted/Images/npmconfig.png) {% highlight javascript %} @@ -153,7 +153,7 @@ Add the JSON file named as `package.json` by right clicking `sample root folder- Now right click the `package.json` file and choose `Restore Packages` to restore packages. -![Angular NPM Configuration file](/angular/GettingStarted/Images/restorepackage.png) +![Angular NPM Configuration file](angular/GettingStarted/Images/restorepackage.png) N> If the packages are not installed properly, open the command prompt and navigate to the location where the package.json file is defined. Run the following command to install packages. @@ -373,12 +373,12 @@ To load Angular in ASP.NET MVC, include the script references of Angular core mo Run the GULP tasks, so that the Angular TypeScript files are compiled and moved to the appropriate folder (Scripts). Open the `Task Runner Explorer (View->Other Windows->Task Runner)` in Visual Studio 2015. -![Angular Task Runner](/angular/GettingStarted/Images/taskrunner.png) +![Angular Task Runner](angular/GettingStarted/Images/taskrunner.png) Run the default task as shown in the following screenshot. -![Angular mvc gulp task configuration](/angular/GettingStarted/Images/mvcgulptask.png) +![Angular mvc gulp task configuration](angular/GettingStarted/Images/mvcgulptask.png) Run the task runner to compile then build and run the application to view the Syncfusion JavaScript Angular components in ASP.NET MVC application. -![Angular Grid GettingStarted](/angular/GettingStarted/Images/grid.png) +![Angular Grid GettingStarted](angular/GettingStarted/Images/grid.png) From 91777f7f6993d407522b99374ae62a7cdab24756 Mon Sep 17 00:00:00 2001 From: sivakumar3442 Date: Wed, 28 Dec 2022 14:14:39 +0530 Subject: [PATCH 4/5] (JS-64346):correction added --- ...tting-started-angular-with-mvc-application.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/GettingStarted/getting-started-angular-with-mvc-application.md b/angular/GettingStarted/getting-started-angular-with-mvc-application.md index b47bc7b3..5246fa5a 100644 --- a/angular/GettingStarted/getting-started-angular-with-mvc-application.md +++ b/angular/GettingStarted/getting-started-angular-with-mvc-application.md @@ -33,15 +33,15 @@ To render Syncfusion Angular components in ASP .NET MVC project: Open Visual Studio 2015 and select `ASP.NET Web Application`. Provide the name as `ESAngularMVCDemo` and select `MVC` project template. -![Angular GettingStarted](angular/GettingStarted/Images/createproject.png) +![Angular GettingStarted](/angular/GettingStarted/Images/createproject.png) -![Angular MVC GettingStarted](angular/GettingStarted/Images/mvc.png) +![Angular MVC GettingStarted](/angular/GettingStarted/Images/mvc.png) ## Configure TypeScript configuration file Include TypeScript Configuration file that does the work of `transpiling TypeScript files into JavaScript files`. Create TypeScript configuration file `tsconfig.json` by right clicking `sample root folder->Add->New Item->TypeScript JSON Configuration File.` -![Angular TypeScript configuration file](angular/GettingStarted/Images/tsconfig.png) +![Angular TypeScript configuration file](/angular/GettingStarted/Images/tsconfig.png) Copy the following code into the `tsconfig.json` file. @@ -80,7 +80,7 @@ Copy the following code into the `tsconfig.json` file. Add the JSON file named as `package.json` by right clicking `sample root folder-> Add->New Item->NPM Configuration File` and copy below code into the file. The file contains Angular packages. -![Angular NPM Configuration file](angular/GettingStarted/Images/npmconfig.png) +![Angular NPM Configuration file](/angular/GettingStarted/Images/npmconfig.png) {% highlight javascript %} @@ -153,7 +153,7 @@ Add the JSON file named as `package.json` by right clicking `sample root folder- Now right click the `package.json` file and choose `Restore Packages` to restore packages. -![Angular NPM Configuration file](angular/GettingStarted/Images/restorepackage.png) +![Angular NPM Configuration file](/angular/GettingStarted/Images/restorepackage.png) N> If the packages are not installed properly, open the command prompt and navigate to the location where the package.json file is defined. Run the following command to install packages. @@ -373,12 +373,12 @@ To load Angular in ASP.NET MVC, include the script references of Angular core mo Run the GULP tasks, so that the Angular TypeScript files are compiled and moved to the appropriate folder (Scripts). Open the `Task Runner Explorer (View->Other Windows->Task Runner)` in Visual Studio 2015. -![Angular Task Runner](angular/GettingStarted/Images/taskrunner.png) +![Angular Task Runner](/angular/GettingStarted/Images/taskrunner.png) Run the default task as shown in the following screenshot. -![Angular mvc gulp task configuration](angular/GettingStarted/Images/mvcgulptask.png) +![Angular mvc gulp task configuration](/angular/GettingStarted/Images/mvcgulptask.png) Run the task runner to compile then build and run the application to view the Syncfusion JavaScript Angular components in ASP.NET MVC application. -![Angular Grid GettingStarted](angular/GettingStarted/Images/grid.png) +![Angular Grid GettingStarted](/angular/GettingStarted/Images/grid.png) From b8b5a711499ba449a9ba067dad6c6e0e537364c7 Mon Sep 17 00:00:00 2001 From: sivakumar3442 Date: Wed, 28 Dec 2022 17:05:20 +0530 Subject: [PATCH 5/5] (JS-64346):correction added --- ...tting-started-angular-with-mvc-application.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/angular/GettingStarted/getting-started-angular-with-mvc-application.md b/angular/GettingStarted/getting-started-angular-with-mvc-application.md index 5246fa5a..0e99ecaf 100644 --- a/angular/GettingStarted/getting-started-angular-with-mvc-application.md +++ b/angular/GettingStarted/getting-started-angular-with-mvc-application.md @@ -33,15 +33,15 @@ To render Syncfusion Angular components in ASP .NET MVC project: Open Visual Studio 2015 and select `ASP.NET Web Application`. Provide the name as `ESAngularMVCDemo` and select `MVC` project template. -![Angular GettingStarted](/angular/GettingStarted/Images/createproject.png) +![Angular GettingStarted](Images/createproject.png) -![Angular MVC GettingStarted](/angular/GettingStarted/Images/mvc.png) +![Angular MVC GettingStarted](Images/mvc.png) ## Configure TypeScript configuration file Include TypeScript Configuration file that does the work of `transpiling TypeScript files into JavaScript files`. Create TypeScript configuration file `tsconfig.json` by right clicking `sample root folder->Add->New Item->TypeScript JSON Configuration File.` -![Angular TypeScript configuration file](/angular/GettingStarted/Images/tsconfig.png) +![Angular TypeScript configuration file](Images/tsconfig.png) Copy the following code into the `tsconfig.json` file. @@ -80,7 +80,7 @@ Copy the following code into the `tsconfig.json` file. Add the JSON file named as `package.json` by right clicking `sample root folder-> Add->New Item->NPM Configuration File` and copy below code into the file. The file contains Angular packages. -![Angular NPM Configuration file](/angular/GettingStarted/Images/npmconfig.png) +![Angular NPM Configuration file](Images/npmconfig.png) {% highlight javascript %} @@ -153,7 +153,7 @@ Add the JSON file named as `package.json` by right clicking `sample root folder- Now right click the `package.json` file and choose `Restore Packages` to restore packages. -![Angular NPM Configuration file](/angular/GettingStarted/Images/restorepackage.png) +![Angular NPM Configuration file](Images/restorepackage.png) N> If the packages are not installed properly, open the command prompt and navigate to the location where the package.json file is defined. Run the following command to install packages. @@ -373,12 +373,12 @@ To load Angular in ASP.NET MVC, include the script references of Angular core mo Run the GULP tasks, so that the Angular TypeScript files are compiled and moved to the appropriate folder (Scripts). Open the `Task Runner Explorer (View->Other Windows->Task Runner)` in Visual Studio 2015. -![Angular Task Runner](/angular/GettingStarted/Images/taskrunner.png) +![Angular Task Runner](Images/taskrunner.png) Run the default task as shown in the following screenshot. -![Angular mvc gulp task configuration](/angular/GettingStarted/Images/mvcgulptask.png) +![Angular mvc gulp task configuration](Images/mvcgulptask.png) Run the task runner to compile then build and run the application to view the Syncfusion JavaScript Angular components in ASP.NET MVC application. -![Angular Grid GettingStarted](/angular/GettingStarted/Images/grid.png) +![Angular Grid GettingStarted](Images/grid.png)