How to detect when an @Input() value changes in Angular? I have a parent component (CategoryComponent), a child component (videoListComponent) and an ApiService. I have most of this working fine i.e. each component can access the json api and... April 26, 2022 0 Comments