I'm starting with angular and the next question comes up.
In the component app.component.html is where I have created a navbar and some more html elements that are common to all routes. But now I want to create a part of administrator that does not have to use neither the navbar nor the other elements. But others that I have created.
My question is: Can I create another file type "app.component" for the administration part with its own structure and that has nothing to do with the other party?