diff --git a/src/app/app.component.html b/src/app/app.component.html index d3ab771a..8f4ccb94 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -53,10 +53,8 @@
  1. {{comic.series}} #{{comic.issue}}
    -
@@ -119,26 +117,46 @@
  1. -
    {{prevCollection.title}}
    -
  2. -
    {{prevComic.series}} #{{prevComic.issue}}
    -
  3. -
    {{nextComic.series}} #{{nextComic.issue}}
    -
  4. -
    {{nextCollection.title}}
    -
  5. @@ -166,7 +184,7 @@
    1. {{collectionComic.series}} #{{collectionComic.issue}}
      -
    2. -
      {{prevCollection.title}}
      -
    3. -
      {{prevComic.series}} #{{prevComic.issue}}
      -
    4. -
      {{nextComic.series}} #{{nextComic.issue}}
      -
    5. -
      {{nextCollection.title}}
      -
    6. -
    7. diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 1911c49d..f6d6c3f9 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -5,6 +5,7 @@ import { MatButtonModule } from '@angular/material/button'; import { MatDialogModule } from '@angular/material/dialog'; import { MatIconModule } from '@angular/material/icon'; import { MatMenuModule } from '@angular/material/menu'; +import { MatTooltip } from '@angular/material/tooltip'; import { BrowserModule } from '@angular/platform-browser'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; @@ -30,5 +31,8 @@ import { ApiInteractions } from './api-interactions'; MatButtonModule, MatDialogModule, MatIconModule, - MatMenuModule], providers: [ApiInteractions, provideHttpClient(withInterceptorsFromDi())] }) + MatMenuModule, + MatTooltip, + ], + providers: [ApiInteractions, provideHttpClient(withInterceptorsFromDi())] }) export class AppModule { } diff --git a/src/index.html b/src/index.html index 6b0ee3dc..3b6f48c7 100644 --- a/src/index.html +++ b/src/index.html @@ -7,11 +7,13 @@ + + - +