{"id":26708438,"url":"https://github.com/flexmonster/pivot-angular","last_synced_at":"2025-04-13T16:22:24.501Z","repository":{"id":47101448,"uuid":"127314232","full_name":"flexmonster/pivot-angular","owner":"flexmonster","description":"Angular pivot grid example with Flexmonster","archived":false,"fork":false,"pushed_at":"2025-01-23T11:24:23.000Z","size":1086,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T02:01:47.474Z","etag":null,"topics":["angular","angular-cli","angular14","angular16","pivot-grid","pivot-tables"],"latest_commit_sha":null,"homepage":"https://www.flexmonster.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flexmonster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-29T15:54:02.000Z","updated_at":"2025-01-23T11:24:28.000Z","dependencies_parsed_at":"2023-02-14T15:31:38.844Z","dependency_job_id":"3ff62ee4-1beb-48d8-b0d3-fc10b889feb7","html_url":"https://github.com/flexmonster/pivot-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flexmonster%2Fpivot-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flexmonster","download_url":"https://codeload.github.com/flexmonster/pivot-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741850,"owners_count":21154389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-cli","angular14","angular16","pivot-grid","pivot-tables"],"created_at":"2025-03-27T07:18:23.142Z","updated_at":"2025-04-13T16:22:24.483Z","avatar_url":"https://github.com/flexmonster.png","language":"TypeScript","readme":"# Angular pivot table | Flexmonster Pivot Table \u0026 Charts sample project with Angular\n[![Flexmonster Pivot Table \u0026 Charts](https://cdn.flexmonster.com/readmes/angular_new.webp)](https://www.flexmonster.com?r=sample_ngx)\nWebsite: [flexmonster.com](https://www.flexmonster.com?r=sample_ngx)\n\n[![Github Stars](https://img.shields.io/github/stars/flexmonster?style=social)](https://github.com/flexmonster) [![Twitter](https://img.shields.io/twitter/follow/Flexmonster?style=social)](https://twitter.com/Flexmonster)\n\n## Flexmonster Pivot Table \u0026 Charts\nFlexmonster Pivot Table \u0026 Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your Angular data visualization project. The tool supports popular frameworks like Angular, React, Vue, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=sample_ngx). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch. \n\nThis repository contains a sample [Angular](https://angular.io/) project for Flexmonster Pivot Table \u0026 Charts.\n\n**Note:** This version of the project uses the [ngx-flexmonster](https://github.com/flexmonster/ngx-flexmonster) wrapper, which is Ivy-compatible. Switch to the [ng-flexmonster](https://github.com/flexmonster/pivot-angular/tree/ng-flexmonster) branch for the project with the legacy `ng-flexmonster` wrapper.\n\nTable of contents:\n\n* [Prerequisites](#prerequisites)\n* [Installation](#installation)\n* [What is inside the project](#what-is-inside-the-project)\n* [Related Flexmonster docs](#related-flexmonster-docs)\n* [Support and feedback](#support-and-feedback)\n* [Flexmonster licensing](#flexmonster-licensing)\n* [Social media](#social-media)\n\n## Prerequisites\n\n- [Node.js 18 through 22](https://nodejs.org/en/)\n\n## Installation\n\n1. Download a `.zip` archive with the sample project or clone it from GitHub with the following command:\n\n```bash\ngit clone https://github.com/flexmonster/pivot-angular.git \u0026\u0026 cd pivot-angular\n```\n\n2. Install the npm dependencies described in `package.json`:\n\n```bash\nnpm install\n```\n\n3. Run the sample project:\n\n```bash\nng serve\n```\n\nTo see the result, open `http://localhost:4200/` in your browser.\n\n## What is inside the project\n\nAngular sample project contains several examples of Flexmonster Pivot usage and customization:\n\n- **Pivot table demo** shows how to define the `report`, `toolbar`, `height`, `beforetoolbarcreated`, and `shareReportConnection` initialization parameters in the pivot grid for Angular. \n- **Handling events** demonstrates how to subscribe to events and unsubscribe from them. \n- **Using API calls** illustrates how to use Flexmonster's methods. \n- **Updating data** is an example of using the `updateData()` method.\n- **Customizing the Toolbar** illustrates how to customize the Toolbar.\n- **Customizing the grid** shows how to customize the pivot table using the `customizeCell()` API call.\n- **Integration with Highcharts** demonstrates how to integrate with the Highcharts charting library.\n- **Integration with amCharts** is an example of integration with the amCharts charting library.\n  \nYou can try all of these examples right from the project’s starting page.\n\n## Related Flexmonster docs\n\n- [Integration with Angular](https://www.flexmonster.com/doc/integration-with-angular/?r=sample_ngx) — learn how to integrate Flexmonster into an Angular project.\n- [Usage examples in Angular](https://www.flexmonster.com/doc/usage-examples-angular/?r=sample_ngx) — see details on Flexmonster usage.\n\n## Support and feedback\n\nIn case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=sample_ngx). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=sample_ngx) for a solution to your problem.\n\nTo share your feedback or ask questions, contact our Tech team by raising a ticket on [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=sample_ngx). You can also find a list of samples, technical specifications, and a user interface guide there.\n\n## Flexmonster licensing\n\nThis sample project uses [Flexmonster Angular wrapper](https://github.com/flexmonster/ngx-flexmonster), which is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.\n\nTo learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=sample_ngx). \nIf you want to test our product, we provide a 30-day free trial.\n\nIf you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=sample_ngx), and we will get in touch with you.\n\n## Social media\n\nFollow us on social media and stay updated on our development process!\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://linkedin.com/company/flexmonster) [![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge\u0026logo=youtube\u0026logoColor=white)](https://youtube.com/user/FlexMonsterPivot) [![Twitter](https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/flexmonster)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflexmonster%2Fpivot-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflexmonster%2Fpivot-angular/lists"}