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

Angular 4+ server-side rendering solution compatible with @angular/material, jQuery, and other libraries that touch the DOM (as well as providing a rich feature set!)

Results 59 angular-ssr issues
Sort by recently updated
recently updated
newest added

ng-render on cli fails and says couldn't fine ./app.module

/Users/jagger/Documents/work/destination-discovery/node_modules/@angular/core/bundles/core.umd.js:1362 return Error('Cannot resolve all parameters for \'' + stringify(typeOrFunc) + '\'(' + ^ Error: Cannot resolve all parameters for 'ServerPlatform'(?). Make sure that all the parameters are decorated with...

### after run this code `./node_modules/.bin/ng-render` ``` [info] Rendering application from source (working path: /tmp/32f7115624bab) [=0l Unhandled Promise rejection: Cannot find module './app.module' ; Zone: ; Task: Promise.then ; Value:...

Hi, I need to access a cookie from server and browser, I thought about use a Varian but the cookie has not static values (it's an auth token), do you...

I run the demand-express example by excuting the command `npm start` and access http://localhost:8080/blog/1,then the blog content appear but it disappear when I refresh the page.But when I access the...

when i dispatch an ngrx/action from a lazyloaded module in my application, the dispatcher receives it only the very first server render. when renderUri is called a second time(by reloading...

i am using angular ssr on my multi route application with angular material. however, the route specific style tags in the output html are included only the first time. for...

I found no errors at all when i try to run my application without the lazyloaded modules. but when i enable them inside the app routes i got webpack error...

If you inject any elements into your component with ViewChild or ElementRef the nativeElements are the hidden server side rendered elements instead of the client side rendered elements. This happens...