in the Angular tutorial https://angular.io/tutorial/toh-pt1#selector, I dont understand the sentence: "The CSS element selector, 'app-heroes', matches the name of the HTML element that identifies this component within a parent component's template." I don't know what is like for a css selector, because I cannot find anything that matches the name of some HTML element.. there is no HTML element with the name app-heroes or similar... How does this work?
I only have a folder structure /src/app/heroes, where my heroes components are defined. Does it construct a name consisting of "parentfolder-folder"? and what exactly will be referenced by the css element selector ?