The Angular Newsletter - Your One-Stop Shop For All Things Angular
Angular Jobs
Follow us for Angular News, Courses, Events, Resources, & Jobs! Hiring Qualified Developers Since MMXII.
Welcome to the Angular Newsletter!
The Angular Newsletter is a weekly newsletter that covers the latest news and tips for Angular Developers.?
In this edition of the Angular Newsletter:?
How to Build Web Components in Angular
Written by Rob Bell
Web components are a powerful feature that allow you to create reusable, custom HTML elements. We will go over how to export a web component from an Angular project and use the component in a non-Angu...
How to turn an Angular app into standalone — Part I
Written by Ayyash Ayyash
React vs Angular Comparison: Which is Better and Why?
Written by Jessica
Our reality is one that is mediated by technology. This makes a creative apps. Speaking of the same, Talking about famous argument of React vs Angular Comparision. And the quickest thought in our mind...
Typescript RxJs takeUntil, takeWhile
Written by Aleksei Jegorov
How to stop data emission in time?
Typed Forms in Angular
Written by Brian Love
Angular version 14 is a feature-packed release that brings new APIs, functionality, and a developer experience. This includes one of the most requested feature improvements in Angular: typed forms. In...
Typed Route Path Management in an Angular Application
Written by Dane Vanderbilt
Then we’ll change the constant Routes variable to a constant function called buildRoutes that takes in our AppRouteNames class, and uses that parameter to access the route paths in our route config: W...
Angular Basics: What Is an Angular Custom Directive?
Written by John Au Yeung
Angular lets us create two kinds of custom directives—attribute and structure—to control how things are rendered in the DOM or to change the DOM layout. Let’s get started with these tools in Angular...
How To Store JSON Data In Local Storage — JS, React, Angular
Written by Lorenzo Zarantonello
Learn how to store data in localStorage in JavaScript, React or Angular.
Angular: Reactive Forms
Written by NIKHIL ARORA
Everything you need to know about Reactive Forms.
How to Use MQTT in The Angular Project
This article will introduce how to use MQTT protocol in Angular projects to perform functions between clients and MQTT Broker.
Advancements in the Angular Router
Written by Andrew Scott
Here’s an example of functional guard that takes a component as a parameter and returns whether or not a route can be deactivated based on the component’s hasUnsavedChanges property: We’ve introduced ...
Router utility functions in Angular 14+
Written by Alain Chautard
This post illustrates some new router utility functions available in developer preview since Angular v14.
Angular: Create a Custom RXJS Operator for Reusing Multiple Other Repetitive RXJS Operator...
Being an Angular/Typescript developer, you would have often come across this scenario, where the same few lines of code are being repeated across multiple methods. What if those few lines of code are ...
领英推荐
WFH Developer Talent Collective (Sponsor)
What if instead of spending countless hours scouring the internet or going through job boards, REMOTE job opportunities came to you??
If you like how that sounds, then the WFH Developer Talent Collective is perfect for you!
Members get exclusive access to top employers that are hiring remotely, including:
Interested? Then make sure to join now to be in our first cohort!
You can sign up in just minutes when you register with LinkedIn. Developers in eligible regions can find the sign-up link at?AngularJobs.com
Angular Newsletter continued...
Dynamic Angular Microfrontends
Written by Stefan Haas
Learn how to load your microfrontends very dynamically to manage stages, A/B testing, or create a plugin-architecture.
How to turn an Angular app into standalone — Part II
Written by Ayyash Ayyash
Get the big picture — RxJS & Reactive Programming
Written by Jorrit Willaert
RxJS is the best known library for reactive programming in JavaScript. Reactive programming is mainly concerned about handling…
Top 10 VSCode Extensions for Angular Developers
Written by Nirmal Kumar
Use these extensions to increase productivity and make life easier for yourself as an Angular developer.
Fun with GitHub Copilot #5 (Ionic)
Written by Michael D Callaghan
Using Copilot to Help Build Ionic Framework Apps
Implementing state management in an Angular complex app
Written by Iker Bédécarrax
This article explains what is a state manager, how does it work and why should complex applications use it. Here we will focus on Angular…
Building your own form fields the Angular way with control value accessor...
Written by Pierre Bouillon
Angular forms are powerful and, well known, can be used in a way that greatly simplify your own forms by also improving the reusability of your components...
Angular Basics: Step-by-Step Understanding the Async Pipe
Written by Dhananjay Kumar
The async pipe can make a huge difference in your change detection strategy for your Angular app. If it’s been confusing to you so far, come work through this step-by-step explanation. We’ll understan...
Create a Video Background for Ionic Angular App
Create an Ionic Angular app with a video in the background
Angular Custom Directive Example — HostBinding & HostListener
Written by Lorenzo Zarantonello
Directives give superpowers to HTML elements. Create custom directives with HostBinding & HostListener
Thanks for reading the Angular newsletter! We hope you found the information useful and will keep using Angular to build amazing web apps. If you have any suggestions or feedback, please let us know. Until next time, keep coding!
Best,
The #Angular Newsletter team
Software Engineer
2 年This can also be valuable: https://codelabs.developers.google.com/angular-standalone-components?hl=en#0