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-surface

v1.0.21

Published

Surface is a Material Design, CSS only framework created by @mildrenben. ng-surface introduces this framework to the Angular world. It was adapted/repackaged for use with Angular projects. I (metrophobe) do not want any credit. All donation and contribu

Readme

ng-surface

Surface is a very popular Material Design CSS only framework created by @mildrenben. ng-surface aims to introduce it to the Angular world. It was adapted/repackaged for use with Angular projects. Please note that while i intend to improve on the original work of the author, I would like to be regarded as a 'nobody' and any credit whatsoever should be always directed to the original owner aka @mildrenben. That being said i will keep the CSS-only mindset and try and introduce new features (which are work-in-progress already).

Please make me happy by donating for a good cause as expressed by the owner on this page. It will only help make a better world! https://mildrenben.github.io/surface/about.html.

Like the original Surface, ng-surface is:

  • super lightweight (5.7kb)
  • built with 100% SCSS
  • contains no JS and therefore is completely unobtrusive to Angular
  • customizable
  • responsive

Getting Started

Installation is very straight-forward. You should install this package 'locally' and not globally by using the following command into your Angular project

Prerequisites

Please ensure that your project is configured to process SCSS. If you are starting afresh, you should make use of the following command when creating your project to auto-configure it to support SCSS.

ng new your-project-name --style=scss

if you are working on a project that is running on CSS, you should run the following command INSIDE your angular project folder.

npm install node-sass --save-dev

... to save your preprocessor as a dev dependency followed by ....

ng set defaults.styleExt scss

OR , if you prefer to edit you angular-cli.json yourself, you can change it as follows:

"defaults": {
     "styleExt": "scss",
}

This should configure your Angular project to make use of SCSS....

Installation

It is very easy to install ng-surface. Make sure you are located in the right Angular project and from anywhere in the root of your folder run the following command via terminal.

npm install ng-surface

You should then add the following to the angular-cli.json file. And while you are there, change the styles.css file to styles.scss in the event your project was originally set up using CSS. Do not forget to rename the file as well!

"styles": [
        "../node_modules/ng-surface/scss/surface_styles.scss",
        "styles.scss"
      ],

And you're ready to start cracking :)

Usage Instructions

Please refer to the original documentation for full details of its functionalities. This can be found at https://mildrenben.github.io/surface/getting-started.html.

Contributing

If you would like to contribute , kindly contact the author @mildrenben via Twitter or Github.

Version

This current build simply repackages the original for use with Angular projects.

Authors

License

This project is licensed under the MIT License

Acknowledgments

  • Thanks to anyone who donates!