Skip to content

Commit b963ec1

Browse files
Merge pull request #212 from syncfusion-content/JS64346-cmn
(JS-64346):correction added
2 parents 81e8a13 + b8b5a71 commit b963ec1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

angular/GettingStarted/getting-started-angular-with-mvc-application.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ To render Syncfusion Angular components in ASP .NET MVC project:
3333

3434
Open Visual Studio 2015 and select `ASP.NET Web Application`. Provide the name as `ESAngularMVCDemo` and select `MVC` project template.
3535

36-
![Angular GettingStarted](GettingStarted/Images/createproject.png)
36+
![Angular GettingStarted](Images/createproject.png)
3737

38-
![Angular MVC GettingStarted](GettingStarted/Images/mvc.png)
38+
![Angular MVC GettingStarted](Images/mvc.png)
3939

4040
## Configure TypeScript configuration file
4141

4242
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.`
4343

44-
![Angular TypeScript configuration file](GettingStarted/Images/tsconfig.png)
44+
![Angular TypeScript configuration file](Images/tsconfig.png)
4545

4646
Copy the following code into the `tsconfig.json` file.
4747

@@ -80,7 +80,7 @@ Copy the following code into the `tsconfig.json` file.
8080

8181
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.
8282

83-
![Angular NPM Configuration file](GettingStarted/Images/npmconfig.png)
83+
![Angular NPM Configuration file](Images/npmconfig.png)
8484

8585
{% highlight javascript %}
8686

@@ -153,7 +153,7 @@ Add the JSON file named as `package.json` by right clicking `sample root folder-
153153

154154
Now right click the `package.json` file and choose `Restore Packages` to restore packages.
155155

156-
![Angular NPM Configuration file](GettingStarted/Images/restorepackage.png)
156+
![Angular NPM Configuration file](Images/restorepackage.png)
157157

158158
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.
159159

@@ -373,12 +373,12 @@ To load Angular in ASP.NET MVC, include the script references of Angular core mo
373373

374374
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.
375375

376-
![Angular Task Runner](GettingStarted/Images/taskrunner.png)
376+
![Angular Task Runner](Images/taskrunner.png)
377377

378378
Run the default task as shown in the following screenshot.
379379

380-
![Angular mvc gulp task configuration](GettingStarted/Images/mvcgulptask.png)
380+
![Angular mvc gulp task configuration](Images/mvcgulptask.png)
381381

382382
Run the task runner to compile then build and run the application to view the Syncfusion JavaScript Angular components in ASP.NET MVC application.
383383

384-
![Angular Grid GettingStarted](GettingStarted/Images/grid.png)
384+
![Angular Grid GettingStarted](Images/grid.png)

0 commit comments

Comments
 (0)