Component Output Properties in Angular
Introduction
Component output properties allow a component to communicate with its parent component in Angular applications. This is done through the use of event bindings and custom events.
Event Bindings
Event bindings allow a component to bind to ...
mbarkt3sto.hashnode.dev4 min read