Issue #64: Route Guard in Angular , Mastering Angular Structural Directives, Angular & tRPC, Angular's Custom Form Components
#ngTutorials
Everything you need to know about route Guard in Angular | by Thomas Laforge
Routing is a significant aspect of any SPA application, and protecting these routes is often necessary. We may want to guard our routes for permission access or to prevent users from exiting a route by mistake if a form has not been submitted correctly. Angular provides a set of built-in guards that can be easily used for various use cases. In this article, I will demonstrate and explain each of the built-in guards provided and show you how to use them with some common examples.
Improve page performance and LCP with NgOptimizedImage | by Maciej Wojcik
Explore mechanisms of NgOptimizedImage directive to improve overall page performance, targeting especially the Largest Contentful Paint (LCP) metric from Core Web Vitals. Enhance pages, make the best user experience and improve the web.
Mastering Angular Structural Directives - It’s all about the context | by Robin Goetz
Structural directives in Angular are one of the framework’s most powerful tools. We encounter them early in our Angular journeys. They are integral to developing even the most basic Angular applications.
The best of Angular: a collection of my favorite resources of 2022 | by Gergely Szerovay
Check out these resources to learn about what happened in the world of Angular last year.
Angular developers can learn Svelte so fast... | by Joshua Morony
It turns out that a lot of the concepts and APIs of Angular and SvelteKit are quite similar from a developer perspective, which means the leap for Angular developers to learn SvelteKit is reasonably small. This video takes a look at some of the similarities.
Async pipe is not pure | by Enea Jahollari
Yes, that’s normal! Why? Because of how Angular does change detection under the hood!
Angular & tRPC | by Kevin Kreuzer
Do you want maximum type safety accross the entire stack? Let's talk about Angular & tRPC.
#ngPodcasts
Angular's Custom Form Components - AiA 366 | by Adventures in Angular
Charles, Lucas, and Subrat take on this week's panelist episode as they tackle all about Custom Form Components. Lucas starts off the episode by explaining different methods on how you can effortlessly and with ease create custom form components. Subrat also shares his own insight on some other techniques for creating forms depending on how complex your form is. Moreover, they discuss integrating custom form components with Angular forms API.
#ngCommunity
Angular and the State of JavaScript 2022 is ... complicated | by Brandon Roberts
The State of JS 2022 is out and Angular is still a polarizing option in the front-end framework ecosystem.