Skip to content

mcpierce/tragically-slick-material

 
 

Repository files navigation

Tragically Slick Material

This project is a collection of individual components for Angular Material projects.

Components

Confirmation

A confirmation dialog and service.

Edit In Place

Provides an edit-in-place component, swapping between displaying data and input.

Publishing A Component

Build The Package

To build a package, use the following commands from the root directory:

  $ yarn install
  $ ng build [component] --configuration production
  $ cd dist/[component]
  $ npm pack
  $ npm publish

About

A confirmation service for Angular Material

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.8%
  • HTML 4.2%