ngx-flexmonster 2.9.111 → 2.9.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript
|
|
|
12
12
|
|
|
13
13
|
This package is an Ivy-compatible [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_ang) wrapper for [Angular](https://angular.io) applications.
|
|
14
14
|
|
|
15
|
-
If your Angular is older than
|
|
15
|
+
If your Angular version is older than 14, use [ng-flexmonster](https://www.npmjs.com/package/ng-flexmonster).
|
|
16
16
|
|
|
17
17
|
Table of contents:
|
|
18
18
|
|
|
@@ -34,7 +34,7 @@ This tutorial is also available in video format on our YouTube channel:
|
|
|
34
34
|
|
|
35
35
|
## Usage
|
|
36
36
|
|
|
37
|
-
The wrapper provides the `FlexmonsterPivot` component to add the pivot table to
|
|
37
|
+
The wrapper provides the `FlexmonsterPivot` component to add the pivot table to an Angular project. Read more about the available input properties and how to use them in the [FlexmonsterPivot component documentation](https://www.flexmonster.com/doc/fm-pivot-directive-for-angular?r=wrap_ang).
|
|
38
38
|
|
|
39
39
|
Explore the available [methods and events](https://www.flexmonster.com/doc/using-methods-and-events-angular?r=wrap_ang) to learn the specifics of using and customizing Flexmonster in an Angular application.
|
|
40
40
|
|
|
@@ -42,23 +42,22 @@ Explore the available [methods and events](https://www.flexmonster.com/doc/using
|
|
|
42
42
|
|
|
43
43
|
If you look for some reference examples, our team prepared a ready-to-use [Angular pivot grid sample project](https://github.com/flexmonster/pivot-angular?r=wrap_ang) with live demos of the most popular use cases. Visit the [Usage examples](https://www.flexmonster.com/doc/usage-examples-angular?r=wrap_ang) page to see how the cases were implemented in an Angular project.
|
|
44
44
|
|
|
45
|
-
In our documentation, you can find a [guide for the sample Angular application](https://www.flexmonster.com/doc/sample-angular-project?r=wrap_ang). There you can learn how to run it and what's inside.
|
|
45
|
+
In our documentation, you can also find a [guide for the sample Angular application](https://www.flexmonster.com/doc/sample-angular-project?r=wrap_ang). There you can learn how to run it and what's inside.
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
## Support and feedback
|
|
49
49
|
|
|
50
50
|
In case of any issues, visit our [Troubleshooting](https://www.flexmonster.com/doc/typical-errors?r=wrap_ang) section. You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=wrap_ang) for a solution to your issue.
|
|
51
51
|
|
|
52
|
-
To share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center
|
|
52
|
+
To share your feedback or ask questions, contact our Tech team by raising a ticket on our [Help Center](https://www.flexmonster.com/help-center/?r=wrap_ang). You can also find a list of samples, technical specifications, and a user interface guide there.
|
|
53
53
|
|
|
54
54
|
## License
|
|
55
55
|
|
|
56
|
-
The Flexmonster Angular wrapper is
|
|
56
|
+
The Flexmonster Angular wrapper is distributed under the terms and conditions of the Flexmonster Software License Agreement: [https://www.flexmonster.com/software-license-agreement/](https://www.flexmonster.com/software-license-agreement/?r=wrap_ang).
|
|
57
57
|
|
|
58
|
-
|
|
59
|
-
If you want to test our product, we provide a 30-day free trial.
|
|
58
|
+
Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/?r=wrap_ang).
|
|
60
59
|
|
|
61
|
-
If you need any help with your license, fill out our
|
|
60
|
+
If you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team/?r=wrap_ang), and we will get in touch with you.
|
|
62
61
|
|
|
63
62
|
## Social media
|
|
64
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.112",
|
|
4
4
|
"description": "Angular 12+ Module for Flexmonster Pivot Table & Charts",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@angular/core": ">=12.0.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"flexmonster": "2.9.
|
|
26
|
+
"flexmonster": "2.9.112",
|
|
27
27
|
"tslib": "^2.3.0"
|
|
28
28
|
},
|
|
29
29
|
"sideEffects": false,
|