nx-ng-nest-universal
nx-ng-nest-universal copied to clipboard
Nx Workspace with a seperated Nest App for Angular Universal SSR.
Bumps [@nestjs/core](https://github.com/nestjs/nest) from 6.2.4 to 9.0.5. Release notes Sourced from @nestjs/core's releases. v9.0.5 (2022-07-20) Bug fixes common, platform-express #9819 fix: use pipeline over stream.pipe (@jmcdo29) Enhancements microservices #9798 feat(microservices): add...
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 7.2.15 to 11.0.5. Changelog Sourced from @angular/core's changelog. 11.0.5 (2020-12-16) Bug Fixes compiler: handle strings inside bindings that contain binding characters (#39826) (f5aab2b), closes #39601 core: fix...
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...
Hi, Thank you for all your hard work here, I finally managed to get it to work on my project. I was wondering if in the NEST project there is...