Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 536 Bytes

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