8.0.0 Beta 2
Pre-release
Pre-release
Features
- restore Server Side Rendering support with Universal #183. (Breaking Change).
- Carousel has a new input "[disableSsrWorkaround]="true"" to use modals in carousels with SystemJS (Breaking Change).
Also, every time you need to open modal gallery, you must pass to LibConfig this code:keyboardServiceConfig: { shortcuts: ['ctrl+s', 'meta+s'], disableSsrWorkaround: true }
Demos
- update all LibConfigs in SystemJS demo to prevent crashes. Because, now disableSsrWorkaround must be passed manually in every LibConfig. This is a
breaking change (see above).
This is a beta version, without documentation
If you want to try it, check examples/angular-cli-9 to get tons of working examples