
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@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 26 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
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.