This commit is contained in:
phoenix
2024-12-26 23:12:28 +08:00
parent 4d81f04fec
commit 69fd60ab0a
11 changed files with 219 additions and 11 deletions
@@ -0,0 +1,6 @@
<div>
<h2>Kill Process</h2>
<input type="number" [(ngModel)]="processId" placeholder="Enter Process ID">
<button (click)="killProcess()">Kill Process</button>
<p *ngIf="message">{{ message }}</p>
</div>