ngx-flexmonster 2.9.60 → 2.9.61

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
@@ -19,11 +19,11 @@ Table of contents:
19
19
  * [Integration](#integration)
20
20
  * [Usage](#usage)
21
21
  * [Sample project](#sample-project)
22
- * [Support and feedback](#support-feedback)
22
+ * [Support and feedback](#support-and-feedback)
23
23
  * [License](#license)
24
24
  * [Social media](#social-media)
25
25
 
26
- ## <a name="integration"></a>Integration ##
26
+ ## Integration
27
27
 
28
28
  Flexmonster documentation provides a detailed step-by-step guide on [іntegration with Angular](https://www.flexmonster.com/doc/integration-with-angular?r=wrap_ang).
29
29
 
@@ -32,13 +32,13 @@ This tutorial is also available in video format on our YouTube channel:
32
32
  [![Angular video tutorial](https://static.flexmonster.com/uploads/2023/09/07144220/Screenshot-2023-09-07-at-17.42.09.png)](https://www.youtube.com/watch?v=hbaVewUYZRE&list=PLh8M6vKONZ5WCQu0gUmlvvttH9xUpN-Cs&index=4)
33
33
 
34
34
 
35
- ## <a name="usage"></a>Usage ##
35
+ ## Usage
36
36
 
37
37
  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
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
 
41
- ## <a name="sample-project"></a>Sample project ##
41
+ ## Sample project
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 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
44
 
@@ -46,7 +46,7 @@ In our documentation, you can find [a guide for the sample Angular application](
46
46
 
47
47
 
48
48
 
49
- ## <a name="support-feedback"></a>Support and feedback ##
49
+ ## Support and feedback
50
50
 
51
51
  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
52
 
@@ -54,14 +54,14 @@ To share your feedback or ask questions, contact our Tech team by raising a tick
54
54
 
55
55
  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
56
 
57
- ## <a name="license"></a>License ##
57
+ ## License
58
58
 
59
59
  Flexmonster Angular wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
60
60
 
61
61
  To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_ang).
62
62
  If you want to test our product, we provide a 30-day free trial.
63
63
 
64
- ## <a name="social-media"></a>Social media ##
64
+ ## Social media
65
65
 
66
66
  Follow us on social media and stay updated on our development process!
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-flexmonster",
3
- "version": "2.9.60",
3
+ "version": "2.9.61",
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.60",
26
+ "flexmonster": "2.9.61",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "sideEffects": false,