Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@fundamental-ngx/btp
Advanced tools
[![npm version](https://badge.fury.io/js/%40fundamental-ngx%2Fbtp.svg)](//www.npmjs.com/package/@fundamental-ngx/btp) ![Build Status](https://github.com/SAP/fundamental-ngx/actions/workflows/create-release.yml/badge.svg?branch=main) ![npm](https://img.shi
The @fundamental-ngx/btp
library is a set of components and Angular directives aimed to help BTP developers build BTP specific use-cases.
To download and use Fundamental Library for Angular, you will first need to install the node package manager. Usually the LTS version should do the job.
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 btp.
ng add @fundamental-ngx/btp
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 include an individual Angular Fundamental component in your application, you only need to import the relevant module.
For example, to use the splitter, add the following import to your main application module.
import { SplitterModule } from '@fundamental-ngx/btp/splitter';
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.
FAQs
[![npm version](https://badge.fury.io/js/%40fundamental-ngx%2Fbtp.svg)](//www.npmjs.com/package/@fundamental-ngx/btp) ![Build Status](https://github.com/SAP/fundamental-ngx/actions/workflows/create-release.yml/badge.svg?branch=main) ![npm](https://img.shi
The npm package @fundamental-ngx/btp receives a total of 965 weekly downloads. As such, @fundamental-ngx/btp popularity was classified as not popular.
We found that @fundamental-ngx/btp 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.