1. 9
    Notify Users Their Database Operation Worked with a Toast Alert
    2m 14s

Notify Users Their Database Operation Worked with a Toast Alert

Share this video with your friends

Send Tweet

We'll evaluate 2 good practices when adding a new task.

First, we'll show the users a toast alert to notify them that their document was saved in the database. We'll do this with a toast component that ionic makes available to us

And second, we'll use Angular's router to navigate the user back to the task list.