Files
agent/electron/src/app/app.component.html
2017-07-15 17:57:22 +02:00

8 lines
229 B
HTML

<app-update-available *ngIf="showUpdateAvailable$ | async"
(updateApp)="updateApp()"
(doNotUpdateApp)="doNotUpdateApp()">
</app-update-available>
<router-outlet></router-outlet>
<notifier-container></notifier-container>