* refactor(log): Refactor logging service Removed the InjectionToken and changed LogService as default logger. Finally ElectronLogService implements LogService directly. * refactor: Optimize imports * fix(app-update): Add missing rxjs imports * style: Remove extra line * refactor(store): Move app.actions.ts to shared module * feat(notification): Add notification panel Add angular-notifier to the app and created the ShowNotificationAction to manage notifications * style(notification): Fix tslint suggestion * fix(notification): Add missing rxjs imports
9 lines
249 B
HTML
9 lines
249 B
HTML
<app-update-available
|
|
[showUpdateAvailable]="showUpdateAvailable$ | async"
|
|
(updateApp)="updateApp()"
|
|
(doNotUpdateApp)="doNotUpdateApp()">
|
|
</app-update-available>
|
|
|
|
<router-outlet></router-outlet>
|
|
<notifier-container></notifier-container>
|