Skip to content

Instantly share code, notes, and snippets.

@texirv0203
Created January 9, 2018 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save texirv0203/e27d8bba83d8773e84ea21855a969601 to your computer and use it in GitHub Desktop.
Save texirv0203/e27d8bba83d8773e84ea21855a969601 to your computer and use it in GitHub Desktop.
app.module.ts

import './rxjs-extensions';

import { NgModule }      from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule,ReactiveFormsModule }   from '@angular/forms';
import { HttpModule }    from '@angular/http';
import { AppComponent }         from './app.component';

import {Base} from './components/base/base';
import {MarksUser} from './components/Marks/user';
import {Marks} from './components/Marks/Marks';
//import {AppRoutingModuleSample} from './components/Marks/appDyanmics-sample';

import {Skys} from './components/Skys/Skys';
import {MarksFunctionalRoles} from './components/Marks/functional-roles';
import {MarksDepartmentRoleMapping} from './components/Marks/department-role-mapping';
import {MarksAspects} from './components/Marks/aspects';
import {MarksFunctionalRolesMap} from './components/Marks/functional-role-mapping';
import {MarksBallOwner} from './components/Marks/BallOwner';
import {MarksDeleteBat} from './components/Marks/deleteBat';
import {MarksDeleteBall} from './components/Marks/deleteBall';
import {MarksUnlock} from './components/Marks/unlock';
import {MarksFormatSearch} from './components/Marks/format-search';
import {FormatViewHistoryPopup} from './components/Marks/format-view-history-popup';
import {SpecialEvents} from './components/Marks/special-events';
import {EventTemplate} from './components/Marks/event-template';
import {UserViewPopup} from './components/Marks/user-view-popup';
import {KendoGridComponent} from './components/grid/grid.component';
import {BatCreateFill} from './components/Bat/create-fill';
import {CopyBallPopup} from './components/Bat/copy-Ball-popup';
import {ReassignBallPopup} from './components/Bat/reassign-Ball-popup';
import {LinkBallPopup} from './components/Bat/link-Ball-popup';
import {BatRights} from './components/Bat/rights';
import {BatMain} from './components/Bat/Batmain';
import {BatsHeader} from './components/Bat/Batheader';
import {BatSearch} from './components/Bat/Bat-search';
import {BatDeliverySpecs} from './components/Bat/delivery-specs';
import {BatDocuments} from './components/Bat/documents';
import {BatAllocation} from './components/Bat/allocation';
import {lionrComponent} from './components/lionr/lionr.component';
import {EarthSPORTSconditionalCopyEvents} from './components/lionr/lionr-SPORTS-copy-plans';
import {BatNotes} from './components/Bat/notes';
import {ProgressCircle} from './components/shared/progress/progress-circle';
import {KendoDialog} from './components/shared/kendoDialog/kendodialog';
import {HistoryPopup} from './components/shared/historyPopup/historyPopup';
import {CableHistoryPop} from './components/shared/historyPopup/cablehistorypop';
import {HistoryPopupFMV} from './components/shared/historyPopup/historyPopupFMVAllocation';
import {BatPayments} from './components/Bat/payments';
import {NetworkCarousel} from './components/shared/content/network-carousel';
import {validationService} from './components/shared/content/validation';
import {VendorNamePopup} from './components/Bat/vendorname-popup';
import {BatService} from './components/Bat/BatService';

import {recentPinnedHistoryService} from './components/shared/content/recent-pinned-history';
import {BallsSPORTS} from './components/Ball-SPORTS/Balls-SPORTS';
import {BallsSPORTSSearch} from './components/Ball-SPORTS/Balls-SPORTS-search';
import {BallsSPORTSMain} from './components/Ball-SPORTS/Balls-SPORTS-main';
import {BallsSPORTSEpisodes} from './components/Ball-SPORTS/Balls-SPORTS-episodes';
import {BallsSPORTSJumpings} from './components/Ball-SPORTS/Balls-SPORTS-Jumpings';
import {BallsSPORTSNormalSlot} from './components/Ball-SPORTS/Balls-SPORTS-normal-slot';
import {BallsSPORTSDigitalDistribution} from './components/Ball-SPORTS/Ball-SPORTS-digital-distribution';
import {BallsSPORTSDigitalLinearRights} from './components/Ball-SPORTS/Balls-SPORTS-digital-linear-rights';
import {BallsSPORTSNotes} from './components/Ball-SPORTS/Balls-SPORTS-notes'
import {BallsSPORTSCredits} from './components/Ball-SPORTS/Balls-SPORTS-credits';
import {BallsSPORTSAdvisory} from './components/Ball-SPORTS/Balls-SPORTS-advisory';
import {OrderBy} from './components/common/orderBy';
import {FormatCommaPipe} from './components/common/formatByComma';
import {BallsSPORTSListings} from './components/Ball-SPORTS/Balls-SPORTS-listings';
import {BallsSPORTSWindow} from './components/Ball-SPORTS/Balls-SPORTS-window';
import {BallsSPORTSWindowPopUp} from './components/Ball-SPORTS/Balls-SPORTS-window-popup';
import {BallsSPORTSAirDates} from './components/Ball-SPORTS/Balls-SPORTS-air-dates';
import {BallsSPORTSOnAirEarth} from './components/Ball-SPORTS/Balls-SPORTS-on-air-Earth';
import {BallsSPORTSOnAirEarthFeeds} from './components/Ball-SPORTS/Balls-SPORTS-on-air-Earth-feeds';
import {BallsSPORTSOnAirEarthFormat} from './components/Ball-SPORTS/Balls-SPORTS-on-air-Earth-format';
import {BallsSPORTSOnAirEarthTimings} from './components/Ball-SPORTS/Balls-SPORTS-on-air-Earth-timings';

import {BallsSPORTSSynopsis} from './components/Ball-SPORTS/Balls-SPORTS-synopsis';
import {BallsJaguarLinearRights} from './components/Ball-SPORTS/Balls-SPORTS-digitallinear-JaguarHistory-popup'
import {BallsEpisodeLinearRights} from './components/Ball-SPORTS/Balls-SPORTS-digitallinear-episodeDifference-popup';

import {SPORTSCustomProperties} from './components/Ball-SPORTS/SPORTS-custom-properties';
import {SearchFilter} from './components/common/searchFilter';

import {airShedulingPopup} from './components/Ball-SPORTS/air-sheduling-popup';


import {SkysMain} from './components/Skys/SkysMain';
import {SkyAPTTBA} from './components/Skys/SkyAPTTBA';
import {SkylionChange} from './components/Skys/SkylionChange';
import {SkyOnAirOperations} from './components/Skys/SkyOnAirOperations';
import {SkyVDS} from './components/Skys/SkyVDS';
import {SkyBookedNotBooked} from './components/Skys/SkyBookedNotBooked';
import {SkyOriginalRepeat} from './components/Skys/SkyOriginalRepeat';
import {SkySPORTSTVEverywhereBlackoutGrid} from './components/Skys/SkySPORTSTVEverywhereBlackoutGrid';
import {SkySPORTSTVEverywherePartnerGrid} from './components/Skys/SkySPORTSTVEverywherePartnerGrid';
import {SkyVDSBall} from './components/Skys/SkyVDSBall';
import {SkylionInfo} from './components/Skys/SkylionInfo';
import {SkyNonSchedTimeslot} from './components/Skys/SkyNonSchedTimeslot';
import {NetworklionSky} from './components/Skys/NetworklionSky';
import {SkyUARSecurity} from './components/Skys/SkyUARSecurity';
import {EpisodeInformationSky} from './components/Skys/EpisodeInformationSky';
import {SkyPressListings} from './components/Skys/SkyPressListings';
import {SkyNPSC} from './components/Skys/SkyNPSC';
import {SkyTVEverywhereClearedGrid} from './components/Skys/SkyTVEverywhereClearedGrid';
import {SkyEpisodeCount} from './components/Skys/SkyEpisodeCount';
import {SkylionSummary} from './components/Skys/SkylionSummary';
import {SkyEpisodeUsage} from './components/Skys/SkyEpisodeUsage';
import {SkyslionCableGridReferenceByProgram} from './components/Skys/lion-cable/SkyslionCableGridReferenceByProgram';

import {GridReferenceSkyAllDetailsNoLength2087} from './components/Skys/lion-cable/GridReferenceSkyAllDetailsNoLength2087';
import {TvEverywhere2076} from './components/Skys/lion-cable/TvEverywhere2076';
import {GridReferenceByBallTypeBravo3000} from './components/Skys/lion-cable/GridReferenceByBallTypeBravo3000';
import {lionAllocation2031} from './components/Skys/lion-cable/lionAllocation2031';
import {BallsAvailableTolion1013} from './components/Skys/lion-cable/BallsAvailableTolion1013';
import {GridReferenceSkyAllDetailsUSA2001} from './components/Skys/lion-cable/GridReferenceSkyAllDetailsUSA2001';
import {SeriesAirDates} from './components/Skys/Ball-spanish/SeriesAirDates';
import {GridReference1006} from './components/Skys/lion-cable/GridReference1006';
import {UsageOriginatingAdditionalNetworksUsa} from './components/Skys/lion-cable/UsageOriginatingAdditionalNetworksUsa';



import {AmortAllocation2002} from './components/Skys/finance-cable/AmortAllocation2002';

import {AssetSkyRange} from './components/Skys/finance-cable/AssetSkyRange';

import {Assets2003} from './components/Skys/finance-cable/Assets2003';

import {BravoImpairmentDaypartShiftSky2014} from './components/Skys/finance-cable/BravoImpairmentDaypartShiftSky2014';

import {CashPacingSky2004} from './components/Skys/finance-cable/CashPacingSky2004';

import {ImpairmentRunUtilization2006} from './components/Skys/finance-cable/ImpairmentRunUtilization2006';

import {InventorySky} from './components/Skys/finance-cable/InventorySky';

import {Liability1076} from './components/Skys/finance-cable/Liability1076';

import {LiabilitySkyRange} from './components/Skys/finance-cable/LiabilitySkyRange';

import {QuarterlyForecastAmortSky2009} from './components/Skys/finance-cable/QuarterlyForecastAmortSky2009';

import {RunBasedAmort2084} from './components/Skys/finance-cable/RunBasedAmort2084';

import {SharedUsage1072} from './components/Skys/finance-cable/SharedUsage1072';

import {SwapJaguarSky} from './components/Skys/finance-cable/SwapJaguarSky';

import {TelemundoInventorySky2010} from './components/Skys/finance-cable/TelemundoInventorySky2010';

import {TelexitosAssets3004} from './components/Skys/finance-cable/TelexitosAssets3004';

import {TelexitosInventory3005} from './components/Skys/finance-cable/TelexitosInventory3005';

import {TelexitosLiability3006} from './components/Skys/finance-cable/TelexitosLiability3006';

import {BallsNotliond2011} from './components/Skys/finance-cable/BallsNotliond2011';

import {BallsWithRunsLeft2012} from './components/Skys/finance-cable/BallsWithRunsLeft2012';

import {WriteOffSky} from './components/Skys/finance-cable/WriteOffSky';
import {YearlyForecastAmortSky2013} from './components/Skys/finance-cable/YearlyForecastAmortSky2013';



import {KendoDialogList} from './components/shared/KendoDialogList/kendodialoglist';
import {Listings} from './components/listings/listings';

import { TranslateService }   from './translate/translate.service';
import { TRANSLATION_PROVIDERS }   from './translate/translations';

import {MultiselectDropdownModule} from './components/common/multiselect-dropdown';
import {AccordionModule} from './components/shared/Accordion/AccordionModule';

import { routing }          	from './app.routing';

import { AppRoutingModule }          	from './app.routing';

import { SPORTSUService }          from './services/SPORTSu.service';
import { CanDeactivateGuard } from './services/canDeactivate.service';
import {CanActivateViaAuthGuard} from './services/CanActivateViaAuthGuard';
import { SharedPayment} from './components/Bat/sharedpayment';
import { saveService }          from './services/saveService';
import { ClipboardService } from './services/clipboard.service';
import { DateUtil } from './components/shared/content/dateUtil';
import {BallAddSeasonService} from './components/Ball-SPORTS/Ball-SPORTS-services/BallAddSeason.service';

import { DecodeService } from './services/decodeService';

import {Development} from './components/development/development';
import {JumpingManagement} from './components/Jumping/Jumping-maintenance';
import {EarthSPORTS} from './components/Earth-SPORTS/lion-search';
import {EarthSPORTSMain} from './components/Earth-SPORTS/lion-SPORTS-main';
import {EarthSPORTSConditionalEvent} from './components/Earth-SPORTS/lion-SPORTS-conditional-event';
import {EarthSPORTSOptionalEvent} from './components/Earth-SPORTS/lion-SPORTS-optional-event';
import {EarthSPORTSSearchEvent} from './components/Earth-SPORTS/lion-SPORTS-search-event';
import {lionsRightBarMultiTabComponent} from './components/Earth-SPORTS/lions-right-bar-multi-tab';
import {lionrLeftSliderEventAccordionComponent} from './components/Earth-SPORTS/lionr-left-slider-event-accordion';
import {EarthSPORTSEvergreen} from './components/Earth-SPORTS/lion-SPORTS-evergreen';
import {EarthSPORTSService} from './components/Earth-SPORTS/Earth-SPORTS-service/Earth-SPORTS-service';
import {lionSPORTSConditionalRightBar} from './components/Earth-SPORTS/lion-SPORTS-conditional-right-bar';
import {SubHeaderTripleDotConCatPipe} from './components/Earth-SPORTS/sub-header-triple-dot-con-cat';

import {lionService} from './services/lionService';
import {eglionService} from './services/eglionService';
import {lionSPORTSTveAltProgram} from './components/lionr/lionr-SPORTS-tve-alt-program';
import {lionSPORTSActualParrots} from './components/lionr/lionr-SPORTS-tve-actual-Parrots';
import {lionSPORTSBallSearch} from './components/lionr/lionr-SPORTS-Ball-search';
import {lionSPORTSPickNationalEpisode} from './components/lionr/lionr-SPORTS-pick-national-episode';
import {JaguarMain} from './components/Jaguar/Jaguarmain';
import {JaguarsWithoutAPTinfo} from './components/Jaguar/Jaguars-without-APTinfo';
import {JaguarsWithoutEpisodes} from './components/Jaguar/Jaguars-without-episodes';
import {JaguarsWithoutFormat} from './components/Jaguar/Jaguars-without-format';
import {JaguarsWithOverlaps} from './components/Jaguar/Jaguars-with-overlaps';
import {ParrotAptInfoPopup} from './components/Jaguar/Parrot-APTinfo-popup';
import {ParrotBatInfoPopup} from './components/Marks/Parrot-Batinfo-popup';
import {ParrotBallInfoPopup} from './components/Marks/Parrot-Ballinfo-popup';
import {createBlockEvent} from './components/Earth-SPORTS/create-block-event';
import {copyEventPopUp} from './components/Earth-SPORTS/copy-event-popup';
import {publishEventPopUp} from './components/Earth-SPORTS/publish-event-popup'; 

import {lionrEvergreen} from './components/lionr/lionr-evergreen';
import {lionsRightBarEvergreen} from './components/Earth-SPORTS/lions-right-bar-evergreen';
import {lionSPORTSConditionalAPTNetworkPreview} from './components/Earth-SPORTS/conditional-apt-network-lion-preview';
import {lionrConditional} from './components/lionr/lionr-conditional';
 

import {ContextMenu} from './components/common/contextMenu';
import {ContextMenuDirective} from './components/common/contextMenuDirective';

import {ContextMenuNational} from './components/common/contextMenuNational';
import {ContextMenuDirectiveNational} from './components/common/contextMenuDirectiveNational';

import {
    Routes,
    RouterModule,
    Router,
    ActivatedRoute,
    
    CanActivateChild,
    CanDeactivate,
    ActivatedRouteSnapshot,
    RouterStateSnapshot
} from "@angular/router";
import { BallService } from './components/Ball/BallService';


@NgModule({
  imports: [
	BrowserModule,
	AppRoutingModule,
    FormsModule,
	ReactiveFormsModule,
    HttpModule,
    routing,
    MultiselectDropdownModule,
    AccordionModule
  ],
  declarations: [
    AppComponent,
	Base,
	
	Marks,
	MarksUser,
	MarksFunctionalRoles,
	MarksDepartmentRoleMapping,
	MarksAspects,
	MarksFunctionalRolesMap,
	MarksBallOwner,
	MarksDeleteBat,
	MarksDeleteBall,
	MarksUnlock,
	MarksFormatSearch,
	Skys,
	SkysMain,
	SkyAPTTBA,
	SkylionChange,
	SkyOnAirOperations,
	SkyVDS,
	SkyBookedNotBooked,
	SkyOriginalRepeat,
	SkySPORTSTVEverywhereBlackoutGrid,
	SkySPORTSTVEverywherePartnerGrid,
	SkyVDSBall,
	SkylionInfo,	
	SkyNonSchedTimeslot,
	NetworklionSky,
	SkyUARSecurity,
	EpisodeInformationSky,
	SkyPressListings,
    SkyNPSC,
	SkyTVEverywhereClearedGrid,
	SkyEpisodeCount,
	SkylionSummary,
	SkyEpisodeUsage,
	SkyslionCableGridReferenceByProgram,
	GridReferenceSkyAllDetailsNoLength2087,
	TvEverywhere2076,
	GridReferenceByBallTypeBravo3000,
	lionAllocation2031,
	BallsAvailableTolion1013,
	GridReferenceSkyAllDetailsUSA2001,
	SeriesAirDates,
	GridReference1006,
	UsageOriginatingAdditionalNetworksUsa,
	AmortAllocation2002,
	AssetSkyRange,
	Assets2003,
	BravoImpairmentDaypartShiftSky2014,
	CashPacingSky2004,
	ImpairmentRunUtilization2006,
	InventorySky,
	Liability1076,
	LiabilitySkyRange,
	QuarterlyForecastAmortSky2009,
	RunBasedAmort2084,
	SharedUsage1072,
	SwapJaguarSky,
	TelemundoInventorySky2010,
	TelexitosAssets3004,
	TelexitosInventory3005,
	TelexitosLiability3006,
	BallsNotliond2011,
	BallsWithRunsLeft2012,
	WriteOffSky,
	YearlyForecastAmortSky2013,

	SpecialEvents,
	EventTemplate,
	FormatViewHistoryPopup,
	lionrComponent,
	KendoGridComponent,
	UserViewPopup,
	ProgressCircle,
	KendoDialog,
	HistoryPopup,
	HistoryPopupFMV,
	
	CableHistoryPop,
	BatMain,
	BatCreateFill,
	CopyBallPopup,
	ReassignBallPopup,
	LinkBallPopup,
	BatRights,
	BatsHeader,
	BatSearch,
	BatDeliverySpecs,
	BatDocuments,
	BatAllocation,
	BatPayments,
	BatNotes,
	BallsSPORTS,
	BallsSPORTSSearch,
	BallsSPORTSMain,
	BallsSPORTSEpisodes,
	BallsSPORTSJumpings,
	BallsSPORTSNormalSlot,
	BallsSPORTSSynopsis,
	BallsSPORTSDigitalDistribution,
	BallsSPORTSDigitalLinearRights,
	BallsJaguarLinearRights,
	BallsEpisodeLinearRights,
	BallsSPORTSNotes,
	BallsSPORTSCredits,
	BallsSPORTSAdvisory,
	BallsSPORTSListings,
	BallsSPORTSWindow,
	BallsSPORTSWindowPopUp,
	BallsSPORTSAirDates,
    BallsSPORTSOnAirEarth,
    BallsSPORTSOnAirEarthFeeds,
    BallsSPORTSOnAirEarthFormat,
    BallsSPORTSOnAirEarthTimings,
        SPORTSCustomProperties,
        airShedulingPopup,
	
	SearchFilter,

	NetworkCarousel,
	

	VendorNamePopup,
	OrderBy,
	FormatCommaPipe,
	SharedPayment,
	
	Development,
	JumpingManagement,
	KendoDialogList,
	Listings,
	EarthSPORTS,
	EarthSPORTSMain,
	
	lionsRightBarMultiTabComponent,
	EarthSPORTSConditionalEvent,
		lionSPORTSPickNationalEpisode,
	EarthSPORTSOptionalEvent,
	EarthSPORTSSearchEvent,
        lionSPORTSTveAltProgram,
        lionSPORTSActualParrots,   
        lionSPORTSBallSearch,
	JaguarMain,
	JaguarsWithoutAPTinfo,
	JaguarsWithoutEpisodes,
	JaguarsWithoutFormat,
	JaguarsWithOverlaps,
	ParrotAptInfoPopup,	
	ParrotBatInfoPopup,
	ParrotBallInfoPopup,
	lionrEvergreen,
	EarthSPORTSEvergreen,
	lionsRightBarEvergreen,
	lionrLeftSliderEventAccordionComponent,
	lionrConditional,
	lionSPORTSConditionalRightBar,
	EarthSPORTSconditionalCopyEvents,
	createBlockEvent,
	copyEventPopUp,
	publishEventPopUp,
        lionSPORTSConditionalAPTNetworkPreview,
	
	
    SubHeaderTripleDotConCatPipe,
	ContextMenu,
	ContextMenuDirective,
	ContextMenuNational,
	ContextMenuDirectiveNational
  ],
  providers: [
  SPORTSUService,saveService,BallService, lionService,eglionService,validationService,CanDeactivateGuard,TRANSLATION_PROVIDERS, TranslateService, BatService,ClipboardService, 
  recentPinnedHistoryService,DateUtil,DecodeService,BallAddSeasonService,CanActivateViaAuthGuard,EarthSPORTSService],
  bootstrap: [ AppComponent ]
})
export class AppModule {
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment