Skip to content

Commit

Permalink
chore: remove unused external-link-directive (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Jan 10, 2024
1 parent 3befc8e commit bf9aecc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 110 deletions.
2 changes: 0 additions & 2 deletions apps/dsp-app/src/app/app.module.ts
Expand Up @@ -54,7 +54,6 @@ import { DialogComponent } from './main/dialog/dialog.component';
import { AdminImageDirective } from './main/directive/admin-image/admin-image.directive';
import { DisableContextMenuDirective } from './main/directive/disable-context-menu.directive';
import { ExistingNameDirective } from './main/directive/existing-name/existing-name.directive';
import { ExternalLinksDirective } from './main/directive/external-links.directive';
import { InvalidControlScrollDirective } from './main/directive/invalid-control-scroll.directive';
import { FooterComponent } from './main/footer/footer.component';
import { GridComponent } from './main/grid/grid.component';
Expand Down Expand Up @@ -224,7 +223,6 @@ export function httpLoaderFactory(httpClient: HttpClient) {
EditResourceClassDialogComponent,
ExistingNameDirective,
ExpertSearchComponent,
ExternalLinksDirective,
FooterComponent,
FormattedBooleanPipe,
FulltextSearchComponent,
Expand Down

This file was deleted.

44 changes: 0 additions & 44 deletions apps/dsp-app/src/app/main/directive/external-links.directive.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/dsp-app/src/app/main/help/help.component.html
Expand Up @@ -26,7 +26,7 @@ <h2 class="mat-headline-6">Explore our software products</h2>
<br />
<strong>{{ dsp.release }}</strong>
<br />
<a [href]="releaseNotesUrl"
<a [href]="releaseNotesUrl" target="_blank"
>Click here to get the latest news about this main version <mat-icon class="suffix">launch</mat-icon></a
>
<br /><br />
Expand Down

0 comments on commit bf9aecc

Please sign in to comment.