Is there a way to open an Angular component in a new tab? This is just for printing purposes, and the new tab won't have any functionality like buttons or functions that refer back to the Angular program. I literally just want to open a component in a new tab so that we can print things cleanly and easily.
I am open for any solutions, but the less 3rd party stuff the better.