@skeletonizer/angular 2.4.3 → 2.4.5
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 +1 -1
- package/package.json +5 -5
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.
|
|
3
|
+
"version": "2.4.5",
|
|
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.
|
|
65
|
+
"@skeletonizer/utils": "^2.4.5",
|
|
66
66
|
"rxjs": "~7.8.2",
|
|
67
67
|
"tslib": "^2.8.1",
|
|
68
68
|
"zone.js": "~0.16.0"
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"@angular-eslint/schematics": "21.3.1",
|
|
76
76
|
"@angular-eslint/template-parser": "21.3.1",
|
|
77
77
|
"@angular/cli": "~21.2.7",
|
|
78
|
-
"@angular/compiler-cli": "^21.2.
|
|
79
|
-
"@skeletonizer/utils": "^2.4.
|
|
78
|
+
"@angular/compiler-cli": "^21.2.9",
|
|
79
|
+
"@skeletonizer/utils": "^2.4.5",
|
|
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": "
|
|
94
|
+
"gitHead": "a79c89d7e02b6c515963aff61c868b65ddd827a5"
|
|
95
95
|
}
|