
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@sebgroup/ng-components
Advanced tools
   coding.
npm start
npm run build
npm run docs
npm test
npm run commit
and follow the stepsTo use a component, you need to import the Module
in whichever Module you want to use it. For performance/stability benefits we are not combining all the components into single Index, rather they are chunk into their own sub packages, therefore to use a component, you need to import the Component
sub-module from the lib
folder, in whichever Class you want to use it. Here is a sample of how to import the Chip
component in a page which you can then access by its selector.
import { ChipModule } from "@sebgroup/ng-components/lib/chip";
@NgModule({
imports: [ChipModule]
})
export class YourModule { }
<sebng-chip (onClose)="onClose($event)">Chip Text</sebng-chip>
For your feedback please contact us via emails below:
For all React users, we are hosting the same version of components for React
FAQs
  ![Github Pages](https://github.com/sebgroup/ng-components/workflows/Github%20Pages/badge
The npm package @sebgroup/ng-components receives a total of 9 weekly downloads. As such, @sebgroup/ng-components popularity was classified as not popular.
We found that @sebgroup/ng-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.