Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 478 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 478 Bytes

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>