diff --git a/angular/GettingStarted/Images/getting-started-output.png b/angular/GettingStarted/Images/angular-getting-started-systemjs-output.png similarity index 100% rename from angular/GettingStarted/Images/getting-started-output.png rename to angular/GettingStarted/Images/angular-getting-started-systemjs-output.png diff --git a/angular/GettingStarted/Images/output.png b/angular/GettingStarted/Images/angular-getting-started-with-webpack-output.png similarity index 100% rename from angular/GettingStarted/Images/output.png rename to angular/GettingStarted/Images/angular-getting-started-with-webpack-output.png diff --git a/angular/GettingStarted/getting-started-systemjs.md b/angular/GettingStarted/getting-started-systemjs.md index bf61f27f..5367a37e 100644 --- a/angular/GettingStarted/getting-started-systemjs.md +++ b/angular/GettingStarted/getting-started-systemjs.md @@ -93,7 +93,7 @@ export class ComponentName { {% endhighlight %} -N> We recommend you to go through the [quick start](https://angular.io/guide/quickstart) of Angular application to get deeper knowledge of setup and structure of the application. +N> We recommend you to go through the [quick start](https://angular.io/start) of Angular application to get deeper knowledge of setup and structure of the application. ## Consuming ej-angular2 library @@ -496,8 +496,8 @@ npm start * Browse to http://localhost:3000 to see the application. And navigate to Dialog tab. The component is rendered as like the below screenshot. You can make changes in the code found under src folder and the browser should auto-refresh itself while you save files. -![Essential JS 1 for Angular with SystemJS](Images/getting-started-output.png) +![Essential JS 1 for Angular with getting started SystemJS](images/angular-getting-started-systemjs-output.png) ## Demos -We have implemented our [Angular sample browser](http://ng2jq.syncfusion.com/) using Syncfusion Angular components. \ No newline at end of file +We have implemented our [Angular sample browser](https://ej2.syncfusion.com/home/angular.html#platform/index.html) using Syncfusion Angular components. \ No newline at end of file diff --git a/angular/GettingStarted/getting-started-webpack.md b/angular/GettingStarted/getting-started-webpack.md index 351fcfd4..dbc0cdf7 100644 --- a/angular/GettingStarted/getting-started-webpack.md +++ b/angular/GettingStarted/getting-started-webpack.md @@ -105,7 +105,7 @@ export class ComponentName { {% endhighlight %} -N> We recommend you to go through the [quick start](https://angular.io/guide/quickstart) of Angular application to get deeper knowledge of setup and structure of the application. +N> We recommend you to go through the [quick start](https://angular.io/start) of Angular application to get deeper knowledge of setup and structure of the application. ## Configuration of Syncfusion JavaScript Widget Dependencies @@ -499,8 +499,8 @@ npm start N> if you want to use other port, open `package.json` file, then change port in `--port 3000` script and also change the port in `config/webpack.dev.js`. -![Essential JS 1 for Angular with Webpack](Images/getting-started-output.png) +![Essential JS 1 for Angular getting started with Webpack](images/angular-getting-started-with-webpack-output.png) ## Demos -We have implemented our [Angular sample browser](http://ng2jq.syncfusion.com/) using Syncfusion Angular components. +We have implemented our [Angular sample browser](https://ej2.syncfusion.com/home/angular.html#platform/index.html) using Syncfusion Angular components. diff --git a/angular/GettingStarted/overview.md b/angular/GettingStarted/overview.md index 891b8366..f4f2e574 100644 --- a/angular/GettingStarted/overview.md +++ b/angular/GettingStarted/overview.md @@ -17,7 +17,7 @@ We have implemented seed application in GitHub repository [Syncfusion Angular se ## Prerequisite -* [Node JS](https://nodejs.org/en/) (v6.x.x or higher). +* [Node JS](https://nodejs.org/en) (v6.x.x or higher). * [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (4.x.x or higher). To get deep understanding about Syncfusion Angular seed application with SystemJS and Webpack, refer below links.