This is a follow up question to: Do Angular 5 components need a -
in the selector?.
One of the benefits cited to having a dash (-
) in an element name is that the element becomes an HTMLElement instead of an HTMLUnknownElement.
From a runtime point of view how does this matter? Does an HTMLUnknownElement start to seek out fame, get shunned by other elements, ...?
It almost seems like theres more benefit to being unknown. No paparazzi bothering you, etc. Plus since it's marked as unknown we know that it is a custom element.