# Angular

All articles related to Angular

A Practical Implementation of Angular's Route Reuse Strategy

The article discusses implementing Angular's Route Reuse Strategy to retain component states during navigation, addressing issues like losing filter settings or reloading data. A custom RouteReuseStrategy is created by overriding methods such as shouldDetach, store, shouldAttach, and retrieve to efficiently cache and restore routes. It also introduces a "Current Task" button for quick task access and resolves iframe state loss with a global iframe component and service, improving user experience and app performance.