{"version":3,"file":"8215.4d60ec1b02e60801.js","mappings":"2LAGA,MAAMA,EAAmBC,OAAOC,SAASC,SACzC,IAAIC,EAAiB,GAErB,OAAQJ,GACN,IAAK,wCACL,IAAK,wCACL,IAAK,sBAQL,IAAK,wCACL,IAAK,wCACL,IAAK,sCAQL,IAAK,wCACL,IAAK,wCACL,IAAK,mCAQL,IAAK,yCACL,IAAK,wCACL,IAAK,2CACHI,EAAS,CACP,CACEC,KAAM,GACNC,aAAcA,IAAMC,EAAAC,EAAA,MAAAC,KAAAF,EAAAG,KAAAH,EAAA,QAA+BE,KAAKE,GAAKA,EAAEC,yBAGnE,MAIF,QACER,EAAS,CACP,CACEC,KAAM,GACNC,aAAcA,IAAMC,EAAAC,EAAA,MAAAC,KAAAF,EAAAG,KAAAH,EAAA,QAA0BE,KAAKE,GAAKA,EAAEE,oBAS5D,MAAOC,oDAAkB,mCAAlBA,GAAkB,uCAHnBC,KAAaC,SAASZ,GACtBW,OAAY,ECrDlB,MAAOE,oDAAW,mCAAXA,GAAW,uCAFZC,KAAcJ,EAAoBK,OAAe","names":["hostName","window","location","hostname","routes","path","loadChildren","__webpack_require__","e","then","bind","m","LandingBreakoutModule","LandingComModule","LoginRoutingModule","RouterModule","forChild","LoginModule","CommonModule","UtilitiesModule"],"ignoreList":[],"sourceRoot":"webpack:///","sources":["./apps/vp-web-app/src/app/pages/login/login-routing.module.ts","./apps/vp-web-app/src/app/pages/login/login.module.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\r\nimport { RouterModule, Routes } from \"@angular/router\";\r\n\r\nconst hostName: string = window.location.hostname;\r\nlet routes: Routes = [];\r\n\r\nswitch (hostName) {\r\n case \"secondopinion-dev-bcn.barrowneuro.org\":\r\n case \"secondopinion-tst-bcn.barrowneuro.org\":\r\n case \"bcn.barrowneuro.org\":\r\n routes = [\r\n {\r\n path: \"\",\r\n loadChildren: () => import(\"@vp/landing/breakout\").then(m => m.LandingBreakoutModule)\r\n }\r\n ];\r\n break;\r\n case \"secondopinion-dev-com.barrowneuro.org\":\r\n case \"secondopinion-tst-com.barrowneuro.org\":\r\n case \"secondopinionportal.barrowneuro.org\":\r\n routes = [\r\n {\r\n path: \"\",\r\n loadChildren: () => import(\"@vp/landing/breakout\").then(m => m.LandingBreakoutModule)\r\n }\r\n ];\r\n break;\r\n case \"secondopinion-dev-dbs.barrowneuro.org\":\r\n case \"secondopinion-tst-dbs.barrowneuro.org\":\r\n case \"dbssecondopinion.barrowneuro.org\":\r\n routes = [\r\n {\r\n path: \"\",\r\n loadChildren: () => import(\"@vp/landing/breakout\").then(m => m.LandingBreakoutModule)\r\n }\r\n ];\r\n break;\r\n case \"clinicaltrials.ivybraintumorcenter.org\":\r\n case \"secondopinion-dev-ivy.barrowneuro.org\":\r\n case \"clinicaltrialsqa.ivybraintumorcenter.org\":\r\n routes = [\r\n {\r\n path: \"\",\r\n loadChildren: () => import(\"@vp/landing/breakout\").then(m => m.LandingBreakoutModule)\r\n }\r\n ];\r\n break;\r\n case \"secondopinion-dev-nso.barrowneuro.org\":\r\n case \"secondopinion-tst-nso.barrowneuro.org\":\r\n case \"secondopinion.barrowneuro.org\":\r\n default:\r\n routes = [\r\n {\r\n path: \"\",\r\n loadChildren: () => import(\"@vp/landing/com\").then(m => m.LandingComModule)\r\n }\r\n ];\r\n}\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class LoginRoutingModule {}\r\n","import { CommonModule } from \"@angular/common\";\r\nimport { NgModule } from \"@angular/core\";\r\nimport { UtilitiesModule } from \"@vp/shared/utilities\";\r\nimport { LoginRoutingModule } from \"./login-routing.module\";\r\n\r\n@NgModule({\r\n imports: [CommonModule, LoginRoutingModule, UtilitiesModule]\r\n})\r\nexport class LoginModule {}\r\n"],"x_google_ignoreList":[]}