aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+my-library/+my-video-channels/my-video-channels.module.ts
blob: a17eb9f1069d3a1c43befcbfb98c688ca604416f (plain) (tree)
1
2
3
4
5
6
7
8




                                                                 

                                                                                 
                                                                                                 








                                 
                           
                          


                 
                            





                                      
import { ChartModule } from 'primeng/chart'
import { NgModule } from '@angular/core'
import { SharedFormModule } from '@app/shared/shared-forms'
import { SharedGlobalIconModule } from '@app/shared/shared-icons'
import { SharedMainModule } from '@app/shared/shared-main'
import { MyVideoChannelsRoutingModule } from './my-video-channels-routing.module'
import { MyVideoChannelsComponent } from './my-video-channels.component'
import { SharedActorImageModule } from '@app/shared/shared-actor-image/shared-actor-image.module'

@NgModule({
  imports: [
    MyVideoChannelsRoutingModule,

    ChartModule,

    SharedMainModule,
    SharedFormModule,
    SharedGlobalIconModule,
    SharedActorImageModule
  ],

  declarations: [
    MyVideoChannelsComponent
  ],

  exports: [],
  providers: []
})
export class MyVideoChannelsModule { }