Best of Angular.love2024

  1. 1
    Article
    Avatar of angularloveAngular.love·2y

    Angular.love

    Angular version 18 introduces new functionalities, including further integration with the Wiz framework, enhancements in signals integration, new input and model functions, improvements in signal queries, fallback in ng-content, a new Observable in Forms, and experimental support for zoneless change detection.

  2. 2
    Article
    Avatar of angularloveAngular.love·2y

    everything you need to know about

    Routing in Angular enables seamless navigation within single-page applications (SPA) without requiring a full page reload. It involves route definitions, matching and protection, and can be configured using functions like provideRouter and forRoot. The setup can involve setting path parameters, handling child routes, and implementing lazy loading for performance optimization. Guards such as CanActivate, CanActivateChild, and CanDeactivate control navigation access and security, while resolvers pre-fetch data needed before route activation. Additional advanced features include custom URL matchers, setting dynamic page titles, and component input binding.

  3. 3
    Article
    Avatar of angularloveAngular.love·2y

    Angular micro frontends — a modern approach to complex app development

    Learn about the micro frontend architecture, its benefits, and when to use it. Explore Module Federation and Native Federation as tools for implementing micro frontends. Understand the challenges and risks associated with micro frontend development. Discover how micro frontends handle state management.