{
  "version": 3,
  "sources": ["src/environments/environment.live.ts"],
  "sourcesContent": ["import { ExtraOptions, Routes, PreloadAllModules, PreloadingStrategy, Route } from '@angular/router';\r\nimport { Observable, of } from 'rxjs';\r\n\r\nexport class CustomPreloader implements PreloadingStrategy {\r\n    preload(route: Route, load: () => Observable<any>): Observable<any> {\r\n        return route.data && route.data.preload ? load() : of(null);\r\n    }\r\n}\r\n\r\nexport const RouterOptions: ExtraOptions = {\r\n  initialNavigation: 'enabledBlocking',\r\n  preloadingStrategy: CustomPreloader,\r\n  scrollPositionRestoration: 'disabled'\r\n};\r\n\r\nexport const routes: Routes = [];\r\n\r\nexport const environment = {\r\n    production: true,\r\n    hmr: false,\r\n    frontendUrl: 'https://www.expometals.net',\r\n    backendUrl: 'https://www.expometals.net/graphql',\r\n    googleMapsKey: 'AIzaSyB3B6gUafbkZV5h4peNK0cuYHL5wA6bvsU',\r\n    googleClientID: '942106285688-p4mtiemp4n1vfl752p0qo8rrofq8ni63.apps.googleusercontent.com',\r\n    GTM_Id: 'GTM-TJLDVRZ',\r\n    GA4_id: 'G-K31PWK9RSQ',\r\n    cookie: {\r\n      domain: 'expometals.net',\r\n      secure: true\r\n    },\r\n    enableMetaTagRobots: true,\r\n    debugOn: false,\r\n    gtmserv: 'https://gtm.expometals.net',\r\n    tinyMce: '/lib/tinymce/tinymce.min.js',\r\n    BACKEND_TIMEOUT: 1000*60,\r\n    BACKEND_TIMEOUT_SSR: 1000*6 // 6 secondi di timeout in production lato ssr (da verificare)\r\n};\r\n"],
  "mappings": "wCAGM,IAAOA,EAAP,KAAsB,CACxBC,QAAQC,EAAcC,EAA2B,CAC7C,OAAOD,EAAME,MAAQF,EAAME,KAAKH,QAAUE,EAAI,EAAKE,EAAG,IAAI,CAC9D,GAGSC,EAA8B,CACzCC,kBAAmB,kBACnBC,mBAAoBR,EACpBS,0BAA2B,YAKtB,IAAMC,EAAc,CACvBC,WAAY,GACZC,IAAK,GACLC,YAAa,6BACbC,WAAY,qCACZC,cAAe,0CACfC,eAAgB,2EAChBC,OAAQ,cACRC,OAAQ,eACRC,OAAQ,CACNC,OAAQ,iBACRC,OAAQ,IAEVC,oBAAqB,GACrBC,QAAS,GACTC,QAAS,6BACTC,QAAS,8BACTC,gBAAiB,IAAK,GACtBC,oBAAqB,IAAK",
  "names": ["CustomPreloader", "preload", "route", "load", "data", "of", "RouterOptions", "initialNavigation", "preloadingStrategy", "scrollPositionRestoration", "environment", "production", "hmr", "frontendUrl", "backendUrl", "googleMapsKey", "googleClientID", "GTM_Id", "GA4_id", "cookie", "domain", "secure", "enableMetaTagRobots", "debugOn", "gtmserv", "tinyMce", "BACKEND_TIMEOUT", "BACKEND_TIMEOUT_SSR"]
}