I’m using Angular 14. I have a standalone component in which I want to include a child component from another module. The standalone component looks like and its service file is The child component is in another module — MyModule. The my.module.ts file looks like But my parent’s HTML is giving me the error on the line … Answer Try