I've create an app in angular 2 that has a few modules using 1 shared module for it's utilities. This app is hosted in an iis asp.net web site and the source code is managed on TFS.
Now that this site is up and running, I want to be able to create another site with an app that uses the same shared module. Changes to the shared module should be reflected in both sites.
If this was .net and C# I'd use a 3rd project as a common library. What is the best practice in angular 2 / typescript