Files
agenda-web/src/app/components/notification/notification.html

10 lines
193 B
HTML

@if(notification$(); as notification) {
<div class="notification notification--{{notification.type}} notification--fade-in-out">
<p>{{ notification.message }}</p>
</div>
}