As the title suggests, I'd like to have a common TypeScript code, mainly for server communication, that is somehow referenced by 2 Angular projects.
I'm thinking of making a common TypeScript project that is packaged and then consumed by the two, but I don't know how to do that (or if it's the best solution).
Any suggestions ?