Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ngx-fast-marquee
Advanced tools
This is a customazebale marquee component for angular based on react-fast-marquee
Welcome to the 🌟 Ngx Marquee Library 🌟! This library provides an easy-to-use and customizable marquee component for your Angular applications.
Inspired by React-Fast-MarqueeInstall the library using your favorite package manager:
npm
npm i ngx-fast-marquee
pnpm
pnpm i ngx-fast-marquee
yarn
yarn add ngx-fast-marquee
bun
bun add ngx-fast-marquee
Import the NgxFastMarqueeModule
in your AppModule
:
import { NgxFastMarqueeModule } from 'ngx-fast-marquee';
@NgModule({
declarations: [AppComponent],
imports: [BrowserModule, NgxFastMarqueeModule],
bootstrap: [AppComponent],
})
export class AppModule {}
Use the ngx-fast-marquee
component in your templates:
<ngx-fast-marquee>
<div>Item 1</div>
<div>Item 2</div>
<div>Item 3</div>
<div>Item 4</div>
<div>Item 5</div>
</ngx-fast-marquee>
In progress...
This project is licensed under the MIT License.
FAQs
Lightweight Angular Component that can bring to life your Angular applications through fast and user-friendly marquee animations.
We found that ngx-fast-marquee 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.