Best of AngularNovember 2023

  1. 1
    Article
    Avatar of angularAngular·3y

    Announcing Angular.dev

    Angular.dev is the future home for Angular development, offering new tutorials, updated documentation, and a better user experience for developers. The release of Angular v17 includes deferred views, built-in control flow, view transitions API support, SSR enhancements, and more. The new tutorials on Angular.dev allow users to learn Angular concepts directly in the browser.

  2. 2
    Article
    Avatar of angularAngular·3y

    Introducing Angular v17

    Angular v17 introduces new features including deferrable views and built-in control flow. The framework has a fresh new look and a new home for documentation at angular.dev. The built-in control flow feature offers better syntax, type checking, and performance improvements. Deferrable views enable lazy loading with a simple declarative code. The future plans for deferrable views include server-side rendering and partial hydration on the client. SSR and hydration are now enabled by default in new Angular apps. The Angular CLI has improved support for deployment to cloud platforms like Firebase.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    Is React Killing Angular?

    React and Angular are both popular JavaScript frameworks with their own strengths and niches. React is known for its simplicity and flexibility, making it popular for smaller projects and startups. Angular, on the other hand, has a more opinionated structure and extensive features that cater to larger enterprise applications. The choice between React and Angular depends on the specific requirements of the project.

  4. 4
    Article
    Avatar of prettierPrettier·3y

    Prettier 3.1: New experimental ternaries formatting and Angular control flow syntax! · Prettier

    Prettier 3.1 introduces new features such as experimental ternaries formatting and support for control flow syntax in Angular. It also includes various bug fixes and improvements.

  5. 5
    Article
    Avatar of angularaddictsAngular Addicts·3y

    Master Angular 17

    Master Angular 17 is a study guide that highlights the changes and new features in the latest version of Angular. It covers topics such as declarative control flow, deferred loading blocks, View Transitions API support, and more.

  6. 6
    Article
    Avatar of telerikTelerik·3y

    Angular.dev and v17—I Told You the Renaissance was Here

    Angular.dev introduces a new brand, website, and features like deferred loading. The new documentation structure prioritizes beginners and includes in-depth guides for advanced developers. Angular v17 also introduces a new control flow syntax and native deferred loading. CLI updates include changes to routes, modules, and the default build system. SSR and hydration improvements have also been made. The Angular team is planning reactivity enhancements and other features for future versions. The article also discusses the new brand and provides resources for rebranding.

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

    4 Laws of RxJS Observables

    This article discusses the 4 Laws of RxJS Observables, including their laziness, unicast and multicast behavior, and the role of Subjects. It also mentions the possibility of making RxJS optional in the future.

  8. 8
    Article
    Avatar of angularAngular·3y

    Some big things are happening next week on November 6th 🎉

    Big updates to Angular are being planned and will be announced on November 6th. Don't miss the event!

  9. 9
    Article
    Avatar of medium_jsMedium·2y

    What’s new in Angular v17 and How to Get Started

    Angular v17 introduces several new features including deferrable views, built-in control flow, SSR optimization, and a fresh new look. Beginners can get started by following the official tutorial on the Angular website.

  10. 10
    Article
    Avatar of medium_jsMedium·2y

    A Modern Approach for Angular Development

    Learn about Bit, a modern solution for component isolation in Angular development. Discover the benefits of app composability and how to integrate Bit into your Angular project. Simplify component management, improve collaboration, and enhance productivity.

  11. 11
    Article
    Avatar of itnextITNEXT·3y

    Heavily Dynamic UIs with Angular Signals

    The article discusses the process of rewriting code from RxJS to Angular Signals to create heavily dynamic UIs. It highlights the advantages of using Signals and compares the simplicity of Signals with RxJS.

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

    Episode 23/45: Angular 17

    Angular 17 is released with new features including ApplicationBuilder, Signals, and new template syntax with the defer command.

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

    A deep dive into new control flow syntax for Angular (17)

    The article explores the new control flow syntax in Angular 17 and compares it to the old syntax. It highlights the benefits of the new syntax, including improved readability, syntax highlighting, and reduced boilerplate code.