I'm building Angular 6 project and I need to test the appearance of angular component without assigning router link and manually loading it. I need to view individual component and how it behave. I don't have much understanding in unit tests in angular. How can I achieve this?