
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
@ctrl/ngx-headroom
Advanced tools
DEMO: https://typectrl.github.io/ngx-headroom/
An Angular Component to hide/show your header on scroll. A port of of React Headroom by KyleAMathews which was based around headroom.js
Fixed headers are nice for persistent navigation but they can also get in the way by taking up valuable vertical screen space. Using this component lets you have your persistent navigation while preserving screen space when the navigation is not needed.
npm install @ctrl/ngx-headroom
Import the module. Requires @angular/animations
// requires BrowserAnimationsModule
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
// import HeadroomModule
import { HeadroomModule } from '@ctrl/ngx-headroom';
Use the module
<ngx-headroom>
<h1>You can put anything you'd like inside the Headroom Component</h1>
</ngx-headroom>
The component is intended to be plug 'n play meaning it has sensible defaults for animating the header in and out. If you'd like to override the default animation.
Override animation defaults by passing your own values
<ngx-headroom duration="500" easing="ease-in-out">
<h1>You can put anything you'd like inside the Headroom Component</h1>
</ngx-headroom>
duration — Duration of animation in mseasing — Easing of animationupTolerance — scroll tolerance in px when scrolling up before component is pinneddownTolerance — scroll tolerance in px when scrolling down before component is pinneddisable — disable pinning and unpinningwrapperStyle — pass styles for the wrapper div (this maintains the components vertical space at the top of the page).parent — provide a custom 'parent' element for scroll events. parent should be a function which resolves to the desired element.pinStart — height in px where the header should start and stop pinning. Useful when you have another element above Headroom component.pin - emitted when header is pinnedunpin - emitted when header is unpinnedunfix - emitted when header position is no longer fixedFAQs
Headroom.js implementation in Angular
The npm package @ctrl/ngx-headroom receives a total of 790 weekly downloads. As such, @ctrl/ngx-headroom popularity was classified as not popular.
We found that @ctrl/ngx-headroom 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.

Security News
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.