Best of AngularMay 2024

  1. 1
    Article
    Avatar of angularAngular·2y

    Angular v18 is now available!

    Angular v18 introduces zoneless change detection, Angular.devis as the new home for Angular developers, stable Material 3, deferrable views, built-in control flow, and various other improvements in server-side rendering and debugging experience.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Code A Chess Game with AI Opponent

    A comprehensive video course on the freeCodeCamp.org YouTube channel teaches how to code a chess game with JavaScript and Angular, integrating the Stockfish API for advanced AI opponent. It covers chess programming basics, building different chess pieces, creating a chessboard in Angular, implementing game mechanics and rules, integrating AI opponent, enhancing the user interface, and adding gameplay features.

  3. 3
    Article
    Avatar of chromeChrome Developers·2y

    What's new in JavaScript Frameworks (May 2024)

    Highlights of recent happenings in the JavaScript frameworks ecosystem include releases and updates in Angular, Astro, React, Remix, Next.js, Vue, Nuxt, SolidStart, Svelte, and contributions by Chrome Aurora.

  4. 4
    Article
    Avatar of telerikTelerik·2y

    State Management in React vs. Angular

    This post explores state management in React and Angular, covering core APIs, simple component state management, data fetching, computed values, sharing state between components, and using context in React and services in Angular. It provides a guide for people new to these technologies and offers options for state management.

  5. 5
    Article
    Avatar of javarevisitedJavarevisited·2y

    The 2024 Angular Developer RoadMap

    A roadmap for beginners to learn Angular in 2024. It includes the basics of web development, TypeScript, general programming and development skills, Angular basics, advanced topics, testing, and other related concepts.

  6. 6
    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.

  7. 7
    Article
    Avatar of infoworldInfoWorld·2y

    Angular 18 will arrive next week

    Angular 18, the upcoming release of Google's web app development framework, is set to arrive with features like deferrable views and declarative control flow moving out of developer preview. Other features include zoneless change detection, Angular DevTools enhancements, default content for ng-content, and a new docs website.

  8. 8
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Learn TypeScript in Spanish – Course for Beginners

    Learn TypeScript in Spanish through a step-by-step course on the freeCodeCamp.org Spanish YouTube channel. The course covers the basics of TypeScript and advanced concepts, allowing you to build projects with TypeScript, React.js, and Angular.js.

  9. 9
    Article
    Avatar of devtoDEV·2y

    What'new in Angular 18

    Angular 18 introduces new features including stable control flow and defer syntax, changes in zone js and change detection, deprecation of HttpClientModule, ng-content fallback, form events, redirect as a function in routing, server-side rendering with event replay and internationalization, changes in builder package, removal of downleveling async/await, and the introduction of the 'ng dev' alias command. Angular's future looks promising with continued improvements in performance and developer experience.

  10. 10
    Article
    Avatar of builderiobuilder.io·2y

    Figma to Angular: Convert Designs to Clean Angular Code in a Click

    Visual Copilot is an AI-powered tool that converts Figma designs to clean and responsive Angular code. It speeds up the development process and eliminates the need for manual adjustments for mobile responsiveness. It also supports multiple frameworks and integrates seamlessly with styling libraries.

  11. 11
    Article
    Avatar of logrocketLogRocket·2y

    6 carousel components for modern frontend languages

    Learn about the advantages and drawbacks of using carousel components in frontend projects. Explore popular carousel components for modern frontend languages like React, Vue, and Angular.

  12. 12
    Article
    Avatar of communityCommunity Picks·2y

    Top RxJs Operators in Angular

    Learn and use important RxJs operators in Angular. This article explains the most commonly used operators in RxJs, such as map, filter, tap, and take. Understanding these operators can make data handling in Angular applications easier and save time.