Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

[Angular Material UI] Build your toast service #28

Open
reboottime opened this issue Nov 22, 2023 · 2 comments
Open

[Angular Material UI] Build your toast service #28

reboottime opened this issue Nov 22, 2023 · 2 comments

Comments

@reboottime
Copy link
Owner

reboottime commented Nov 22, 2023

Overview

Status: Draft

This article talks about building a toast tool using angular material ui such that user can programmatically notify user

@reboottime
Copy link
Owner Author

reboottime commented Nov 22, 2023

How a comprehensive toast effect looks like

This is how a toast usually looks like ( source)

image

The major functions

  • customize different notification types
    • information
    • success notification
    • error notification
  • close the notification
    • user can close the notification proactively
    • close the notification before the notification expiration time reached
  • stack a bunch of notifications
  • update a notification,
    • update a notification type
    • update a notification ongoing progress

@reboottime
Copy link
Owner Author

What material we have in Angular ( and Angular Material UI)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant