Trouble Shooting
This page has some general trouble shooting tips for when the s**t inevitably hits the fan and you are tearing your hair out.
RouterLink not working
Make sure you have imported the RouterLink directive to the imports array in app.component.ts.
Component not loading as expected
Make sure you are using the proper selector. For example, if you have a ModalComponent the
default selector will be app-modal NOT modal-component.