Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions angular/GettingStarted/getting-started-systemjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
We have implemented our [Angular sample browser](https://ej2.syncfusion.com/home/angular.html#platform/index.html) using Syncfusion Angular components.
6 changes: 3 additions & 3 deletions angular/GettingStarted/getting-started-webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
2 changes: 1 addition & 1 deletion angular/GettingStarted/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down