Best of AngularJanuary 2024

  1. 1
    Article
    Avatar of virtuslabVirtusLab·2y

    7 trending frontend technologies for 2024 -

    Learn about the upcoming trends in frontend technologies for 2024, including micro frontends, Next.js, headless CMS, the 'Signals Approach' in Angular, AI-driven design, serverless computing, and styling in React. Stay ahead in the ever-evolving world of frontend development!

  2. 2
    Article
    Avatar of medium_jsMedium·2y

    Revolutionizing Angular: Introducing the New Signal Input API

    Angular's development team has introduced the Signal Input API, which revolutionizes coding efficiency and clarity. It allows for required input signals, optional input signals without initial values, input signals with default values, input aliasing, computed properties based on signal inputs, a transform function for input values, and side effects on input change. The API eliminates the need for ngOnChanges and offers enhanced features and flexibility. Stay tuned for its official release and check out the provided pull requests for more information.

  3. 3
    Article
    Avatar of devtoDEV·2y

    Let's understand and make our API requests professional with HTTPInterceptor like a Pro

    Learn how to resolve duplication of the API url in your code using an HTTPInterceptor like a pro. This solution makes your code cleaner and easier to apply future changes.

  4. 4
    Article
    Avatar of logrocketLogRocket·2y

    Angular signals vs. observables: How and when to use each

    Angular signals and observables are both used for handling asynchronous operations. Signals are simpler to use and are best for UI and component logic, while observables provide more power and flexibility but have a steeper learning curve. Signals should be considered for making a UI responsive and reactive.

  5. 5
    Article
    Avatar of newstackThe New Stack·2y

    2024 Predictions by JavaScript Frontend Framework Maintainers

    The post discusses the plans and goals of JavaScript frontend frameworks like Angular, Next.js, React, and Solid for the year 2024. It highlights improvements in fine-grained reactivity and optional Zone.js for Angular, caching and performance improvements for Next.js, adoption of React Server Components, and the upcoming releases of SolidStart and Solid.js 2.0 for Solid.

  6. 6
    Article
    Avatar of tiaThis is Angular·2y

    Getting started with Microfontends: Key Concepts and Strategies

    Learn about the main concepts of Microfrontends, how to identify different roles, the necessary technology, and options for code distribution.

  7. 7
    Video
    Avatar of discdotDiscover .NET·2y

    #React Is WORSE Than #Angular!

    Next.js is more opinionated than Angular, which is surprising considering React's reputation for being flexible and non-opinionated.

  8. 8
    Article
    Avatar of infoqInfoQ·2y

    Angular 17, a Brand New Look

    Angular 17 introduces a declarative block template syntax and overhauls the framework documentation and logo.

  9. 9
    Article
    Avatar of asayerasayer·2y

    Implementing Lazy Loading in Angular

    Learn how to implement lazy loading in Angular to improve performance by loading necessary code in a dynamic format only when needed.