Home » Angular Material Toasts/ Whiteframe

Angular Material Toasts/ Whiteframe

by Online Tutorials Library

Angular Material Toasts/ Whiteframe

Angular Material provides users with many unique ways to show hidden alerts. The $ mdToast service is used to show toast and provides a word toast.

Example:

The example shows the use of toasts.

am_toasts.html

Output:

Angular Material Toasts/ Whiteframe

Whiteframe

There are some special classes for displaying containers in the form of cards such as paper with shadows in angular material.

The table below lists the various classes along with their descriptions.

Example

The example shows the shadow classes.

am_whiteframes.htm

Live Demo

Output:

Angular Material Toasts/ Whiteframe


You may also like