The ng-Poland keynote offered a glimpse into Angular 20 and beyond, now free to watch on myconf.dev. Other highlights include Younes Jaaidi’s solution for template code coverage, and updates to Native Federation with SSR support.
Ng-Poland Keynote
If you’re curious about what Angular 20 and beyond might bring, the Ng-Poland keynote is now available for free. Simply head to https://myconf.dev/channels/ng-poland, register, and watch the recording.
Code Coverage with HTML
Code coverage in Angular has long had a weak spot when it comes to templates. Logic within templates isn’t reflected in code coverage reports. Younes Jaaidi addresses this by leveraging AOT compilation and using the generated JavaScript instructions to identify which parts of the template are covered.
This approach is already available for Vitest, and Younes has created PRs for Jasmine/Karma and Jest. Learn more in his blog post:
Native Federation
Native Federation, an approach for MicroFrontends using import maps for runtime loading, now supports SSR. It also offers a new feature allowing Module Federation to be embedded within Native Federation. This is likely to be useful for very large applications or environments with complex requirements.
State of JavaScript Survey
Finally, a quick reminder: the State of JavaScript survey is still open. If you haven’t participated yet, make sure to fill it out!
That’s it for this week. Wishing you a great week, and see you in the next episode!
Top comments (0)