diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 4382ce92..10b3b828 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -33,6 +33,7 @@ import {MatDialogModule} from '@angular/material/dialog'; import {FallbackDirective} from "./misc/fallback.directive"; import {AuthModule} from "./auth/auth.module"; import {AuthRoutingModule} from "./auth/auth-routing.module"; +import { TrailerDialogComponent } from './trailer-dialog/trailer-dialog.component'; @NgModule({ @@ -48,7 +49,8 @@ import {AuthRoutingModule} from "./auth/auth-routing.module"; PeopleListComponent, ShowsListComponent, PasswordValidator, - FallbackDirective + FallbackDirective, + TrailerDialogComponent ], imports: [ BrowserModule, diff --git a/src/app/show-details/show-details.component.html b/src/app/show-details/show-details.component.html index c77c95ac..52412fb5 100644 --- a/src/app/show-details/show-details.component.html +++ b/src/app/show-details/show-details.component.html @@ -15,7 +15,7 @@ -