mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fix pipes not available in DetailsGroupComponent
This commit is contained in:
parent
907ce4be0f
commit
4f6cc120bb
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ import { MatTreeModule } from '@angular/material/tree';
|
||||||
import { MomentModule } from "ngx-moment";
|
import { MomentModule } from "ngx-moment";
|
||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
import { SidebarModule } from "primeng/sidebar";
|
import { SidebarModule } from "primeng/sidebar";
|
||||||
|
import { PipeModule } from "../pipes/pipe.module";
|
||||||
import { TheMovieDbService } from "../services";
|
import { TheMovieDbService } from "../services";
|
||||||
import { TranslateModule } from "@ngx-translate/core";
|
import { TranslateModule } from "@ngx-translate/core";
|
||||||
import { TruncateModule } from "@yellowspot/ng-truncate";
|
import { TruncateModule } from "@yellowspot/ng-truncate";
|
||||||
|
@ -87,6 +88,7 @@ import { WatchProvidersSelectComponent } from "./components/watch-providers-sele
|
||||||
MatTreeModule,
|
MatTreeModule,
|
||||||
MatStepperModule,
|
MatStepperModule,
|
||||||
MatSnackBarModule,
|
MatSnackBarModule,
|
||||||
|
PipeModule,
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
TranslateModule,
|
TranslateModule,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue