dss-uppercase
v0.0.6
Published
The `uppercase` directive automatically converts all text entered in an input field to **UPPERCASE**. It also ensures that values bound via `[(ngModel)]` are displayed in uppercase.
Readme
Uppercase Directive
The uppercase directive automatically converts all text entered in an input field to UPPERCASE.
It also ensures that values bound via [(ngModel)] are displayed in uppercase.
📦 Installation
Install the package from npm:
npm install dss-uppercase
##Syntax
```HTML
<input type="text" [(ngModel)]="entity.uppercase" uppercase />