
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@fundamental-ngx/cdk
Advanced tools
The @fundamental-ngx/cdk
library is a set of utilities and Angular directives aimed to help developers build custom UI components with common interaction patterns.
It includes common behaviour for working with DataSources
and ControlValueAccessors
.
Additionally, it contains injectable helpers to easily control the rxjs
subscriptions in your components, focusable/selectable list helpers and many more.
See Component Documentation for examples and API details.
To download and use Fundamental Library for Angular, you will first need to install the node package manager.
Fundamental Library for Angular is intended for use with Angular 15 or newer.
Prior knowledge of Angular is recommended, to use the fundamental-ngx library.
Check the Breaking Changes for the latest patches changes.
For an existing Angular CLI application,
Video tutorial How to use the Fundamental Core Library
Install Fundamental-NGX CDK.
ng add @fundamental-ngx/cdk
For versions prior to 0.10 use fundamental-ngx
If you do not use the Angular CLI or if this command does not work for you, please see the full installation guide.
Import the modules you want to use.
To add the entire library, add the following import to your main application module.
import { FundamentalNgxCDKModule } from '@fundamental-ngx/cdk';
@NgModule({
...
imports: [FundamentalNgxCDKModule],
})
export class DemoModule { }
To include an individual Angular Fundamental component in your application, you only need to import the relevant module.
For example, to use Drag&Drop directive, add the following import to your main application module.
import { DragAndDropModule } from '@fundamental-ngx/cdk/utils';
Please see Issues.
If you encounter an issue, you can create a ticket.
If you want to contribute, please check the CONTRIBUTING.md documentation for contribution guidelines. Please follow the Angular commit message guidelines.
Check out the NEW_COMPONENT.md guide on building a new component for the library and creating the necessary documentation for your new component.
0.57.3 (2025-08-07)
Note: Version bump only for package fundamental-ngx
FAQs
Fundamental Library for Angular - CDK
The npm package @fundamental-ngx/cdk receives a total of 15,561 weekly downloads. As such, @fundamental-ngx/cdk popularity was classified as popular.
We found that @fundamental-ngx/cdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.