nx-ng-nest-universal
nx-ng-nest-universal copied to clipboard
Importing library breaks build
When creating a library and importing a module into the main apps app.module, the build breaks for both npm run serve
and npm run go
.
ERROR in src/app/app.module.ts(14,5): Error during template compile of 'AppModule' Could not resolve @ss/shared/ui relative to [object Object]..
I've create a test repo/branch here.