DEV Community

Discussion on: Angular Ivy: Overcome the first obstacles

Collapse
 
negue profile image
negue

Oh wow! Thank you !! I'm glad it still helps people! I would've thought those kind of issues were already fixed / improved :)

Collapse
 
radubl profile image
Radu Blana

My use-case was a monorepo with 2 separate angular apps and one shared library. While I had path aliases for imports from the shared library so typescript would know where to find all relevant files, angular did not know to follow those aliased paths, prompting me with the confusing Unable to write a reference to {X} from {Y} error. The solution was to set rootDir to "../".