DEV Community

Cover image for Ng-News: Episode 22/14
Rainer Hahnekamp
Rainer Hahnekamp

Posted on

Ng-News: Episode 22/14

This is a weekly posting, covering the latest updates from the Angular community.

RFC: Standalone APIs

Alex Rickabaugh from the Angular core team published an RFC under the name “Standalone APIs”. It is based on Standalone Components, a new feature that will make NgModules optional. The use case here is, that although we can write our components as standalone, we still need NgModules for various tasks.

Think of the RouterModule for the routing configuration, the AppModule for bootstrapping, the HttpClientModule, the StoreModule in NgRx, etc.

The RFC “Standalone APIs” discusses alternative or new ways for these tasks,

The RFC is open for everyone, you are invited to comment and many people have already done that.

RFC: Standalone APIs

Angular Blog on Standalone APIs

nx 13.10 & Roadmap for v15

nx, an extension to the Angular CLI is available in v13.10. Most of the new Angular-related features are in the area of module federation.

But that’s not all of it. Juri Strumpflohner wrote an article where he gave a detailed overview of all the new features since version 13.5.

In addition, Viktor Savkin, the central person and co-founder of nx, published the roadmap for version 15. So that would be the next but one version. We can expect an automatic migration from Angular CLI projects, which contain multiple libraries and applications. The test execution will be faster and the Nx console, a plugin for VSCode, will get some additional features.

Nx 15 Roadmap

Miscellaneous

Armen Vardanyan wrote a good article on use cases for the RxJs combination operators. So those that process multiple Observables.

Vugar Abdullayev wrote a YouTube clone in Angular for three different monorepository tools: Lerna, TurboRepo and nx.

Manfred Steyer published an article where he discusses in detail, how to deal with MicroFrontends, when multiple Angular versions or even different frameworks need to run together.

Top comments (0)