July 2017
Intermediate to advanced
384 pages
8h 23m
English
The Message component is used to display messages in an inline format to notify the users. These Messages are notified as the result of a specific action. Each Message in PrimeNG API is defined using the Message interface, which defines severity, summary, and detail properties.
A basic example of Messages to notify the user would be as follows:
<p-messages ([value])="messages" name="basic"></p-messages>
In the preceding example, Messages are displayed using the value property, which defines an array of the Message interfaces. The component will be rendered as shown in the following screenshot:

The ...
Read now
Unlock full access