codediodeio/angular-firestarter

Refactor Notifications to a UI Component

codediodeio opened this issue · 0 comments

Currently, the notification is living directly in the app component. It should be refactored as a component in the UI module, named something like notification-message, then exported for use in the app component.

https://github.com/codediodeio/angular-firestarter/blob/master/src/app/app.component.html#L14-L24