Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
ngxm-input
Advanced tools
NgxmInput - simplify, open-source input component for Angular.
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.
The npm package ngxm-input receives a total of 0 weekly downloads. As such, ngxm-input popularity was classified as not popular.
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.