<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Daniele Ghidoli’s Blog</title><description>Angular Tips &amp; Tricks</description><link>https://blog.danieleghidoli.it</link><item><title>Mastering Angular 19 Signals: Real-Life Migration Scenarios and Solutions</title><link>https://blog.danieleghidoli.it/2024/12/09/angular-19-signals-real-life-migration-scenarios-solutions</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2024/12/09/angular-19-signals-real-life-migration-scenarios-solutions</guid><description>In this post, I share real-world scenarios from migrating an app to Angular 19 signals, highlighting the challenges and special cases encountered during the transition.</description><pubDate>Mon, 09 Dec 2024 00:00:00 GMT</pubDate></item><item><title>When should I unsubscribe from an Observable in Angular?</title><link>https://blog.danieleghidoli.it/2020/10/30/when-should-i-unsubscribe-from-an-observable-in-angular</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2020/10/30/when-should-i-unsubscribe-from-an-observable-in-angular</guid><description>It&apos;s often said that you should always unsubscribe from Observables in Angular, but is it truly necessary in every case? Let&apos;s find out!</description><pubDate>Fri, 30 Oct 2020 00:00:00 GMT</pubDate></item><item><title>Why my Angular service doesn&apos;t return the assigned value?</title><link>https://blog.danieleghidoli.it/2020/10/29/angular-service-returns-undefined-value</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2020/10/29/angular-service-returns-undefined-value</guid><description>In Angular, assigning a value to a service property in one component may not reflect in another due to a simple issue that can waste a lot of time.</description><pubDate>Thu, 29 Oct 2020 00:00:00 GMT</pubDate></item><item><title>Angular: How to prevent duplicated HTTP requests</title><link>https://blog.danieleghidoli.it/2020/10/28/angular-how-to-prevent-duplicated-http-requests</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2020/10/28/angular-how-to-prevent-duplicated-http-requests</guid><description>To prevent duplicate HTTP requests when multiple components call the same service, the first response can be shared with all subscribers using specific techniques.</description><pubDate>Wed, 28 Oct 2020 00:00:00 GMT</pubDate></item><item><title>How to load an Angular app just after the user is logged</title><link>https://blog.danieleghidoli.it/2020/10/28/load-angular-app-after-user-logged</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2020/10/28/load-angular-app-after-user-logged</guid><description>No matter the authentication method in your Angular app, you&apos;ll always face the challenge of initializing views and components only after the user&apos;s info is fully loaded. Let&apos;s explore how to solve this!</description><pubDate>Wed, 28 Oct 2020 00:00:00 GMT</pubDate></item><item><title>How to subscribe to RxJS event after it has been already emitted</title><link>https://blog.danieleghidoli.it/2017/09/11/subscribe-rxjs-event-after-emitted-angular</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2017/09/11/subscribe-rxjs-event-after-emitted-angular</guid><description>Observables, Subjects, and EventEmitters are powerful, but they share a common issue: if you subscribe after an event has already been emitted, you&apos;ll miss it!</description><pubDate>Mon, 11 Sep 2017 00:00:00 GMT</pubDate></item><item><title>Angular 2 internationalization explained: i18n + Angular CLI + AOT</title><link>https://blog.danieleghidoli.it/2017/01/15/i18n-angular-cli-aot</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2017/01/15/i18n-angular-cli-aot</guid><description>Deploying an i18n Angular 2 app is challenging due to poor documentation and ongoing development, but after weeks of effort, I managed to make it work—and so can you.</description><pubDate>Sun, 15 Jan 2017 00:00:00 GMT</pubDate></item><item><title>Testing an Angular Component with Mock Services</title><link>https://blog.danieleghidoli.it/2016/11/06/testing-angular-component-mock-services</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2016/11/06/testing-angular-component-mock-services</guid><description>When testing a component with service dependencies, it&apos;s best to mock the services to isolate the component and avoid issues, especially with server interactions. This article explores two methods for mocking services.</description><pubDate>Sun, 06 Nov 2016 00:00:00 GMT</pubDate></item><item><title>Combining multiple Http streams with RxJS Observables in Angular</title><link>https://blog.danieleghidoli.it/2016/10/22/http-rxjs-observables-angular</link><guid isPermaLink="true">https://blog.danieleghidoli.it/2016/10/22/http-rxjs-observables-angular</guid><description>RxJS Observables in Angular are more flexible than old Promises, though seemingly more complex, allowing us to combine and chain multiple HTTP streams to get the desired data.</description><pubDate>Sat, 22 Oct 2016 00:00:00 GMT</pubDate></item></channel></rss>