I have an angular site that contains a component inside another component. I\'m using routing and lazy loading the outer component (ComponentA). The inner component (Compone
I just experienced the same, and the problem was that I had the wrong case ('a' vs 'A') for the component.
In my parent component's template, I had:
Instead of