This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Description
Currently this example does not use the "hoist" mode of Lerna, because Angular CLI unfortunately requires that its dependencies be installed in the immediate, local node_modules directory, rather than using standard node module resolution (which would be possible of finding "hoisted" packages).
angular/angular-cli#3864
I've already made an experimental branch which applies a bunch of symlinks to patch this up.
At some point, either ensure this is reasonably solid and use it, or hopefully see Angular CLI perform standard node resolution so that hoist "just works".