Starting a Modern Angular Application

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

    It is an excellent tool. If your team is more familiar with Bootstrap, it might be difficult to make the switch, but consider this argument: at the time of writing, Tailwind CSS has more than twice the weekly downloads on npm than Bootstrap.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. vitest

    Next generation testing framework powered by Vite.

    For unit tests, I recommend Vitest. If you prefer something else — pick a tool that runs tests in a real browser (headless). That makes a huge difference.

  4. ngx-collection

    Collection State Management Service for Angular

    Collection for managing the state of lists/collections;

  5. ngx-reactive-storage

    Reactive Storage for synchronizing data across tabs/windows using Signals, Observables, or Promises.

  6. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    For e2e, I recommend Playwright, and if your team really loves to test things — Storybook (in addition).

  7. type-fest

    A collection of essential TypeScript types

    type-fest is a great tool that will add 0 bytes to your bundle.

  8. primeng

    The Most Complete Angular UI Component Library

    PrimeNG: has a lot of components, can be styled using CSS variables, and has a plugin for Tailwind CSS support;

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    For e2e, I recommend Playwright, and if your team really loves to test things — Storybook (in addition).

  11. components

    Component infrastructure and Material Design components for Angular

    Angular Material: has a lot of components and tools, can be styled using CSS variables (including the variables generated by Tailwind CSS), maintained by the Angular team, and they put a lot of effort into supporting accessibility features;

  12. daisyui

    🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

    daysiUI: framework-agnostic, based on Tailwind CSS.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Adapt your Angular apps for dual-screen devices with ngx-foldable

    9 projects | dev.to | 15 Apr 2021
  • The need for TypeSafety HTTPClient and HTTP Resource

    1 project | dev.to | 14 Apr 2025
  • Integrating Angular's httpResource with HttpInterceptors

    1 project | dev.to | 10 Apr 2025
  • Beyond JSON: Unleashing the Power of httpResource Sub-constructors in Angular

    1 project | dev.to | 9 Apr 2025
  • The Next Generation of Dynamic Component

    1 project | dev.to | 31 Mar 2025