Are you looking for a component that can make input numbers great again👏 Let’s get started. For reach this behavior we will create 1 directive and component in Angular 2+. Working DEMO at stackblitz edit-input.component.ts import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; @Component({ selector: 'app-edit-input', templateUrl: './edit-input.component.html', …