This repository contains a sample project that shows how to integrate WebDataRocks with the Angular framework.
Note: This project uses the ng-webdatarocks wrapper. The project on the master branch uses the Ivy-compatible ngx-webdatarocks wrapper for Angular 14+.
- Download or clone this project from GitHub:
git clone -b ng-webdatarocks https://github.com/WebDataRocks/pivot-angular.git pivot-angular
cd pivot-angular
- Install npm packages:
npm install
- Run the project:
npm start
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.
For WebDataRocks-related questions, bug reports and features requests, please create an issue on our GitHub.