Added "error" component with onClick event listener using EventEmitter, and tested it in the Home page.
We had an existing NoInternetComponet, any reason for removing it?
NoInternetComponent isn't used in any page. I also thought ErrorComponent would replace it as follows: https://ibb.co/FJzPDr0
Should I set it again in the app.module file? Kindly correct me if wrong. Thank you.
Added "error" component with onClick event listener using EventEmitter, and tested it in the Home page.