Grzegorz Mrózek
Grzegorz Mrózek
Hey, I'm getting different error on ng5 using static rendering: `/mnt/c/Users/user/Documents/GitHub-Projects/myproject/node_modules/angular-ssr/build/platform/document/tokens.js:3 exports.TemplateDocument = new core_1.OpaqueToken('TemplateDocument'); ^ TypeError: core_1.OpaqueToken is not a constructor at Object. (/mnt/c/Users/user/Documents/GitHub-Projects/myproject/node_modules/angular-ssr/build/platform/document/tokens.js:3:28) at Module._compile (module.js:635:30) at Object.Module._extensions..js...
@anvial If your app really depends on this SSR package I'd consider staying on ng4. However, if you can use dynamic prerendering in node you should definitely check out angular/universal...
@seanmavley Are You looking for static or dynamic prerendering?