Skip to content
Snippets Groups Projects
about-dialog.component.html 610 B
Newer Older
  • Learn to ignore specific revisions
  • <h1 mat-dialog-title>Programm-Info</h1>
    <mat-dialog-content>
      <ul>
        <li>Programmname: {{ appName }}</li>
        <li>Programmversion: {{ appVersion }}</li>
        <li>Copyright: {{ appPublisher }}</li>
      </ul>
      <p>Der Zugriff auf den nicht-öffentlichen Bereich ist nur über Kontaktaufnahme mit dem IQB möglich.
        Das System befindet sich in einem sehr frühen Entwicklungsstadium. Informationen zur OpenCBA-Initiative
        sind auch nur direkt über das IQB erhältlich.
      </p>
    </mat-dialog-content>
    <mat-dialog-actions>
      <button mat-raised-button mat-dialog-close>Schließen</button>
    </mat-dialog-actions>