question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not work with angular universal

See original GitHub issue

I’m submitting a … [x ] bug report

Error output ORIGINAL EXCEPTION: This method is not implemented in Parse5DomAdapter: Parse5DomAdapter#getCookie

Please tell us about your environment:

  • OS: Mac OS X Sierra 10.12.1

  • Node: v6.9.1

  • NPM: v3.10.8

  • angular2-universal: v2.0.11

  • ng2-translate version: 4.2.0

  • Angular version: 2.1.0

  • Browser: All

  • Language: TypeScript 2.0.3

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:23

github_iconTop GitHub Comments

3reactions
PatrickJScommented, Dec 9, 2016

for anything that depends on HttpModule make sure you include it before UniversalModule

1reaction
martinopcommented, Mar 13, 2017

@cristiancamiloperezlopez I dont need to put the universalmodule at the end of the array… Just do this:

https://github.com/angular/universal-starter/issues/263

Basically you need to implement your own loader for the server side… in the app.browser just import all normally and in the app.node put the ngx translate in the imports arry using your own loader as in the example

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Universal: real app problems - InDepth.Dev
This article will discuss the issues and possible solutions we encountered while developing a real application with Angular Universal and Express.
Read more >
Server-side rendering (SSR) with Angular Universal
This guide describes Angular Universal, a technology that renders Angular applications on the server. A normal Angular application executes in the browser, ...
Read more >
angular universal not working even on empty project
its an issue with angular. simply run npm i @angular-devkit/build-angular@0.13.4 to solve the issues.
Read more >
Angular Universal: Complete Practical Guide
This post will be a complete practical guide for getting started with Angular Universal. We are going to go start with an existing...
Read more >
Issues · angular/universal - GitHub
Server-side rendering and Prerendering for Angular - Issues ... SSR with i18n with Angular 9 not working ... Unable to run universal app....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found