ang-koala
v0.0.4
Published
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.0.
Downloads
3
Readme
ang-koala
This project was generated with Angular CLI version 16.2.0.
Browser Support
ang-koala supports all browsers supported by Angular.For current list, see https://angular.io/guide/browser-support#browser-support.
Description
This is library currently provides basic custom directives for every Angular Application requires at the time of development.
How to use ?
To use this import below module in your module.ts import { AngKoalaModule } from 'ang-koala'
Cutom Directives
| Selectors | Description | | --- | --- | | directiveOnlyChar | Allow user to enter only Alphabets on Text field and special char not allowed. | | directiveOnlyNumeric | Allow user to enter only Numbers on Text field. | | directiveOnlyCharNumeric | Allow user to enter onlu Numbers and Alphabets on text field. | | directiveToLowerCase | As soon as user start entering characters on Text field it converts the characters into Lowercase. | | directiveToUpperCase |As soon as user start entering characters on Text field it convert the characters into Uppercase. |