Skip to content

Commit 39fd157

Browse files
Merge pull request #35 from DHTMLX/next
[update] incorrect link 2
2 parents 05a0168 + 98f9177 commit 39fd157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/integration-with-angular.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ description: You can learn about the integration with Angular in the documentati
77
# Integration with Angular
88

99
:::tip
10-
You should be familiar with basic concepts and patterns of **Angular** before reading this documentation. To refresh your knowledge, please refer to the [**Angular documentation**](https://angular.io/docs).
10+
You should be familiar with basic concepts and patterns of **Angular** before reading this documentation. To refresh your knowledge, please refer to the [**Angular documentation**](https://v17.angular.io/docs).
1111
:::
1212

1313
DHTMLX Pivot is compatible with **Angular**. We have prepared code examples on how to use DHTMLX Pivot with **Angular**. For more information, refer to the corresponding [**Example on GitHub**](https://github.com/DHTMLX/angular-pivot-demo).
1414

1515
## Creating a project
1616

1717
:::info
18-
Before you start to create a new project, install [**Angular CLI**](https://angular.io/cli) and [**Node.js**](https://nodejs.org/en/).
18+
Before you start to create a new project, install [**Angular CLI**](https://v1.angular.io/cli) and [**Node.js**](https://nodejs.org/en/).
1919
:::
2020

2121
Create a new **my-angular-pivot-app** project using Angular CLI. Run the following command for this purpose:

0 commit comments

Comments
 (0)