npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ng-mat-plus

v1.0.0

Published

A comprehensive Angular Material–based UI component & utility library Built for enterprise-scale applications, optimized for performance, accessibility, and scalability, and fully compatible with Angular 20 Standalone Components.

Downloads

21

Readme

ng-mat-plus

A comprehensive Angular Material–based UI component & utility library Built for enterprise-scale applications, optimized for performance, accessibility, and scalability, and fully compatible with Angular 20 Standalone Components.

Angular 20+ | MIT License | npm package

Live Documentation & Demos: https://ng-mat-plus.web.app/


Overview

ng-mat-plus is a modular Angular UI library built on top of Angular Material, designed to speed up development of large, real-world applications such as HMIS, ERP systems, Admin Panels, Dashboards, and Enterprise Platforms.

The library provides a rich collection of UI components, form controls, advanced tables, services, directives, pipes, and a flexible SCSS theming system, all following Angular and Material best practices.


Key Features

  • Angular 20+ compatible (all 20.x versions)
  • Modular and tree-shakable architecture
  • Built with Standalone Components and Directives
  • SCSS-based theming with multi-theme support
  • Accessibility-first design (a11y compliant)
  • Fully responsive and mobile-friendly
  • Performance-optimized utilities
  • Built-in services for common enterprise needs
  • Client and server-side table solutions

Installation

Install via npm:

npm install ng-mat-plus

Peer Dependencies

This library supports all Angular 20 versions:

{
  "@angular/common": ">=20.0.0 <21.0.0",
  "@angular/core": ">=20.0.0 <21.0.0",
  "@angular/material": ">=20.0.0 <21.0.0"
}

Angular packages are defined as peerDependencies to prevent version conflicts and reduce bundle size.


Library Modules

UI Components

  • Buttons: Flat, Raised, Stroked, Icon, FAB, Mini-FAB
  • Cards and Widgets
  • Menus and Side Panels
  • Expansion Panels
  • Tabs (configurable)
  • Loaders and Progress Bars
  • Tooltips

Form Components

A complete set of Material-based form controls:

  • Text, Email, Password, Number, URL
  • Checkbox, Radio Button, Radio Group
  • Select and Multi-Select
  • Autocomplete (Client and Server)
  • Date Picker and Date Range Picker
  • Time, Month, Week Pickers
  • Phone Input
  • Search Field
  • Textarea

Designed for Reactive Forms and complex validation scenarios.


Tables

Enterprise-ready table solutions:

  • Basic Tables (Client / Server)
  • Intermediate Tables (Client / Server)
  • Advanced Tables (Client / Server)

Features include pagination, dynamic columns, server integration, and reusable table configuration models.


Services

Reusable services to handle common application concerns:

  • Dialog Service
  • Toast and Notification Service
  • Loading Indicator Service
  • HTTP Wrapper Service
  • Data Transfer (Signal and Observable)
  • Debounce and Throttle Services
  • Encryption and Decryption Service
  • Breadcrumb Service
  • Theme (Dark / Light) Service
  • Screen Breakpoint Detection

Utilities, Directives, and Pipes

Directives

  • Infinite Scroll
  • Shimmer or Skeleton Loader
  • Menu Trigger

Pipes

  • Error Messages
  • Required-Field Detection
  • Serial Number Calculation
  • Compact Number Formatting
  • Dynamic Resolver

Utilities and Models

  • API response and pagination models
  • Resource state handling
  • Table configuration helpers

Theming and Styling

  • SCSS-based theming architecture
  • Common and domain-specific themes
  • Easy customization for colors, typography, buttons, tables, dialogs, menus, and widgets

Supports multiple themes (for example, HMIS-specific UI).


Architecture Highlights

  • Feature-based modular structure
  • Tree-shakable secondary entry points
  • Clean separation of concerns
  • Designed for enterprise and micro-frontend architectures
  • Follows SOLID, DRY, and Clean Architecture principles

Documentation

Live demos, usage examples, and API references are available at:

https://ng-mat-plus.web.app/