Skip to content

Commit 66bdc98

Browse files
Merge pull request #287 from Syncfusion-Content/hotfix/hotfix-v21.2.3
DOCINFRA-2341_merged_using_automation
2 parents b45bb73 + d57557a commit 66bdc98

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

angular/GettingStarted/getting-started-systemjs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class ComponentName {
9393

9494
{% endhighlight %}
9595

96-
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.
96+
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.
9797

9898
## Consuming ej-angular2 library
9999

@@ -496,8 +496,8 @@ npm start
496496

497497
* 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.
498498

499-
![Essential JS 1 for Angular with SystemJS](Images/getting-started-output.png)
499+
![Essential JS 1 for Angular with getting started SystemJS](images/angular-getting-started-systemjs-output.png)
500500

501501
## Demos
502502

503-
We have implemented our [Angular sample browser](http://ng2jq.syncfusion.com/) using Syncfusion Angular components.
503+
We have implemented our [Angular sample browser](https://ej2.syncfusion.com/home/angular.html#platform/index.html) using Syncfusion Angular components.

angular/GettingStarted/getting-started-webpack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class ComponentName {
105105

106106
{% endhighlight %}
107107

108-
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.
108+
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.
109109

110110
## Configuration of Syncfusion JavaScript Widget Dependencies
111111

@@ -499,8 +499,8 @@ npm start
499499

500500
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`.
501501

502-
![Essential JS 1 for Angular with Webpack](Images/getting-started-output.png)
502+
![Essential JS 1 for Angular getting started with Webpack](images/angular-getting-started-with-webpack-output.png)
503503

504504
## Demos
505505

506-
We have implemented our [Angular sample browser](http://ng2jq.syncfusion.com/) using Syncfusion Angular components.
506+
We have implemented our [Angular sample browser](https://ej2.syncfusion.com/home/angular.html#platform/index.html) using Syncfusion Angular components.

angular/GettingStarted/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We have implemented seed application in GitHub repository [Syncfusion Angular se
1717

1818
## Prerequisite
1919

20-
* [Node JS](https://nodejs.org/en/) (v6.x.x or higher).
20+
* [Node JS](https://nodejs.org/en) (v6.x.x or higher).
2121
* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (4.x.x or higher).
2222

2323
To get deep understanding about Syncfusion Angular seed application with SystemJS and Webpack, refer below links.

0 commit comments

Comments
 (0)