ng-flexmonster 2.9.102 → 2.9.104

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 +4 -4
  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, 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.
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,13 +35,13 @@ This tutorial is also available in video format on our YouTube channel:
35
35
 
36
36
  ## Usage
37
37
 
38
- The wrapper provides the `<fm-pivot>` directive to add the pivot table to the Angular project. Read more about the available attributes and how to use them in the [The `<fm-pivot>` directive](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](https://www.flexmonster.com/doc/fm-pivot-directive-for-angular?r=wrap_ang) documentation.
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 on 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 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.
45
45
 
46
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
 
@@ -53,7 +53,7 @@ In case of any issues, visit our [troubleshooting section](https://www.flexmonst
53
53
 
54
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
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.
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.
57
57
 
58
58
  ## License
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-flexmonster",
3
- "version": "2.9.102",
3
+ "version": "2.9.104",
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.102",
26
+ "flexmonster": "2.9.104",
27
27
  "tslib": "^1.9.0"
28
28
  },
29
29
  "main": "bundles/ng-flexmonster.umd.js",