hallo there i am a beginner with angular 6 but when ever i make a new project the app-rout tage doesn't load the app-component.html file it appears empty and i
I am trying to capitalize words of a string in the angular 2 template (aka view) but I get the following error in the console and the application does not load
I want to render html template by giving url in Angular2, But template is not loading. I am using visual studio code editor, Below is my code and structure.
My child-component looks like: ... @Component({ selector: '[child-component]' templateUrl: './child.template.html' }) ... and my parent template like