Best of AngularFebruary 2023

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

    Dark mode with Analog & Tailwind

    Learn how to implement dark mode on a website using Analog and Tailwind. Discover how the website recognizes the user's preferred color scheme and allows manual theme adjustments that are remembered for future visits.

  2. 2
    Article
    Avatar of peerlistPeerlist·3y

    What’s new in Angular 15?

    Angular 15 introduces stable standalone components API, directive composition API, stable image directory, router default imports, functional router guards, automatic imports in language service and CLI, CDK Listbox, and better stack traces.

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

    Mastering Angular Structural Directives - Micro-syntax demystified

    This post explores the micro-syntax of Angular structural directives, explaining their purpose and how to use them. It covers the limitations of applying multiple structural directives to the same element and breaks down the components of the micro-syntax syntax reference.

  4. 4
    Article
    Avatar of logrocketLogRocket·3y

    Build a project using Angular and NestJS

    Learn how to build a project using Angular and NestJS, two powerful frameworks for full-stack web development. Set up the development environment, create components and services, handle routing, and make API calls. Build robust and interactive web applications with this powerful stack.