@servicemind.tis/angular-smart-data-table 1.0.1 → 1.0.2

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,12 @@
23
23
  npm install @servicemind.tis/angular-smart-data-table
24
24
  ```
25
25
 
26
+ ### Peer Dependencies
27
+
28
+ ```bash
29
+ npm install @angular/material @angular/cdk
30
+ ```
31
+
26
32
  ---
27
33
 
28
34
  ## 🔧 Usage Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicemind.tis/angular-smart-data-table",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Configurable Angular Material data table with server-side pagination, sorting, URL-synced filters, column customization, and custom cell templates.",
5
5
  "keywords": [
6
6
  "angular",