dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_CampaignsLazyModule cluster_CampaignsLazyModule_declarations cluster_CampaignsLazyModule_CampaignsNavigation_providers cluster_CampaignsLazyModule_imports CampaignsNavigation CampaignsNavigation CampaignsLazyModule CampaignsLazyModule CampaignsNavigation->CampaignsLazyModule Campaigns Campaigns Campaigns->CampaignsLazyModule CampaignManager CampaignManager CampaignManager->CampaignsLazyModule CampaignName CampaignName CampaignName->CampaignsLazyModule CampaignOrientation CampaignOrientation CampaignOrientation->CampaignsLazyModule CampaignLayout CampaignLayout CampaignLayout->CampaignsLazyModule TimelineComponent TimelineComponent TimelineComponent->CampaignsLazyModule TimelineRulerComponent TimelineRulerComponent TimelineRulerComponent->CampaignsLazyModule HourCounter HourCounter HourCounter->CampaignsLazyModule CampaignEditor CampaignEditor CampaignEditor->CampaignsLazyModule CampaignResolution CampaignResolution CampaignResolution->CampaignsLazyModule CampaignList CampaignList CampaignList->CampaignsLazyModule Sequencer Sequencer Sequencer->CampaignsLazyModule ScreenLayoutEditor ScreenLayoutEditor ScreenLayoutEditor->CampaignsLazyModule ScreenLayoutEditorProps ScreenLayoutEditorProps ScreenLayoutEditorProps->CampaignsLazyModule CampaignChannels CampaignChannels CampaignChannels->CampaignsLazyModule CampaignDuration CampaignDuration CampaignDuration->CampaignsLazyModule CampaignStoryTimeline CampaignStoryTimeline CampaignStoryTimeline->CampaignsLazyModule DurationInputComponent DurationInputComponent DurationInputComponent->CampaignsLazyModule CampaignPropsManager CampaignPropsManager CampaignPropsManager->CampaignsLazyModule CampaignProps CampaignProps CampaignProps->CampaignsLazyModule TimelineProps TimelineProps TimelineProps->CampaignsLazyModule ChannelProps ChannelProps ChannelProps->CampaignsLazyModule DashboardProps DashboardProps DashboardProps->CampaignsLazyModule CampaignEditorProps CampaignEditorProps CampaignEditorProps->CampaignsLazyModule CampaignSchedProps CampaignSchedProps CampaignSchedProps->CampaignsLazyModule ChannelBlockProps ChannelBlockProps ChannelBlockProps->CampaignsLazyModule BlockService BlockService BlockService->CampaignsNavigation { provide: 'BLOCK_PLACEMENT', useValue: PLACEMENT_CHANNEL } { provide: 'BLOCK_PLACEMENT', useValue: PLACEMENT_CHANNEL } { provide: 'BLOCK_PLACEMENT', useValue: PLACEMENT_CHANNEL }->CampaignsNavigation DropdownModulePrime DropdownModulePrime DropdownModulePrime->CampaignsLazyModule SharedModule SharedModule SharedModule->CampaignsLazyModule CommonModule CommonModule CommonModule->CampaignsLazyModule DropdownModule DropdownModule DropdownModule->CampaignsLazyModule OrderListModule OrderListModule OrderListModule->CampaignsLazyModule Ng2Bs3ModalModule Ng2Bs3ModalModule Ng2Bs3ModalModule->CampaignsLazyModule RouterModule.forChild(args) RouterModule.forChild(args) RouterModule.forChild(args)->CampaignsLazyModule
import {NgModule} from "@angular/core";
import {CommonModule} from "@angular/common";
import {RouterModule} from "@angular/router";
import {CampaignsNavigation} from "./campaigns-navigation";
import {DropdownModule, DropdownModule as DropdownModulePrime} from "primeng/primeng";
import {SharedModule} from "../../modules/shared.module";
import {Campaigns} from "./campaigns";
import {OrderListModule} from "primeng/components/orderlist/orderlist";
import {CampaignManager} from "./campaign-manager";
import {CampaignName} from "./campaign-name";
import {CampaignOrientation} from "./campaign-orientation";
import {CampaignLayout} from "./campaign-layout";
import {CampaignEditor} from "./campaign-editor";
import {CampaignResolution} from "./campaign-resolution";
import {CampaignList} from "./campaign-list";
import {Sequencer} from "./sequencer";
import {ScreenLayoutEditor} from "./screen-layout-editor";
import {ScreenLayoutEditorProps} from "./screen-layout-editor-props";
import {CampaignProps} from "./campaign-props";
import {TimelineProps} from "./timeline-props";
import {ChannelProps} from "./channel-props";
import {DashboardProps} from "./dashboard-props";
import {CampaignEditorProps} from "./campaign-editor-props";
import {CampaignSchedProps} from "./campaign-sched-props";
import {CampaignPropsManager} from "./campaign-props-manager";
import {CampaignChannels} from "./campaign-channels";
import {ChannelBlockProps} from "./channel-block-props";
import {CampaignDuration} from "./campaign-duration";
import {Ng2Bs3ModalModule} from "ng2-bs3-modal/ng2-bs3-modal";
import {TimelineComponent} from "./timeline/timeline.component";
import {TimelineRulerComponent} from "./timeline-ruler/timeline-ruler.component";
import {CampaignStoryTimeline} from "./campaign-story-timeline";
import {HourCounter} from "../../comps/hour-counter/hour-counter";
import {DurationInputComponent} from "../../comps/duration-input/duration-input.component";

export const LAZY_ROUTES = [
    {path: ':folder', component: CampaignsNavigation},
    {path: ':folder/:id', component: CampaignsNavigation},
    {path: '**', component: CampaignsNavigation}
];

@NgModule({
    imports: [DropdownModulePrime, SharedModule, CommonModule, DropdownModule, OrderListModule, Ng2Bs3ModalModule, RouterModule.forChild(LAZY_ROUTES)],
    declarations: [CampaignsNavigation, Campaigns, CampaignManager, CampaignName, CampaignOrientation, CampaignLayout, TimelineComponent, TimelineRulerComponent, HourCounter,
        CampaignEditor, CampaignResolution, CampaignList, Sequencer, ScreenLayoutEditor, ScreenLayoutEditorProps, CampaignChannels, CampaignDuration, CampaignStoryTimeline, DurationInputComponent,
        CampaignPropsManager, CampaignProps, TimelineProps, ChannelProps, DashboardProps, CampaignEditorProps, CampaignSchedProps, ChannelBlockProps]
})
export class CampaignsLazyModule {
}

results matching ""

    No results matching ""