New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ppwcode/ng-sdk

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ppwcode/ng-sdk

This project contains the ppwcode Angular schematics to add our Angular SDK to a project.

latest
Source
npmnpm
Version
21.4.1
Version published
Maintainers
4
Created
Source

@ppwcode/ng-sdk

This project contains the ppwcode Angular schematics to add our Angular SDK to a project.

ng-add

ng add @ppwcode/ng-sdk

Adds the Angular SDK to a project:

  • Add dependencies
  • Add Angular ESLint
  • Add Angular Material
  • Configure Angular Vitest runner
  • Modify package.json scripts

Development

Development of this schematic is straightforward. Use the following steps to verify changes made to the schematics:

  • In a terminal, make sure you are in the root of the project (not the workspace!)
  • Run npm run build - This will build the project and place the artifacts in the dist/ppwcode/ng-sdk directory
  • In a second terminal, generate a new Angular project using the following command:

    ng new [name] --skip-install --ssr=false --style=scss --ai-config=none

  • cd into the new project
  • Execute the schematic: ng add [relative-path-to-dist]/dist/ppwcode/ng-sdk

Repeat these steps every time you make changes to the schematics.

FAQs

Package last updated on 19 Mar 2026

Did you know?

Socket

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.

Install

Related posts