Trying to understand the concept of Angular Element. If I just change the selector defined in the app.component.ts from app-root to hello-world (and combine the generated js files into one), I can use that as a custom tag "hello-world" in my html.
Does the Angular Element give anything more than this? Most tutorials I have seen, have a long sequence of steps to generate an Angular Element. Please help me understand.