I'm looking to implement some changes in the Service file without modifying the Component.ts or directive file. Here's what I need: 1) I want to add an event listener after the service renders its content (which is generated by a third-party tool that includes HTML content that can only be identified through inspection and obtaining an ID). 2) Why is it not recommended to use lifecycle hooks inside a service.ts file?