Used for notifications. Can also be placed anywhere in the applcation, given a provided "outlet" property, and notifications with that outlet will appear inside it. Without this properly setup, notifications will not display properly.
Example:
<FwNotifications @outlet="global">
In the example, notifications with the "global" outlet specified will be rendered inside this component using the Notification component. See the notifications service documentation for more information.