I have two Angular applications in two different angular workspaces, where I'd like to use common source files (as opposed to a library or npm repository).
Is there any way to point Angular to an arbitrary directory, which it will consume during build? I thougt about linking a directory, but since GIT will not support that, I put the idea aside.