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 🙏

© 2024 – Pkg Stats / Ryan Hefner

@enterprise-components/material

v1.0.0

Published

Downloads

7,196

Readme

Material Coverage

This project contains of angular components based on Enterprise Design System compliant with Material guidelines. The contents of this project are eventually published into @enterprise-components/material library in ec Artifactory

Usage

npm

npm config set strict-ssl false

npm add @enterprise-components/material

Build

Run the following to build the project.The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build ng build

conventions

The file you are trying to import is named _index.scss (with the underscore). Sass uses the underscore as a convention to treat files as partials, meaning they won't be compiled into standalone CSS files but can be imported.

Development

While creating a new component

  • node tools/create-component.js @enterprise-components/material atoms slide-toggle

Migration Guides

  • script for updating flex-layout to tailwind flexlayout
    • npx @ngnomads/ngflex2tailwind -r false -p ./projects/enterprise-components/material/src/lib/atoms/filter-button
  • script for updating Angular structural directives to control flow
    • ng generate @angular/core:control-flow
  • Script to migrate to standalone componnets
    • ng generate @angular/core:standalone

Changelog for commit

  • use granular commits for better changelog generation
  • Use conventional commit messages for better changelog generation
  • Follow Angular Commit Guide

Commit Message Format

<type>(<scope>): <short summary>
│       │             │
│       │             └─⫸ Summary in present tense. Not capitalized. No period at the end.
│       │
│       └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
│                          elements|forms|http|language-service|localize|platform-browser|
│                          platform-browser-dynamic|platform-server|router|service-worker|
│                          upgrade|zone.js|packaging|changelog|docs-infra|migrations|
│                          devtools
│
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test

Examples

  • feat(aal-input-currency): add new feature

  • fix(aal-input-currency): fix issue

  • refactor(aal-input-currency): refactor code

  • Message should be imperative like