1.0.0 • Published 5 years ago

@anviltech/wuf-ang-toasts v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
5 years ago

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.