Angular Addicts Issue #5: New features in Angular 14.2, Bundle size optimization, Tutorials & more
My favorite Angular resources of August, 2022
👋Hey fellow Angular Addict
This is the 5th 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 and fourth issue here.)
💎Angular Gems of August, 2022
📰Why Angular 14’s new inject() function is so amazing?
The inject() function was introduced in Angular 14.0, it takes an InjectionToken as a parameter and returns its value from the currently active injector. In his article, Vlad Gheorghita shows multiple different use cases for this new feature.
Why Angular 14’s new inject() function is so amazing?
📰The Ultimate Clean Architecture Template for TypeScript Projects
Aziz Nal shares a Typescript project architecture that allows your code to be independent of frameworks, databases, or UIs and makes your code more testable. In his second article, he demonstrates an Angular project based on his template.
The Ultimate Clean Architecture Template for TypeScript Projects
How To Implement a TypeScript Web App With Clean Architecture
📰Optimize the Bundle Size using Source Map Explorer
Mohammedfahimullah demonstrates how to analyze the bundle size of an Angular application, then shows us some interesting optimization techniques.
Optimize the Bundle Size using Source Map Explorer
📰Design systems: Prototyping on steroids
In his article, Daniël De Wit explains how their team creates high fidelity prototypes based on their own design system, using Angular.
Design systems: Prototyping on steroids
📢Release and deprecation announcements
📢 Angular 14.2.0 is out
Netanel Basal covered the most interesting new features in the following articles:
📢The State of end-to-end testing with Angular by Mark Thompson (@marktechson)
The Angular Team deprecated Protector, its last release will be released in Angular v16.
The State of end-to-end testing with Angular
📢Nx 14.5 — Cypess v10, Output globs, Linter perf, React Tailwind support
Juri Strumpflohner summarizes the changes in the latest version of NX:
Cypress v10 and Component Testing
Globs for Task Outputs in nx.json
Parameter Forwarding when building dependent projects
Nx module boundary lint rule feature improvements, it got an order of magnitude faster
Nx Migrate improvements and Nx Repair
Tailwind Setup Generator for React
React Native: Add Detox config to Expo apps
Nx 14.5 — Cypess v10, Output globs, Linter perf, React Tailwind support
👨🏫Tutorials and guides
👨🏫How To Quickly Get Started With GraphQL in Angular
Haroun Chebbi walks us through the setup of an Angular project with Apollo Angular and Angular Material, then creates a country list application.
How To Quickly Get Started With GraphQL in Angular
👨🏫What is App monitoring?
Bhoomi Bhalani explains the importance of application monitoring and demonstrates how to set up Sentry for an Angular app.
👨🏫How to create your own Angular Tooltip Directive
In his tutorial, Piotr Gołofit shows us how to create a lightweight, plain HTML/CSS based tooltip directive in Angular.
How to create your own Angular Tooltip Directive — a short tutorial
💬 Tweets
Here is a collection of my favorite tweets from August, 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 #2: Angular 14, NX 14, RxJS and NgRx tips & more
Angular Addicts Issue #3: recent version updates, my fav tweets & more
Angular Addicts Issue #4: Micro Frontends, Moduliths, Tutorials & 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 #5: New features in Angular 14.2, Bundle size optimization, Tutorials & more was originally published in Angular Addicts on Medium, where people are continuing the conversation by highlighting and responding to this story.