From 7a938039650d1b118c32778c7c74bb87fd311a28 Mon Sep 17 00:00:00 2001 From: Volodymyr Fomin Date: Mon, 6 Nov 2023 11:16:45 +0200 Subject: [PATCH 01/10] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104abb2..c370a62 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Angular framework](https://angular.io/). +**Note:** This project uses the [ng-webdatarocks](https://github.com/WebDataRocks/ng-webdatarocks) wrapper. The project on the [master](https://github.com/WebDataRocks/pivot-angular/tree/master) branch uses the Ivy-compatible `ngx-webdatarocks` wrapper for Angular 14+. + ## Prerequisites - [Node.js 14](https://nodejs.org/en) @@ -12,7 +14,7 @@ This repository contains a sample project that shows how to integrate [WebDataRo 1. Download or clone this project from GitHub: ```bash -git clone https://github.com/WebDataRocks/pivot-angular.git +git clone -b ng-webdatarocks https://github.com/WebDataRocks/pivot-angular.git pivot-angular cd pivot-angular ``` 2. Install npm packages: @@ -27,7 +29,7 @@ You can access the project at `http://localhost:4200/`. ## Related docs -For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/integration-with-angular/). +For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/integration-with-angular?target=ng-webdatarocks). ## Support From c3355bf44dc67f6ec616db474bc1472f0b2e4045 Mon Sep 17 00:00:00 2001 From: Volodymyr Fomin Date: Thu, 8 Feb 2024 13:46:34 +0200 Subject: [PATCH 02/10] Update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 830a2f8..2584d3b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "webdatarocks-angular", "version": "0.0.0", "license": "MIT", + "description": "Example of integrating WebDataRocks Pivot Table with the Angular 15 framework", "scripts": { "ng": "ng", "start": "ng serve", @@ -46,4 +47,4 @@ "tslint": "~6.1.0", "typescript": "~4.8.4" } -} \ No newline at end of file +} From eb9384dbdf0cb59212b55d79443563d434c56d51 Mon Sep 17 00:00:00 2001 From: Volodymyr Fomin Date: Thu, 8 Feb 2024 13:50:22 +0200 Subject: [PATCH 03/10] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2584d3b..a0259fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "webdatarocks-angular", "version": "0.0.0", "license": "MIT", - "description": "Example of integrating WebDataRocks Pivot Table with the Angular 15 framework", + "description": "Example of integrating the WebDataRocks Pivot Table component with the Angular 15 framework", "scripts": { "ng": "ng", "start": "ng serve", From fe326f06b5a4a2e36bc95671dddd5b6fff308709 Mon Sep 17 00:00:00 2001 From: avlare <158177876+avlare@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:50:16 +0300 Subject: [PATCH 04/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c370a62..a09662e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Example of integrating WebDataRocks with the Angular framework +# Example of integrating WebDataRocks with the Angular 5-15 framework :grey_exclamation: **Updated to Angular 15** :grey_exclamation: This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Angular framework](https://angular.io/). -**Note:** This project uses the [ng-webdatarocks](https://github.com/WebDataRocks/ng-webdatarocks) wrapper. The project on the [master](https://github.com/WebDataRocks/pivot-angular/tree/master) branch uses the Ivy-compatible `ngx-webdatarocks` wrapper for Angular 14+. +**Note:** This project uses the [ng-webdatarocks](https://github.com/WebDataRocks/ng-webdatarocks) wrapper. The project on the [master](https://github.com/WebDataRocks/pivot-angular/tree/master) branch uses the Ivy-compatible [ngx-webdatarocks](https://github.com/WebDataRocks/ngx-webdatarocks) wrapper for Angular 14+. ## Prerequisites From d0b3118e43718cabdc8b795380606126f8f0daf7 Mon Sep 17 00:00:00 2001 From: avlare <158177876+avlare@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:50:34 +0300 Subject: [PATCH 05/10] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a09662e..e9d327e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Example of integrating WebDataRocks with the Angular 5-15 framework -:grey_exclamation: **Updated to Angular 15** :grey_exclamation: This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Angular framework](https://angular.io/). From e9920a2476441db3cd70808fc4b7ab55bd5abbcf Mon Sep 17 00:00:00 2001 From: avlare <158177876+avlare@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:31:34 +0300 Subject: [PATCH 06/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9d327e..9d67664 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Example of integrating WebDataRocks with the Angular 5-15 framework -This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Angular framework](https://angular.io/). +This repository contains a sample project that shows how to integrate [WebDataRocks](https://www.webdatarocks.com/) with the [Angular framework](https://angular.dev/). **Note:** This project uses the [ng-webdatarocks](https://github.com/WebDataRocks/ng-webdatarocks) wrapper. The project on the [master](https://github.com/WebDataRocks/pivot-angular/tree/master) branch uses the Ivy-compatible [ngx-webdatarocks](https://github.com/WebDataRocks/ngx-webdatarocks) wrapper for Angular 14+. @@ -28,7 +28,7 @@ You can access the project at `http://localhost:4200/`. ## Related docs -For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/integration-with-angular?target=ng-webdatarocks). +For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/angular/how-to-start-online-reporting/?target=ng-webdatarocks). ## Support From ccde960c88aaf7d723af56d54f0356bec2d237c4 Mon Sep 17 00:00:00 2001 From: avlare <158177876+avlare@users.noreply.github.com> Date: Fri, 18 Jul 2025 13:26:53 +0300 Subject: [PATCH 07/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d67664..49d2382 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can access the project at `http://localhost:4200/`. ## Related docs -For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/angular/how-to-start-online-reporting/?target=ng-webdatarocks). +For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/angular/how-to-start-online-reporting). ## Support From eab098fa5754d4960e0e56aa433c5e53d8088b4c Mon Sep 17 00:00:00 2001 From: avlare <158177876+avlare@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:59:06 +0300 Subject: [PATCH 08/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d2382..39a151c 100644 --- a/README.md +++ b/README.md @@ -32,5 +32,5 @@ For details on how to integrate WebDataRocks into existing Angular projects, che ## Support -Feel free to ask WebDataRocks-related questions on [StackOverflow](https://stackoverflow.com/questions/tagged/webdatarocks). +For WebDataRocks-related questions, bug reports and features requests, please [create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues). From a7898f1af7d00c87994bb6f6cdb609bff7295db8 Mon Sep 17 00:00:00 2001 From: marviem <45265050+marviem@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:15:40 +0300 Subject: [PATCH 09/10] Adding a LICENSE file --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7fec51f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 WebDataRocks, https://www.webdatarocks.com/ + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 29cc01ee823dc212f6b5b7ede2cb36cbdd854129 Mon Sep 17 00:00:00 2001 From: marviem <45265050+marviem@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:46:43 +0300 Subject: [PATCH 10/10] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a151c..e6b2bfa 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,13 @@ You can access the project at `http://localhost:4200/`. For details on how to integrate WebDataRocks into existing Angular projects, check out the [integration with Angular](https://www.webdatarocks.com/doc/angular/how-to-start-online-reporting). +## WebDataRocks licensing + +This WebDataRocks sample project is released under the MIT license (free and open-source). + +[WebDataRocks](https://www.webdatarocks.com/) is distributed under the terms and conditions of the WebDataRocks End User License Agreement: https://www.webdatarocks.com/license-agreement/. + ## Support -For WebDataRocks-related questions, bug reports and features requests, please [create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues). +For WebDataRocks-related questions, bug reports, and feature requests, please [create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues).