94
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:
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:
Next TopicAngular Material Virtual Repeat