Concept Flow - Component selector usage
Define component with selector
Use selector as HTML tag
Angular parses template
Replace selector tag with component template
Render component content in DOM
Angular reads the component selector, finds matching tags in templates, and replaces them with the component's rendered content.