rl-toasty
rl-toasty shows alerts and messages for your Angular application. It is a service that sets the default configuration for ng2-toasty and simplifies the API of ng2-toasty.
Installation
To install this library, run:
$ npm install @railinc/rl-toasty --save
Usage
You can import rl-toasty in any Angular application:
and then from your component:
;
Once your library is imported, you can use it in your Angular application:
Development
To generate all *.js
, *.js.map
and *.d.ts
files:
$ npm run tsc
To lint all *.ts
files:
$ npm run lint
License
MIT © Bruce Gong