- Added
ModuleMapLoaderModule
to show how to use lazy loaded modules - Added a proxy
proxy.conf.json
for local development - Redesigned the render configuration and switched to a fluent API
- Redesigned the Spring Boot integration. The integration will now auto-register all values defined in the
application.properties
- Upgraded to Spring Boot 2
- The render configuration class was refactored and now uses a fluent API style
- The Spring Boot starter was upgraded to Spring Boot 2. Applications that still rely on Spring Boot 1 can't use the current starter
- None
- Introduction of a new configuration class
RenderConfiguration
that contains the index template, the file path to the server bundle, the number of render engines and the flag for live reload - Introduction of a multi threaded renderer with multiple render engines. The number of engines can be defined in the configuration. For this the class
RenderEngine
was refactored and a new classRenderEngineFactory
introduced - Load the index template and server bundle directly from the configuration and not an asset provider anymore
- The default name of the server bundle is now
server.js
and notserver.bundle.js
anymore - The render engine interface was refactored
- The old assets provider were removed
- The login functionality in the Angular example application is not working/implemented
- Lazy loading Angular modules is not supported
- Initial functionality for rendering an Angular application on the server side
- None, initial release
- None, initial release