
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
angular-ng-stepper
Advanced tools
The ng-stepper is a simple wizard/stepper component for Angular which is built on top of Angular CDK Stepper.
@angular/cdk
:angular-ng-stepper
:npm i @angular/cdk
npm i angular-ng-stepper
import {CdkStepperModule} from '@angular/cdk/stepper';
import {NgStepperModule} from 'ng-stepper';
@NgModule({
declarations: [AppComponent],
imports: [CdkStepperModule,NgStepperModule],
bootstrap: [AppComponent]
})
export class AppModule {}
<ng-stepper #cdkStepper [linear]="true">
<cdk-step [stepControl]="stepOne.stepOneForm" [optional]="false">
<ng-template cdkStepLabel>
<div class="step-bullet">1</div>
<div class="step-title">Personal Details <span class="required">*</span></div>
</ng-template>
<app-step-one #stepOne></app-step-one>
</cdk-step>
<cdk-step [stepControl]="stepTwo.stepTwoForm" [optional]="true">
<ng-template cdkStepLabel>
<div class="step-bullet">2</div>
<div class="step-title">Address</div>
</ng-template>
<app-step-two #stepTwo></app-step-two>
</cdk-step>
</ng-stepper>
Angular-ng-stepper uses Angular CDK API. For the full documentation you can refer to here
If you do love angular-ng-stepper I would appreciate a donation :)
MIT
FAQs
Angular stepper
The npm package angular-ng-stepper receives a total of 2,752 weekly downloads. As such, angular-ng-stepper popularity was classified as popular.
We found that angular-ng-stepper demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.