Gathering detailed insights and metrics for ngx-repeat
Gathering detailed insights and metrics for ngx-repeat
Gathering detailed insights and metrics for ngx-repeat
Gathering detailed insights and metrics for ngx-repeat
npm install ngx-repeat
Typescript
Module System
Min. Node Version
Node Version
NPM Version
63.1
Supply Chain
96
Quality
80.4
Maintenance
100
Vulnerability
98.9
License
TypeScript (38.15%)
HTML (34.13%)
SCSS (19.38%)
JavaScript (8.33%)
Total Downloads
10,172
Last Day
2
Last Week
19
Last Month
96
Last Year
2,126
3 Stars
132 Commits
2 Watching
2 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
2.2.0
Package Id
ngx-repeat@2.2.0
Unpacked Size
10.39 kB
Size
3.49 kB
File Count
7
NPM Version
10.9.0
Node Version
22.11.0
Publised On
29 Nov 2024
Cumulative downloads
Total Downloads
Last day
0%
2
Compared to previous day
Last week
0%
19
Compared to previous week
Last month
0%
96
Compared to previous month
Last year
-33.6%
2,126
Compared to previous year
1
2
Angular directive for repeating HTML element by count
✓ Angular 19 compatible
Here's the demo or stackblitz live preview or codesandbox live preview
1yarn add ngx-repeat
1import { NgxRepeatDirective } from 'ngx-repeat'; 2 3@Component({ 4 standalone: true, 5 imports: [NgxRepeatDirective /*, ...*/], 6 // ... 7})
or module
1import { NgxRepeatDirective } from 'ngx-repeat'; 2 3@NgModule({ 4 // ... 5 imports: [ 6 // ... 7 NgxRepeatDirective 8 ] 9})
1<div 2 *ngxRepeat="3; 3 let index = index; 4 let even = even; 5 let odd = odd; 6 let first = first; 7 let last = last;" 8> 9 {{ index }} {{ even }} {{ odd }} {{ first }} {{ last }} 10</div>
1 0 true false true false 2 1 false true false false 3 2 true false false true
Angular | ngx-repeat | Install |
---|---|---|
>= 14 | 2.x | yarn add ngx-repeat |
>= 12 | 1.x | yarn add ngx-repeat@1 |
>= 5 < 13 | 0.x | yarn add ngx-repeat@0 |
None
Copyright © 2021 - 2024 Dominik Hladik
All contents are licensed under the MIT license.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
4 existing vulnerabilities detected
Details
Reason
4 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 0/12 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
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 Morengx-repeat-times
A simple angular directive to repeat templates based on a number rather than an iterable
virtual-repeat-angular
Synchronous / Asynchronous / Reactive Virtual Repeat implementation for Angular 2+. Supports variable height rows.
ngx-image-dimension
Directive imageCenteredSize makes image centered, as background (background-position: 50% 50%; background-size: cover; background-repeat: no-repeat;) but it is remains tag (`<img src='#' alt="#">`)
ng-custom-pipe
An Angular Library, that gives you a hussle free experience on data operation using pipes