
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
The gooey effect for Angular The 'gooey effect' has been made popular by various (amazing) blogposts over
npm install ngx-gooey
You can either import into your NgModule:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import the library
import { Gooey } from 'ngx-gooey';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
Gooey // <-- Add this line
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Or directly into a standalone component:
standalone: true,
imports: [Gooey],
Then use it in your template:
<ngx-gooey> … </ngx-gooey>
You can put regular HTML elements inside ngx-gooey
, but using an SVG is recommended for better browser support. Shape blobbing will be applied to everything within the component.
Visit the website for full documentation, properties and examples.
inspired by gooey-react
FAQs
The gooey effect for Angular The 'gooey effect' has been made popular by various (amazing) blogposts over
The npm package ngx-gooey receives a total of 9 weekly downloads. As such, ngx-gooey popularity was classified as not popular.
We found that ngx-gooey 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
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.