
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
ngxm-input
Advanced tools
See demo page.
##Features
##Getting started
###Step 1: Install:
NPM
npm i --save ngxm-input
###Step 2: Import the NgxmInputModule and angular FormsModule module:
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { NgxmInputModule } from '../../../ngxm-input/src/lib/ngxm-input.module';
@NgModule({
declarations: [AppComponent],
imports: [
BrowserModule,
BrowserAnimationsModule,
ReactiveFormsModule,
NgxmInputModule,
FormsModule,
],
bootstrap: [AppComponent],
})
export class AppModule {}
Usage
<form [formGroup]="form" class="demo-box">
<h1>Example</h1>
<ngmx-input
[label]="'Demo input'"
[formControlName]="'testControl'"
>
</ngmx-input>
</form>
| Input | Type | Default | Required | Description |
|---|---|---|---|---|
| [type] | text, number, password, search | text | no | Type input |
| [label] | string | null | no | Label for input |
| [pattern] | string, RegExp | null | no | Pattern validation |
| [enableLoop] | boolean | false | no | Loop icon for search type input |
| [enableEye] | boolean | false | no | Eye icon logic for password type input |
| [error] | string | null | no | Error text |
| [required] | boolean | false | no | Required attribute and show * in label flag |
| [description] | string | null | no | Description text |
| [formControlName] | string | null | no | Control form angular |
| [placeholder] | string | null | no | Placeholder text |
| [maxLength] | number | null | no | Max-length parameter |
| [disableErrorMessage] | boolean | false | no | Show/hide error message flag |
FAQs
NgxmInput - simplify, open-source input component for Angular.
We found that ngxm-input 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.