Gathering detailed insights and metrics for @exalif/ngx-skeleton-loader
Gathering detailed insights and metrics for @exalif/ngx-skeleton-loader
Gathering detailed insights and metrics for @exalif/ngx-skeleton-loader
Gathering detailed insights and metrics for @exalif/ngx-skeleton-loader
npm install @exalif/ngx-skeleton-loader
Typescript
Module System
Node Version
NPM Version
66.1
Supply Chain
84.2
Quality
75.6
Maintenance
100
Vulnerability
99.3
License
@exalif/ngx-breadcrumbs@9.1.0
Updated on Feb 13, 2021
@exalif/ngx-breadcrumbs@9.0.2
Updated on Jan 13, 2021
@exalif/ngx-mat-popover@2.0.1
Updated on Dec 01, 2020
@exalif/ngx-skeleton-loader@1.3.0
Updated on Oct 14, 2019
@exalif/ngx-mat-popover@1.0.1
Updated on Oct 02, 2019
@exalif/ngx-mat-popover@1.0.0
Updated on Oct 02, 2019
TypeScript (96.88%)
JavaScript (2%)
SCSS (1.03%)
HTML (0.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
12 Stars
80 Commits
4 Forks
1 Watchers
10 Branches
2 Contributors
Updated on Mar 13, 2025
Latest Version
17.0.0
Package Id
@exalif/ngx-skeleton-loader@17.0.0
Unpacked Size
28.24 kB
Size
7.52 kB
File Count
17
NPM Version
8.19.2
Node Version
18.12.0
Published on
Jan 04, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
2
This package is a modified fork of original ngx-skeleton-loader package by willmendesneto. Forked from commit 9ca6c5. License of original package preserved as is.
You can get it on NPM installing @exalif/ngx-skeleton-loader
module as a project dependency.
1npm install @exalif/ngx-skeleton-loader --save
You'll need to add NgxSkeletonLoaderModule
to your application module. So that, the <ngx-skeleton-loader>
components will be accessible in your application.
1... 2import { NgxSkeletonLoaderModule } from '@exalif/ngx-skeleton-loader'; 3... 4 5@NgModule({ 6 declarations: [ 7 YourAppComponent 8 ], 9 imports: [ 10 ... 11 NgxSkeletonLoaderModule, 12 ... 13 ], 14 providers: [], 15 bootstrap: [YourAppComponent] 16}) 17 18export class YourAppComponent {} 19
After that, you can use the ngx-skeleton-loader
components in your templates, passing the configuration data into the component itself.
ngx-skeleton-loader
: Handle the skeleton animation and the skeleton styles of your app;1<div class="item"><ngx-skeleton-loader count="5" appearance="circle"> </ngx-skeleton-loader></div>
You can use, in combination of count
attribute, multiple appearances and themes on a single element. Theme and appearance will be applied depending on each generated loader, depending on index.
1<div class="item"> 2 <ngx-skeleton-loader 3 count="3" 4 [appearance]="['circle', '', '']" 5 [theme]="[ { width: '20px' }, { width: '60%' }, { width: '70%' } ]" 6 > 7 </ngx-skeleton-loader> 8</div>
Note: in case insufficient number of appearance
/theme
is provided compared to comply with count
value, the library will use the first array values of appearance
and theme
to style the loader.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 9/24 approved changesets -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
53 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More