
Security News
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
ngx-custom-carousel
Advanced tools
Angular library for a customizable carousel component with support for custom templates and swipe gestures.
Angular library for a customizable carousel component with support for custom templates and swipe gestures.
Install ngx-custom-carousel
via npm:
npm install ngx-custom-carousel --save
Import the NgxCustomCarouselModule
in your Angular module:
import { NgxCustomCarouselModule } from "ngx-custom-carousel";
@NgModule({
imports: [NgxCustomCarouselModule],
})
export class YourModule {}
Use the <ngx-custom-carousel>
element in your component's template to display a carousel with string items:
<div class="container">
<div class="hw-full">
<h3>String Items</h3>
<ngx-custom-carousel [items]="items"></ngx-custom-carousel>
</div>
<div class="hw-full">
<h3>With Custom Template</h3>
<ngx-custom-carousel [items]="itemsTemplate" [customItemTemplate]="userDetailsTemplate" [delay]="5000"></ngx-custom-carousel>
</div>
</div>
Define a custom template using the <ng-template>
element for displaying user details:
<ng-template #userDetailsTemplate let-item let-index="index">
<div>Use your own html</div>
</ng-template>
<ng-template>
tag.FAQs
ngx-custom-carousel is a feature-rich Angular 17 component crafted to elevate your carousel experience. Seamlessly integrated with Angular, this library offers swipe functionality for smooth content navigation on various devices. The carousel comes equipp
The npm package ngx-custom-carousel receives a total of 0 weekly downloads. As such, ngx-custom-carousel popularity was classified as not popular.
We found that ngx-custom-carousel demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.