Refactor Notifications to a UI Component
codediodeio opened this issue · 0 comments
codediodeio commented
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