ng-flexmonster 2.9.109 → 2.9.111

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.
Files changed (2) hide show
  1. package/README.md +9 -9
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ Website: [flexmonster.com](https://www.flexmonster.com?r=wrap_ang)
8
8
 
9
9
  ## Flexmonster Pivot Table & Charts
10
10
 
11
- Flexmonster Pivot Table & 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 React, Vue, Blazor, Angular, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=wrap_ang). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
11
+ Flexmonster Pivot Table & 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 React, Vue, Angular, Blazor, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=wrap_ang). Also, Flexmonster connects to [any data source](https://www.flexmonster.com/doc/supported-data-sources?r=wrap_ang), including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
12
12
 
13
13
  This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_ang) wrapper for [Angular](https://angular.io) applications. It can be used in applications based on Angular versions 5–15.
14
14
 
@@ -35,33 +35,33 @@ This tutorial is also available in video format on our YouTube channel:
35
35
 
36
36
  ## Usage
37
37
 
38
- The wrapper provides the `FlexmonsterPivot` component to add the pivot table to the Angular project. Read more about the available input properties and how to use them in the [FlexmonsterPivot component](https://www.flexmonster.com/doc/fm-pivot-directive-for-angular?r=wrap_ang) documentation.
38
+ The wrapper provides the `FlexmonsterPivot` component to add the pivot table to the 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).
39
39
 
40
40
  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.
41
41
 
42
42
  ## Sample project
43
43
 
44
- 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 documentation](https://www.flexmonster.com/doc/usage-examples-angular?r=wrap_ang) page to learn more about how the cases were implemented in an Angular project.
44
+ 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.
45
45
 
46
- 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.
46
+ 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.
47
47
 
48
48
 
49
49
 
50
50
  ## Support and feedback
51
51
 
52
- In case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=wrap_ang). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=wrap_ang) for a solution to your problem.
52
+ 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.
53
53
 
54
- To 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=wrap_ang). You can also find a list of samples, technical specifications, and a user interface guide there.
55
-
56
- 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.
54
+ 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.
57
55
 
58
56
  ## License
59
57
 
60
- Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
58
+ The Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
61
59
 
62
60
  To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_ang).
63
61
  If you want to test our product, we provide a 30-day free trial.
64
62
 
63
+ 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.
64
+
65
65
  ## Social media
66
66
 
67
67
  Follow us on social media and stay updated on our development process!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-flexmonster",
3
- "version": "2.9.109",
3
+ "version": "2.9.111",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "@angular/common": ">=4.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "flexmonster": "2.9.109",
26
+ "flexmonster": "2.9.111",
27
27
  "tslib": "^1.9.0"
28
28
  },
29
29
  "main": "bundles/ng-flexmonster.umd.js",