\r\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { CornerBrandingComponent } from '../corner-branding/corner-branding.component';\nimport { LocationSearchComponent } from '../location-search/location-search.component';\nimport { NavBarComponent } from '../nav-bar/nav-bar.component';\nimport { InfoTabComponent } from '../info-tab/info-tab.component';\nimport { FormsModule } from '@angular/forms';\nimport { RouterModule } from '@angular/router';\nimport { DataTablesModule } from 'angular-datatables';\nimport { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { NgSelectModule } from '@ng-select/ng-select';\n\n@NgModule({\n declarations: [\n CornerBrandingComponent,\n LocationSearchComponent,\n NavBarComponent,\n InfoTabComponent,\n ],\n imports: [\n CommonModule,\n FormsModule,\n RouterModule,\n DataTablesModule,\n NgbCollapseModule,\n ReactiveFormsModule,\n NgSelectModule,\n ],\n exports: [\n CornerBrandingComponent,\n LocationSearchComponent,\n NavBarComponent,\n InfoTabComponent,\n DataTablesModule,\n ],\n})\nexport class SharedModule {}\n","// This file can be replaced during build by using the `fileReplacements` array.\n// `ng build` replaces `environment.ts` with `environment.prod.ts`.\n// The list of file replacements can be found in `angular.json`.\n\nexport const environment = {\n production: false,\n baseURL: 'https://websvc.nantel.org/NantelRest/',\n // baseURL: 'http://localhost:63215/',\n csodURL:\n 'https://nantel.csod.com/LMS/catalog/Welcome.aspx?tab_page_id=-67&tab_id=-1',\n courseCatalogURL:\n 'https://contentprd.nantel.org/production/CourseCatalog/Course_Catalog.pdf',\n recaptcha: {\n siteKey: '6LcHPm0UAAAAAGDcl1d2AdRGJ6oWfqMRGqwsbsiH',\n },\n};\n\n/*\n * For easier debugging in development mode, you can import the following file\n * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.\n *\n * This import should be commented out in production mode because it will have a negative impact\n * on performance if an error is thrown.\n */\n// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.\n","import { enableProdMode } from '@angular/core';\nimport { platformBrowserDynamic } from '@angular/platform-browser-dynamic';\n\nimport { AppModule } from './app/app.module';\nimport { environment } from './environments/environment';\n\nif (environment.production) {\n enableProdMode();\n}\n\nplatformBrowserDynamic()\n .bootstrapModule(AppModule)\n .catch((err) => console.error(err));\n"],"names":[],"sourceRoot":"webpack:///"}