How to call the ngOnInit of one component from another component
I have 2 files that load data into 1 page. I want the content of component B to get loaded when components of component A are being loaded onto the page.
I have 2 files that load data into 1 page. I want the content of component B to get loaded when components of component A are being loaded onto the page.