Best of AngularApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    AI Interview Simulator

    AI Interview Simulator is a web application that uses AI technology to provide feedback and improve interview preparation. It analyzes answers, provides constructive feedback, and offers a close experience to real interviews.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·2y

    How Using Angular’s inject() Function Has Saved Me 1000 Lines of Code

    The inject() function in Angular allows for cleaner and more readable code by injecting dependencies in a different way than using constructors. It also provides better inheritance capabilities and can lead to significant reduction in lines of code.

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

    Efficient Angular Effects Patterns

    Learn tips and tricks for using effects in Angular to enhance their behavior and improve their usage.

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

    How To Optimize Your Angular Bundle Size

    Learn how to optimize the bundle size of your Angular application and improve loading times for better user experience and SEO. Explore different bundle size analyzers and discover strategies to reduce bundle size, such as lazy-loading, using @defer, and removing unused code and dependencies.

  5. 5
    Article
    Avatar of telerikTelerik·2y

    Angular 17 Dev Experience: A Practical Guide

    Angular 17 brings improvements for developers including faster code and better documentation. The new templating syntax simplifies if-else and loop statements. Lazy loading of child components is now easier with the use of the @defer directive.

  6. 6
    Article
    Avatar of telerikTelerik·2y

    How Does Angular Compare to Vue?

    A comparison of Angular and Vue when it comes to web development—highlighting their distinct approaches, use cases, and functionalities.

  7. 7
    Article
    Avatar of medium_jsMedium·2y

    Exploring Angular’s afterRender and afterNextRender Hooks

    Explore Angular's afterRender and afterNextRender hooks, which are used for browser-specific DOM manipulation in Angular. Learn how to use these hooks and their different phases in your Angular applications.