0.0.4 • Published 4 months ago

ang-koala v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

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

SelectorsDescription
directiveOnlyCharAllow user to enter only Alphabets on Text field and special char not allowed.
directiveOnlyNumericAllow user to enter only Numbers on Text field.
directiveOnlyCharNumericAllow user to enter onlu Numbers and Alphabets on text field.
directiveToLowerCaseAs soon as user start entering characters on Text field it converts the characters into Lowercase.
directiveToUpperCaseAs soon as user start entering characters on Text field it convert the characters into Uppercase.