Take this example:
- navigation
app-navigation
app-link is now accessible from the whole application. But this is probably not needed, otherwise it would reside in its own component.
app-link also prevents a more generic link component to be made.
I think it is good practice to just chain your component names, like this:
- navigation
app-navigation
Take this example:
app-navigationapp-linkapp-linkis now accessible from the whole application. But this is probably not needed, otherwise it would reside in its own component.app-linkalso prevents a more generic link component to be made.I think it is good practice to just chain your component names, like this:
app-navigationapp-navigation-link