@anviltech/wuf-ang-toasts
v1.0.0
Published
Toasts =======
Keywords
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 --saveor
yarn add @anviltech/wuf-ang-toastsImport 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.
