Angular Addicts Issue #7: Standalone components and routers, Native Federation 1.0 & more
My favorite Angular resources of October, 2022
๐Hey fellow Angularย Addict
This is the 7th issue of the Angular Addicts Newsletter, a monthly collection of carefully selected Angular resources that got my attention. (You can read the first, second, third, fourth, fifth and sixth issueย here.)
๐Angular Gems of October,ย 2022
๐ฐHow to turn an Angular app into standaloneโโโPartย I
Ayyash Ayyash converts a few Angular components into standalone components, then assesses in which situations the standalone components simplify application architecture and development.
How to turn an Angular app into standaloneโโโPart I
๐ฐAdvancements in the Angularย Router
Andrew Scott shows us how to use the new router API introduced in Angular v14.2. Thanks to the new API, we can create standalone routers without a `RouterModule`.
Advancements in the Angular Router
๐ฐAngular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef
In his article, Kagklis Vasileios explains how to reference and modify the DOM from Angular, I really like his examples.
Angular DOM Manipulation: ElementRef, TemplateRef, and ViewContainerRef
๐ฐHow Angular evolves? By not being opinionated where it shouldnโt be!
Enea Jahollariโs article is an interesting conversation starter, he shares his thoughts on how opinionated Angular should be and how Angular and its community has evolved soย far.
How Angular evolves? By not being opinionated where it shouldnโt be!
๐ฐAngular and Microfrontend Pipelines
In his tutorial, Oleksii Koshkin builds a microfrontend application with an Angular host app and a React microfrontend.
Angular and Microfrontend Pipelines
๐ขRelease and deprecation announcements
๐ขNX 15 isย out!
Juri Strumpflohner summarizes the changes in the latest version ofย NX:
Performance optimization
Package-based and Integrated Style Monorepos
New Compact Syntax for Task Pipelines
Fine-tunable Caching withย Inputs
Nx Console
Cleanup for pure JS/TS packages and ESBuildย support
๐ขNative Federation 1.0 wasย released
Manfred Steyer announces the 1.0 version of Angular Architectโs Native Federation. Itโs a framework- and tooling-agnostic implementation of Module Federation, so it does not depend on Webpack, and it allows us to get started with modern technologies like Esbuild orย Vite.
Announcing Native Federation 1.0 - ANGULARarchitects
๐ขModern CSS in Angular:ย Layouts
The Angular team is going to stop publishing new releases of the @angular/flex-layout library (starting in v15). In her article, Emma Twersky demonstrates modern CSS layout enhancements for Angular developers.
Modern CSS in Angular: Layouts
๐ฌ Tweets
Here is a collection of my favorite tweets from October,ย 2022:








๐โโ๏ธWho is behind Angularย Addicts?
My name is Gergely Szerovay, I work as a frontend development chapter lead. Teaching (and learning) Angular is one of my passions. I consume content related to Angular on a daily basisโโโarticles, podcasts, conference talks, you nameย it.
I created the Angular Addict Newsletter so that I can send you the best resources I come across each month. Whether you are a seasoned Angular Addict or a beginner, I got youย covered.
Next to the newsletter, I also have a publication calledโโโyou guessed itโโโAngular Addicts. It is a collection of the resources I find most informative and interesting. Let me know if you would like to be included as aย writer.
Letโs learn Angular together! Subscribe hereย ๐ฅ
๐น๏ธPrevious issues
If you missed the previous issues of the newsletter, you can read themย here:
Angular Addicts Issue #6: ng-conf 2022, NgRx best practices, Application architecture tips & more
Angular Addicts Issue #5: New features in Angular 14.2, Bundle size optimization, Tutorials & more
Angular Addicts Issue #4: Micro Frontends, Moduliths, Tutorials & more
Angular Addicts Issue #3: recent version updates, my fav tweets & more
Angular Addicts Issue #2: Angular 14, NX 14, RxJS and NgRx tips & more
๐จ Submit your Angularย resource
Have you found or written an interesting Angular-related article, tweet or other resource lately? Please let me know here in the comments or send me a DM on Twitter! I might feature it in the next Angular Addictsย issue!
Angular Addicts Issue #7: Standalone components and routers, Native Federation 1.0 & more was originally published in Angular Addicts on Medium, where people are continuing the conversation by highlighting and responding to this story.