Category "angular2-template"

why my angular page doesn't load

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

Capitalize the first word (or optionally all the words) of a sentence in angular 2+

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

Template is not rendering in Angular2

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.

Angular2+ render a component without any wrapping tag at all

My child-component looks like: ... @Component({ selector: '[child-component]' templateUrl: './child.template.html' }) ... and my parent template like