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.
- Host: GitHub
- URL: https://github.com/naseem1amjad/angular-trick-binding-textboxes-input-output
- Owner: naseem1amjad
- License: mit
- Created: 2021-11-25T14:46:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T15:17:40.000Z (over 4 years ago)
- Last Synced: 2025-02-21T14:17:21.463Z (about 1 year ago)
- Topics: algorithms, angular, assignment, input, reverse-order, string-manipulation, task, textboxes, tips-and-tricks, tricks, typescript
- Language: TypeScript
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
