ng-flexmonster 2.9.53-1 → 2.9.54

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 +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # Angular 5–Angular 15 wrapper for Flexmonster Pivot Table & Charts
2
- [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://flexmonster.com)
3
- Website: www.flexmonster.com
1
+ # Flexmonster Pivot Table & Charts wrapper for Angular 5–Angular 15
2
+ [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com?r=wrap_ng)
3
+ Website: [www.flexmonster.com](https://www.flexmonster.com?r=wrap_ng)
4
4
 
5
5
  ## Flexmonster Pivot Table & Charts
6
6
 
7
7
  Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
8
8
 
9
- This package is a [Flexmonster Pivot](https://www.flexmonster.com/) wrapper for [Angular](https://angular.io/). It can be used in applications based on Angular versions 5–15.
9
+ This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_ng) wrapper for [Angular](https://angular.io/). It can be used in applications based on Angular versions 5–15.
10
10
 
11
11
  For newer Angular versions, use the Ivy-compatible [ngx-flexmonster](https://www.npmjs.com/package/ngx-flexmonster). It works with versions 14 and later.
12
12
 
@@ -19,7 +19,7 @@ Table of contents:
19
19
 
20
20
  ## <a name="usage"></a>Usage ##
21
21
 
22
- Refer to the [Integration with Angular](https://www.flexmonster.com/doc/integration-with-angular/) guide for details on the wrapper usage.
22
+ Refer to the [Integration with Angular](https://www.flexmonster.com/doc/integration-with-angular?r=wrap_ng) guide for details on the wrapper usage.
23
23
 
24
24
  ## <a name="sample-project"></a>Sample project ##
25
25
 
@@ -27,10 +27,10 @@ See our [sample Angular project with Flexmonster](https://github.com/flexmonster
27
27
 
28
28
  ## <a name="license"></a>License ##
29
29
 
30
- Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have a free 30-day trial!
30
+ Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_ng). We have a free 30-day trial!
31
31
 
32
32
  Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
33
33
 
34
34
  ## <a name="support-feedback"></a>Support and feedback ##
35
35
 
36
- Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
36
+ Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=wrap_ng).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-flexmonster",
3
- "version": "2.9.53-1",
3
+ "version": "2.9.54",
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.53-1",
26
+ "flexmonster": "2.9.54",
27
27
  "tslib": "^1.9.0"
28
28
  },
29
29
  "main": "bundles/ng-flexmonster.umd.js",