Best of AngularMarch 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Angular will be merged with Wiz

    Google's internal framework Wiz will be merged with Angular, bringing new features and potentially increasing its popularity.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Copy Objects Ways in JavaScript

    Three options for copying objects in JavaScript: reference copy using the assignment operator, shallow copy using Object.assign() or the spread operator, and deep copy using JSON.parse() and JSON.stringify().

  3. 3
    Article
    Avatar of telerikTelerik·2y

    React vs. Angular: Component Architecture

    This guide compares the component architecture of Angular and React, focusing on creation, communication, and change detection. It explores key concepts such as components, services, directives, props, and hooks. The guide also covers state management in React using useState and in Angular using services. Overall, it highlights the similarities and differences between the two frameworks.

  4. 4
    Article
    Avatar of itnextITNEXT·2y

    Reduce Angular Boilerplate with Decorators

    Learn how to reduce boilerplate in an Angular application using decorators. Decorators in Angular help improve productivity and can be used for repetitive tasks like authentication.

  5. 5
    Article
    Avatar of medium_jsMedium·2y

    Angular with NativeScript: Creating the Blackout Lighting Console

    The post discusses the development of the Blackout Lighting Console app using Angular and NativeScript. It highlights the technologies used, including Tailwind CSS, NgRx state management, and SQLite. The advantages of using Angular in the development process are also mentioned.

  6. 6
    Article
    Avatar of angularAngular·2y

    Angular and Wiz Are Better Together

    Angular and Wiz have joined together to bring the best of both worlds: developer experience and performance. They are gradually merging and open sourcing Wiz features via Angular to improve the Angular framework. The partnership aims to improve web performance for everyone.

  7. 7
    Article
    Avatar of angularaddictsAngular Addicts·2y

    What's new in Angular 17.3

    Learn about the changes and new features in Angular 17.3, including the output() API, outputFromObservable() helper function, and TypeScript 5.4 support.

  8. 8
    Article
    Avatar of telerikTelerik·2y

    How Does Angular Compare to React?

    Learn the key differences between Angular and React, how to create projects with each framework, and how to build a 'Todos' application in both Angular and React. Understand how routing is handled in each framework and explore the pros and cons of using Angular and React for your projects.

  9. 9
    Article
    Avatar of angularAngular·2y

    Meet Angular’s new output() API

    Angular v17.3 introduces an improved API for declaring outputs. The new output API provides a simpler and safer way to declare outputs in directives, a consistent API aligned with signal inputs and queries, and more correct types for emitting values. The new API is available for developer preview and aims to reduce boilerplate code.

  10. 10
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Angular’s Third Era is…weird

    Angular and Whiz are merging, leading to improvements in Angular's performance through the use of Angular signals. The merger aims to bring together the strengths of both frameworks and enhance their capabilities.

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

    Changes in Typescript 5.3

    TypeScript 5.3 introduces changes in type narrowing and performance, prioritizing developer experience. The improvements include better narrowing in switch statements and true/false comparisons, narrowed Symbol.hasInstance checks, improved super property access checks, improved compile times in –watch mode, consolidation of tsserverlibrary.js and typescript.js, replacing import assertions with import attributes, support for resolution-mode in import types, and in-editor value type interactions.