How to set an Input property without binding in Angular – Html
I have a simple Angular component which takes a debounce time as an Input parameter. The parameter type is a number with a default value equals to 0. It is used later on as a debounceTime value. input.component.ts import {…