I1820 / frontend.ng

I1820 Platform - frontend with SSR and :heart_eyes:
GNU General Public License v3.0
1 stars 0 forks source link

Toast #1

Closed 1995parham closed 5 years ago

1995parham commented 5 years ago

Create a toast service. The toast must have the same interface and configurations across all pages. I think angular2-notifications can be useful.

1995parham commented 5 years ago

Toast module is registered and it is fully working in the login page.

1995parham commented 5 years ago

Backend service generates toast by itself, so there is no need to re-implement toast in each page.