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. diff --git a/README.md b/README.md index 104abb2..e6b2bfa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# 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/). +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+. ## Prerequisites @@ -12,7 +13,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,9 +28,15 @@ 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/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 -Feel free to ask WebDataRocks-related questions on [StackOverflow](https://stackoverflow.com/questions/tagged/webdatarocks). +For WebDataRocks-related questions, bug reports, and feature requests, please [create an issue on our GitHub](https://github.com/WebDataRocks/web-pivot-table/issues). diff --git a/package.json b/package.json index 830a2f8..a0259fd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "webdatarocks-angular", "version": "0.0.0", "license": "MIT", + "description": "Example of integrating the WebDataRocks Pivot Table component 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 +}