![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@fundamental-ngx/cx
Advanced tools
The @fundamental-ngx/cx
library is a set of Angular components built using Fundamental Library Styles.
The Fundamental Library Styles is a design system and HTML/CSS component library used to build modern product user experiences with the SAP look and feel.
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 Cx Library
Install Fundamental-NGX.
ng add @fundamental-ngx/cx
For models 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.
Edit your tsconfig.
Edit the target
in your tsconfig.json
to es5
. The library is incompatible with later versions.
Import the modules you want to use.
To add the entire library, add the following import to your main application module.
import { FundamentalNgxCxModule } from '@fundamental-ngx/cx';
@NgModule({
...
imports: [FundamentalNgxCxModule],
})
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 Switchs, add the following import to your main application module.
import { CheckboxModule } from '@fundamental-ngx/cx';
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.53.2-rc.6 (2024-11-22)
FAQs
Fundamental Library for Angular - cx
We found that @fundamental-ngx/cx 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.