naseem1amjad / Angular-Trick-Binding-TextBoxes-Input-Output

Demonstration of binding 2 textboxes (inputs) , reversing a string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-Tip: (Binding TextBoxes in Angular)

Demonstration of binding 2 textboxes (inputs) , reversing a string.

Problem Statement:

Two fields on a screen, INPUT and OUTPUT fields. As soon user reach typing 4 letters in input field it should show the input field's letters in reverse order in OUTPUT field. It should keep updating the OUTPUT field after every letter is typed in INPUT field. Use ANGULAR 10 or above.

Solution

Gif Image to demo working of angular script

About

Demonstration of binding 2 textboxes (inputs) , reversing a string.

License:MIT License


Languages

Language:TypeScript 75.1%Language:JavaScript 16.1%Language:HTML 7.9%Language:CSS 0.9%