angular-nx-ssr icon indicating copy to clipboard operation
angular-nx-ssr copied to clipboard

Example of Angular Universal in a @nrwl nx workspace

Results 2 angular-nx-ssr issues
Sort by recently updated
recently updated
newest added

Error in lazy load module running a command: ng g lib testing --routing --lazy --parent-module=app/web/src/app/app.module.ts Error: Cannot find module 'C:\Users\superman\AppData\Roaming\npm\node_modules\@angular\cli\bin\ng' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Function.Module.runMain (module.js:684:10) at...

I really appreciate that you put this example up! Correct me if I'm wrong, but the current setup will fail when someone adds a second app to their project. At...