I have been working through the tutorial here: https://angular.io/docs/ts/latest/tutorial/ as well as various blog posts, and have managed to get it running in visual studio.
Now I face something I have not been able to solve.
I want to move some of my components into a separate component library project.
How do I then reference some of these components in my main app component?
They now reside outside of my app directory in another project completely.
What do I need to now be able to use these external components?