Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@ngui/common
Advanced tools
Angular 6 and 7 common modules; virtual-scroll, lazy-rendering, interactive list, etc
Angular 12+ UI common directives, functions, services
Demo
Object Documentation
Code Coverage Report
Unit Test Report
Acceptance Report
Article on Medium
$ npm install @ngui/common --save
import { NguiInviewModule, NguiListModule, NguiUtilsModule } from '@ngui/common';
@NgModule({
imports: [BrowserModule, FormsModule, NguiListModule, NguiInviewModule, NguiUtilsModule],
declarations: [AppComponent],
providers: [HTTP_PROVIDERS],
bootstrap: [ AppComponent ]
})
export class AppModule { }
<!-- the image is only displayed when "ngui-inview" is in viewport -->
<ngui-inview style="min-height: 300px">
<img *ngIf src="https://picsum.photos/800/300" height="33%">
</ngui-inview>
Handles lazy rendering of Angular components, which utilizes HTML5 IntersectionObserver.
For IE11 and Safari, please add polyfill for this module:
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
Collection of basic utility functions
Handles list elements with highlight and keyboard/mouse interaction
1.0.0 (2022-02-09)
FAQs
Angular 6 and 7 common modules; virtual-scroll, lazy-rendering, interactive list, etc
The npm package @ngui/common receives a total of 83 weekly downloads. As such, @ngui/common popularity was classified as not popular.
We found that @ngui/common demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.