1.1.0 • Published 2 years ago

ngx-input-uppercase v1.1.0

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

ngx-input-uppercase | Angular 6+

You know that input you need to uppercase it? So, do it extremely simply!

Install

$ npm i ngx-input-uppercase --save

How to use?

Import the module into your module:
// module.ts
import { NgxInputUppercaseModule } from 'ngx-input-uppercase';

@NgModule({
	imports: [
		NgxInputUppercaseModule
	]
})
export class YourModule { }
Put in your input:
<input ngxInputUppercase>