@anviltech/wuf-ang-toasts

Toasts =======

Usage no npm install needed!

<script type="module">
  import anviltechWufAngToasts from 'https://cdn.skypack.dev/@anviltech/wuf-ang-toasts';
</script>

README

Toasts

A collection of components used for displaying Material Design toasts in the application.

Installation

Install this package with the following command:

npm install @anviltech/wuf-ang-toasts --save

or

yarn add @anviltech/wuf-ang-toasts

Import this package into your application's app.module.ts file:

import { WufToastsModule } from '@anviltech/wuf-ang-toasts';

Add to the imports section of app.module.ts:

imports: [
    WufToastsModule
]

Usage

Refer to the Living Style Guide for documentation on usage of this package.