@skeletonizer/angular 2.4.4 → 2.4.6

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -29,7 +29,7 @@ As far as the template goes, it essentially means transforming the code from thi
29
29
  into this:
30
30
 
31
31
  ```html
32
- <skeletonizer-skeleton [showSkeleton]="showSkeleton" [config]="skeletonConfig" [scope]="{ somePropOrMethodCallAvailableAsync } ">
32
+ <skeletonizer-skeleton [showSkeleton]="showSkeleton()" [config]="skeletonConfig()" [scope]="{ somePropOrMethodCallAvailableAsync } ">
33
33
  <ng-template let-context>
34
34
  <div>{{ proxy(context).somePropOrMethodCallAvailableAsync }}</div>
35
35
  <div>{{ someAlreadyHardCodedOrInputBoundPropAvailableSync }} </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skeletonizer/angular",
3
- "version": "2.4.4",
3
+ "version": "2.4.6",
4
4
  "description": "The way to skeletonize your Angular components",
5
5
  "author": "Luka Varga",
6
6
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  "@angular/platform-browser": "^21.1.0",
63
63
  "@angular/platform-browser-dynamic": "^21.1.0",
64
64
  "@angular/router": "^21.1.0",
65
- "@skeletonizer/utils": "^2.4.4",
65
+ "@skeletonizer/utils": "^2.4.6",
66
66
  "rxjs": "~7.8.2",
67
67
  "tslib": "^2.8.1",
68
68
  "zone.js": "~0.16.0"
@@ -76,7 +76,7 @@
76
76
  "@angular-eslint/template-parser": "21.3.1",
77
77
  "@angular/cli": "~21.2.7",
78
78
  "@angular/compiler-cli": "^21.2.9",
79
- "@skeletonizer/utils": "^2.4.4",
79
+ "@skeletonizer/utils": "^2.4.6",
80
80
  "@types/jasmine": "~6.0.0",
81
81
  "@typescript-eslint/eslint-plugin": "^8.58.2",
82
82
  "@typescript-eslint/parser": "^8.58.2",
@@ -91,5 +91,5 @@
91
91
  "ng-packagr": "^21.2.3",
92
92
  "typescript": "~5.9.3"
93
93
  },
94
- "gitHead": "fa76a9836afb59f6f4b1f378eb11f6997dce98e0"
94
+ "gitHead": "d041d904bdd3d4d06daa4ff99c4064068bdbdcd1"
95
95
  }