angularj-universal
angularj-universal copied to clipboard
This project provides an experimental server side render for Spring Boot and Angular 5 based on the J2V8 library
- The RenderResponse class now has an "error" property in case the renderer threw an error - The whole project was given `@NotNull`/`@Nullable` annotation to improve code quality - Exceptions...
The Angular team published an interesting language-independent draft to offer render capabilities via TCP or gRPC. For more information see these links: https://github.com/angular/universal/pull/999 https://github.com/angular/universal/pull/1000 https://github.com/angular/universal/pull/1001 https://github.com/angular/universal/pull/1002 https://github.com/angular/universal/pull/1003 This is really...
I have combed over your directions. I have solved most of my issues by rereading your post. Very thorough. But I have an angular 5 app integrated with your Spring...
I'm pleased to see your solution to provide a bridge between the popular Java framework Spring Boot and the popular front-end framework Angular. Your project will make it possible to...
At the moment the code base is not documented & tested well enough. More tests are required to reach a production level.