I have plunger code below and this code is for showing some child Component :
HTML inside child component is shown below:
<div>
<h3>I'm the Child component</h3>
</div>
Plnkr code is shown below:
https://embed.plnkr.co/aYET8s/
But whenever I run the plunger, I am getting "Loading.." text.
Why am I not getting "I'm the Child component" in the browser?
Could you please help?
Change
config.js
to userxjs@5
andangular/core@5
The DEMO on PLNKR