0.0.3 • Published 6 years ago

at-toasty v0.0.3

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

AT-TOASTY

This is a Simple Toast Component.

Getting Started

Install at-toasty ,import the Module and you are good to go.

Installing

A step by step series of examples that tell you how to get a development env running

Run npm i at-toasty -S
Import ATToastModule.forRoot() in the App Module
Use Selector <at-toast></at-toast>
Inject ATToastService in the constructor and call method setMessage(message:string)

Example:
message:string;
constructor(private attoastService: ATToastService){
   this.attoastService.setMessage('Your message');
   this.message=this.attoastService.getMessage();
}

License

This project is licensed under the MIT License - see the LICENSE.md file for details

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago