
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
angular-image-text-slider
Advanced tools
An Angular responsive image slider with lightbox popup. Also support youtube and mp4 video urls.
-Responsive (support images width and height in both % and px) -captures swipes from phones and tablets -Compatible with Angular Universal -Image lightbox popup -captures keyboard next/previous arrow key event for lightbox image move -Support Images (jpeg, jpg, gif, png and Base64-String), -Handling runtime image arraylist changes
npm i angular-image-text-slider
###Import module in your app.module.ts:
import { AngularImageTextSliderModule } from 'angular-image-text-slider';
...
@NgModule({
declarations: [
AppComponent
],
imports: [
AngularImageTextSliderModule,
...
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule {
}
<lib-angular-image-text-slider [slides]="eventsList" (slideActionEvent)="goToEventsPage()"></lib-angular-image-text-slider>
eventsList: Array<Object> = [
{
title:'Title 2',
description:'description 2',
imageUrl:'https://img-19.commentcamarche.net/cI8qqj-finfDcmx6jMK6Vr-krEw=/1500x/smart/b829396acc244fd484c5ddcdcb2b08f3/ccmcms-commentcamarche/20494859.jpg',
},
{
title:'Title 3',
description:'description 3',
imageUrl:'https://images.ctfassets.net/hrltx12pl8hq/3j5RylRv1ZdswxcBaMi0y7/b84fa97296bd2350db6ea194c0dce7db/Music_Icon.jpg',
},
];
##License As Angular itself, this module is released under the permissive MIT license. Your contributions and suggestions are always welcome :)
##Keywords Angular Angular image slider Angular video slider Angular Carousel responsive slider slideshow carousel slider
FAQs
This package is an angualar responsive image slider
The npm package angular-image-text-slider receives a total of 8 weekly downloads. As such, angular-image-text-slider popularity was classified as not popular.
We found that angular-image-text-slider demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.