Skip to content

Commit 26fff33

Browse files
Merge pull request #268 from syncfusion-content/SEO-171356-Pages-With-Redirects-Angular
SEO-171356-Pages-With-Redirects-Angular
2 parents 8ffc9a2 + 7944898 commit 26fff33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

angular/GettingStarted/getting-started-with-dotnet-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ To getting started with Syncfusion Angular Components, the NPM packages [ej-angu
2828

2929
## Prerequisites
3030

31-
* [Node JS](https://nodejs.org/en/)(v6.x.x or higher)
32-
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions)(v4.x.x or higher)
33-
* [.NET Core SDK 2.1.*](https://www.microsoft.com/net/download/core#/current)
31+
* [Node JS](https://nodejs.org/en)(v6.x.x or higher)
32+
* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/)(v4.x.x or higher)
33+
* [.NET Core SDK 2.1.*](https://dotnet.microsoft.com/en-us/download#/current)
3434

3535
## Install the SPA Template
3636

@@ -72,7 +72,7 @@ setx ASPNETCORE_ENVIRONMENT "Development"
7272

7373
![angular GettingStarted environmentvariable](Images/environmentvariable.png)
7474

75-
N> To know more about environment variable refer the [link](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/)
75+
N> To know more about environment variable refer the [link](https://devblogs.microsoft.com/dotnet/building-single-page-applications-on-asp-net-core-with-javascriptservices/)
7676

7777
## Configuration of Syncfusion Angular Component
7878

@@ -433,7 +433,7 @@ export class AppModule { }
433433
* automatically update themselves. This includes Safari >= 10, Chrome >= 55 (including Opera),
434434
* Edge >= 13 on the desktop, and iOS 10 and Chrome on mobile.
435435
*
436-
* Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
436+
* Learn more in https://angular.io/guide/browser-support
437437
*/
438438

439439
/***************************************************************************************************
@@ -470,7 +470,7 @@ import 'core-js/es7/reflect';
470470

471471
/**
472472
* Required to support Web Animations `@angular/platform-browser/animations`.
473-
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
473+
* Needed for: All but Chrome, Firefox and Opera. https://caniuse.com/web-animation
474474
**/
475475
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
476476

0 commit comments

Comments
 (0)