Creating an Angular application involves a parent component that contains child components. I am looking for a way to share functionality among the components without resorting to creating services for each one.
One approach would be to build services and replicate the functionality across all components.