An open API service indexing awesome lists of open source software.

https://github.com/naseem1amjad/angular-trick-binding-textboxes-input-output

Demonstration of binding 2 textboxes (inputs) , reversing a string.
https://github.com/naseem1amjad/angular-trick-binding-textboxes-input-output

algorithms angular assignment input reverse-order string-manipulation task textboxes tips-and-tricks tricks typescript

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](Angular-Input-Output-Reverse.gif "Angular Reverse String in Textboxes Binding")