ng-flexmonster 2.9.52 → 2.9.53-1
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 +6 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,16 +10,18 @@ This package is a [Flexmonster Pivot](https://www.flexmonster.com/) wrapper for
|
|
|
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
|
|
|
13
|
+
Table of contents:
|
|
14
|
+
|
|
13
15
|
* [Usage](#usage)
|
|
14
16
|
* [Sample project](#sample-project)
|
|
15
17
|
* [License](#license)
|
|
16
|
-
* [Support
|
|
18
|
+
* [Support and feedback](#support-feedback)
|
|
17
19
|
|
|
18
20
|
## <a name="usage"></a>Usage ##
|
|
19
21
|
|
|
20
|
-
Refer to [
|
|
22
|
+
Refer to the [Integration with Angular](https://www.flexmonster.com/doc/integration-with-angular/) guide for details on the wrapper usage.
|
|
21
23
|
|
|
22
|
-
## <a name="sample-project"></a>Sample
|
|
24
|
+
## <a name="sample-project"></a>Sample project ##
|
|
23
25
|
|
|
24
26
|
See our [sample Angular project with Flexmonster](https://github.com/flexmonster/pivot-angular/tree/ng-flexmonster).
|
|
25
27
|
|
|
@@ -29,6 +31,6 @@ Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table
|
|
|
29
31
|
|
|
30
32
|
Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
|
|
31
33
|
|
|
32
|
-
## <a name="support-feedback"></a>Support
|
|
34
|
+
## <a name="support-feedback"></a>Support and feedback ##
|
|
33
35
|
|
|
34
36
|
Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.53-1",
|
|
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.
|
|
26
|
+
"flexmonster": "2.9.53-1",
|
|
27
27
|
"tslib": "^1.9.0"
|
|
28
28
|
},
|
|
29
29
|
"main": "bundles/ng-flexmonster.umd.js",
|