Angular CLI & Yarn Workspaces

How to use yarn workpaces and git submodule inside an Angular CLI project

Tiago Temporin
ITNEXT
Published in
2 min readApr 3, 2018

--

Angular CLI + Yarn + GIT

Click here to share this article on LinkedIn »

Sometimes we wanna create private modules and share them between projects. One of the best ways to do this is using git submodule and yarn workspace.

--

--