ngx-placeholder-asterisk
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

NgxPlaceholderAsterisk

Simple directive to add asterisk followed by space (' *') to input placeholder programatically

Installation

npm install ngx-asterisk-placeholder --save

Usage

  1. Add module:
imports: [
    // ...
    AsteriskPlaceholderModule
  ],
  1. Use asteriskPlaceholder directive on input field - below it is used on only one (frist) of two inputs:
<input type="text" asteriskPlaceholder placeholder="First name">
<input type="text" placeholder="Last name">
  1. See results - first one has asterisk added:

Results

Development

Development follows guide on Angular.io - https://angular.io/guide/creating-libraries

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ngx-asterisk-placeholder directory.

Contribute

Are you interested in contributing? Awesome! Fork, make change, commit and create pull request. I'll do my best to merge changes!

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ngx-placeholder-asterisk

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

23.1 kB

Total Files

16

Last publish

Collaborators

  • elwin013