import{J as ae,d as $,l as ie}from"./chunk-E2GGCCQI.js";import{E as Z,Ea as ne,F as X,Ia as R,K as A,La as m,Na as y,Oa as g,V as Q,Za as te,_ as H,ab as re,bb as se,ja as J,jc as V,l as z,ub as oe,ya as ee}from"./chunk-V6BPA3D7.js";var I=class{},j=class{},b=class e{constructor(n){this.normalizedNames=new Map,this.lazyUpdate=null,n?typeof n=="string"?this.lazyInit=()=>{this.headers=new Map,n.split(`
`).forEach(t=>{let r=t.indexOf(":");if(r>0){let s=t.slice(0,r),i=s.toLowerCase(),o=t.slice(r+1).trim();this.maybeSetNormalizedName(s,i),this.headers.has(i)?this.headers.get(i).push(o):this.headers.set(i,[o])}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((t,r)=>{this.setHeaderEntries(r,t)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([t,r])=>{this.setHeaderEntries(t,r)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();let t=this.headers.get(n.toLowerCase());return t&&t.length>0?t[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,t){return this.clone({name:n,value:t,op:"a"})}set(n,t){return this.clone({name:n,value:t,op:"s"})}delete(n,t){return this.clone({name:n,value:t,op:"d"})}maybeSetNormalizedName(n,t){this.normalizedNames.has(t)||this.normalizedNames.set(t,n)}init(){this.lazyInit&&(this.lazyInit instanceof e?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(t=>{this.headers.set(t,n.headers.get(t)),this.normalizedNames.set(t,n.normalizedNames.get(t))})}clone(n){let t=new e;return t.lazyInit=this.lazyInit&&this.lazyInit instanceof e?this.lazyInit:this,t.lazyUpdate=(this.lazyUpdate||[]).concat([n]),t}applyUpdate(n){let t=n.name.toLowerCase();switch(n.op){case"a":case"s":let r=n.value;if(typeof r=="string"&&(r=[r]),r.length===0)return;this.maybeSetNormalizedName(n.name,t);let s=(n.op==="a"?this.headers.get(t):void 0)||[];s.push(...r),this.headers.set(t,s);break;case"d":let i=n.value;if(!i)this.headers.delete(t),this.normalizedNames.delete(t);else{let o=this.headers.get(t);if(!o)return;o=o.filter(l=>i.indexOf(l)===-1),o.length===0?(this.headers.delete(t),this.normalizedNames.delete(t)):this.headers.set(t,o)}break}}setHeaderEntries(n,t){let r=(Array.isArray(t)?t:[t]).map(i=>i.toString()),s=n.toLowerCase();this.headers.set(s,r),this.maybeSetNormalizedName(n,s)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(t=>n(this.normalizedNames.get(t),this.headers.get(t)))}};var q=class{encodeKey(n){return ce(n)}encodeValue(n){return ce(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}};function be(e,n){let t=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(s=>{let i=s.indexOf("="),[o,l]=i==-1?[n.decodeKey(s),""]:[n.decodeKey(s.slice(0,i)),n.decodeValue(s.slice(i+1))],a=t.get(o)||[];a.push(l),t.set(o,a)}),t}var Pe=/%(\d[a-f0-9])/gi,Re={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function ce(e){return encodeURIComponent(e).replace(Pe,(n,t)=>Re[t]??n)}function F(e){return`${e}`}var E=class e{constructor(n={}){if(this.updates=null,this.cloneFrom=null,this.encoder=n.encoder||new q,n.fromString){if(n.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=be(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(t=>{let r=n.fromObject[t],s=Array.isArray(r)?r.map(F):[F(r)];this.map.set(t,s)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();let t=this.map.get(n);return t?t[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,t){return this.clone({param:n,value:t,op:"a"})}appendAll(n){let t=[];return Object.keys(n).forEach(r=>{let s=n[r];Array.isArray(s)?s.forEach(i=>{t.push({param:r,value:i,op:"a"})}):t.push({param:r,value:s,op:"a"})}),this.clone(t)}set(n,t){return this.clone({param:n,value:t,op:"s"})}delete(n,t){return this.clone({param:n,value:t,op:"d"})}toString(){return this.init(),this.keys().map(n=>{let t=this.encoder.encodeKey(n);return this.map.get(n).map(r=>t+"="+this.encoder.encodeValue(r)).join("&")}).filter(n=>n!=="").join("&")}clone(n){let t=new e({encoder:this.encoder});return t.cloneFrom=this.cloneFrom||this,t.updates=(this.updates||[]).concat(n),t}init(){this.map===null&&(this.map=new Map),this.cloneFrom!==null&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":let t=(n.op==="a"?this.map.get(n.param):void 0)||[];t.push(F(n.value)),this.map.set(n.param,t);break;case"d":if(n.value!==void 0){let r=this.map.get(n.param)||[],s=r.indexOf(F(n.value));s!==-1&&r.splice(s,1),r.length>0?this.map.set(n.param,r):this.map.delete(n.param)}else{this.map.delete(n.param);break}}}),this.cloneFrom=this.updates=null)}},le=class{constructor(n){this.defaultValue=n}},W=class{constructor(){this.map=new Map}set(n,t){return this.map.set(n,t),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}};function Ne(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}function de(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function he(e){return typeof Blob<"u"&&e instanceof Blob}function ue(e){return typeof FormData<"u"&&e instanceof FormData}function Ae(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}var M=class e{constructor(n,t,r,s){this.url=t,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=n.toUpperCase();let i;if(Ne(this.method)||s?(this.body=r!==void 0?r:null,i=s):i=r,i&&(this.reportProgress=!!i.reportProgress,this.withCredentials=!!i.withCredentials,i.responseType&&(this.responseType=i.responseType),i.headers&&(this.headers=i.headers),i.context&&(this.context=i.context),i.params&&(this.params=i.params),this.transferCache=i.transferCache),this.headers??=new b,this.context??=new W,!this.params)this.params=new E,this.urlWithParams=t;else{let o=this.params.toString();if(o.length===0)this.urlWithParams=t;else{let l=t.indexOf("?"),a=l===-1?"?":l<t.length-1?"&":"";this.urlWithParams=t+a+o}}}serializeBody(){return this.body===null?null:typeof this.body=="string"||de(this.body)||he(this.body)||ue(this.body)||Ae(this.body)?this.body:this.body instanceof E?this.body.toString():typeof this.body=="object"||typeof this.body=="boolean"||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return this.body===null||ue(this.body)?null:he(this.body)?this.body.type||null:de(this.body)?null:typeof this.body=="string"?"text/plain":this.body instanceof E?"application/x-www-form-urlencoded;charset=UTF-8":typeof this.body=="object"||typeof this.body=="number"||typeof this.body=="boolean"?"application/json":null}clone(n={}){let t=n.method||this.method,r=n.url||this.url,s=n.responseType||this.responseType,i=n.transferCache??this.transferCache,o=n.body!==void 0?n.body:this.body,l=n.withCredentials??this.withCredentials,a=n.reportProgress??this.reportProgress,h=n.headers||this.headers,T=n.params||this.params,p=n.context??this.context;return n.setHeaders!==void 0&&(h=Object.keys(n.setHeaders).reduce((f,w)=>f.set(w,n.setHeaders[w]),h)),n.setParams&&(T=Object.keys(n.setParams).reduce((f,w)=>f.set(w,n.setParams[w]),T)),new e(t,r,o,{params:T,headers:h,context:p,reportProgress:a,responseType:s,withCredentials:l,transferCache:i})}},v=function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e}(v||{}),O=class{constructor(n,t=x.Ok,r="OK"){this.headers=n.headers||new b,this.status=n.status!==void 0?n.status:t,this.statusText=n.statusText||r,this.url=n.url||null,this.ok=this.status>=200&&this.status<300}},G=class e extends O{constructor(n={}){super(n),this.type=v.ResponseHeader}clone(n={}){return new e({headers:n.headers||this.headers,status:n.status!==void 0?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}},D=class e extends O{constructor(n={}){super(n),this.type=v.Response,this.body=n.body!==void 0?n.body:null}clone(n={}){return new e({body:n.body!==void 0?n.body:this.body,headers:n.headers||this.headers,status:n.status!==void 0?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}},N=class extends O{constructor(n){super(n,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${n.url||"(unknown url)"}`:this.message=`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}},x=function(e){return e[e.Continue=100]="Continue",e[e.SwitchingProtocols=101]="SwitchingProtocols",e[e.Processing=102]="Processing",e[e.EarlyHints=103]="EarlyHints",e[e.Ok=200]="Ok",e[e.Created=201]="Created",e[e.Accepted=202]="Accepted",e[e.NonAuthoritativeInformation=203]="NonAuthoritativeInformation",e[e.NoContent=204]="NoContent",e[e.ResetContent=205]="ResetContent",e[e.PartialContent=206]="PartialContent",e[e.MultiStatus=207]="MultiStatus",e[e.AlreadyReported=208]="AlreadyReported",e[e.ImUsed=226]="ImUsed",e[e.MultipleChoices=300]="MultipleChoices",e[e.MovedPermanently=301]="MovedPermanently",e[e.Found=302]="Found",e[e.SeeOther=303]="SeeOther",e[e.NotModified=304]="NotModified",e[e.UseProxy=305]="UseProxy",e[e.Unused=306]="Unused",e[e.TemporaryRedirect=307]="TemporaryRedirect",e[e.PermanentRedirect=308]="PermanentRedirect",e[e.BadRequest=400]="BadRequest",e[e.Unauthorized=401]="Unauthorized",e[e.PaymentRequired=402]="PaymentRequired",e[e.Forbidden=403]="Forbidden",e[e.NotFound=404]="NotFound",e[e.MethodNotAllowed=405]="MethodNotAllowed",e[e.NotAcceptable=406]="NotAcceptable",e[e.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",e[e.RequestTimeout=408]="RequestTimeout",e[e.Conflict=409]="Conflict",e[e.Gone=410]="Gone",e[e.LengthRequired=411]="LengthRequired",e[e.PreconditionFailed=412]="PreconditionFailed",e[e.PayloadTooLarge=413]="PayloadTooLarge",e[e.UriTooLong=414]="UriTooLong",e[e.UnsupportedMediaType=415]="UnsupportedMediaType",e[e.RangeNotSatisfiable=416]="RangeNotSatisfiable",e[e.ExpectationFailed=417]="ExpectationFailed",e[e.ImATeapot=418]="ImATeapot",e[e.MisdirectedRequest=421]="MisdirectedRequest",e[e.UnprocessableEntity=422]="UnprocessableEntity",e[e.Locked=423]="Locked",e[e.FailedDependency=424]="FailedDependency",e[e.TooEarly=425]="TooEarly",e[e.UpgradeRequired=426]="UpgradeRequired",e[e.PreconditionRequired=428]="PreconditionRequired",e[e.TooManyRequests=429]="TooManyRequests",e[e.RequestHeaderFieldsTooLarge=431]="RequestHeaderFieldsTooLarge",e[e.UnavailableForLegalReasons=451]="UnavailableForLegalReasons",e[e.InternalServerError=500]="InternalServerError",e[e.NotImplemented=501]="NotImplemented",e[e.BadGateway=502]="BadGateway",e[e.ServiceUnavailable=503]="ServiceUnavailable",e[e.GatewayTimeout=504]="GatewayTimeout",e[e.HttpVersionNotSupported=505]="HttpVersionNotSupported",e[e.VariantAlsoNegotiates=506]="VariantAlsoNegotiates",e[e.InsufficientStorage=507]="InsufficientStorage",e[e.LoopDetected=508]="LoopDetected",e[e.NotExtended=510]="NotExtended",e[e.NetworkAuthenticationRequired=511]="NetworkAuthenticationRequired",e}(x||{});function C(e,n){return{body:n,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,transferCache:e.transferCache}}var Me=(()=>{class e{constructor(t){this.handler=t}request(t,r,s={}){let i;if(t instanceof M)i=t;else{let a;s.headers instanceof b?a=s.headers:a=new b(s.headers);let h;s.params&&(s.params instanceof E?h=s.params:h=new E({fromObject:s.params})),i=new M(t,r,s.body!==void 0?s.body:null,{headers:a,context:s.context,params:h,reportProgress:s.reportProgress,responseType:s.responseType||"json",withCredentials:s.withCredentials,transferCache:s.transferCache})}let o=X(i).pipe(H(a=>this.handler.handle(a)));if(t instanceof M||s.observe==="events")return o;let l=o.pipe(Q(a=>a instanceof D));switch(s.observe||"body"){case"body":switch(i.responseType){case"arraybuffer":return l.pipe(A(a=>{if(a.body!==null&&!(a.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return a.body}));case"blob":return l.pipe(A(a=>{if(a.body!==null&&!(a.body instanceof Blob))throw new Error("Response is not a Blob.");return a.body}));case"text":return l.pipe(A(a=>{if(a.body!==null&&typeof a.body!="string")throw new Error("Response is not a string.");return a.body}));case"json":default:return l.pipe(A(a=>a.body))}case"response":return l;default:throw new Error(`Unreachable: unhandled observe type ${s.observe}}`)}}delete(t,r={}){return this.request("DELETE",t,r)}get(t,r={}){return this.request("GET",t,r)}head(t,r={}){return this.request("HEAD",t,r)}jsonp(t,r){return this.request("JSONP",t,{params:new E().append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(t,r={}){return this.request("OPTIONS",t,r)}patch(t,r,s={}){return this.request("PATCH",t,C(s,r))}post(t,r,s={}){return this.request("POST",t,C(s,r))}put(t,r,s={}){return this.request("PUT",t,C(s,r))}static{this.\u0275fac=function(r){return new(r||e)(y(I))}}static{this.\u0275prov=R({token:e,factory:e.\u0275fac})}}return e})();function ge(e,n){return n(e)}function Ie(e,n){return(t,r)=>n.intercept(t,{handle:s=>e(s,r)})}function Oe(e,n,t){return(r,s)=>se(t,()=>n(r,i=>e(i,s)))}var De=new m(""),k=new m(""),xe=new m(""),ke=new m("");function Fe(){let e=null;return(n,t)=>{e===null&&(e=(g(De,{optional:!0})??[]).reduceRight(Ie,ge));let r=g(V),s=r.add();return e(n,t).pipe(J(()=>r.remove(s)))}}var fe=(()=>{class e extends I{constructor(t,r){super(),this.backend=t,this.injector=r,this.chain=null,this.pendingTasks=g(V);let s=g(ke,{optional:!0});this.backend=s??t}handle(t){if(this.chain===null){let s=Array.from(new Set([...this.injector.get(k),...this.injector.get(xe,[])]));this.chain=s.reduceRight((i,o)=>Oe(i,o,this.injector),ge)}let r=this.pendingTasks.add();return this.chain(t,s=>this.backend.handle(s)).pipe(J(()=>this.pendingTasks.remove(r)))}static{this.\u0275fac=function(r){return new(r||e)(y(j),y(re))}}static{this.\u0275prov=R({token:e,factory:e.\u0275fac})}}return e})(),je=0,pe,Le="JSONP injected script did not invoke callback.",Ue="JSONP requests must use JSONP request method.",_e="JSONP requests must use Json response type.",Be="JSONP requests do not support headers.",L=class{};function ze(){return typeof window=="object"?window:{}}var Te=(()=>{class e{constructor(t,r){this.callbackMap=t,this.document=r,this.resolvedPromise=Promise.resolve()}nextCallback(){return`ng_jsonp_callback_${je++}`}handle(t){if(t.method!=="JSONP")throw new Error(Ue);if(t.responseType!=="json")throw new Error(_e);if(t.headers.keys().length>0)throw new Error(Be);return new z(r=>{let s=this.nextCallback(),i=t.urlWithParams.replace(/=JSONP_CALLBACK(&|$)/,`=${s}$1`),o=this.document.createElement("script");o.src=i;let l=null,a=!1;this.callbackMap[s]=f=>{delete this.callbackMap[s],l=f,a=!0};let h=()=>{o.parentNode&&o.parentNode.removeChild(o),delete this.callbackMap[s]},T=f=>{this.resolvedPromise.then(()=>{if(h(),!a){r.error(new N({url:i,status:0,statusText:"JSONP Error",error:new Error(Le)}));return}r.next(new D({body:l,status:x.Ok,statusText:"OK",url:i})),r.complete()})},p=f=>{h(),r.error(new N({error:f,status:0,statusText:"JSONP Error",url:i}))};return o.addEventListener("load",T),o.addEventListener("error",p),this.document.body.appendChild(o),r.next({type:v.Sent}),()=>{a||this.removeListeners(o),h()}})}removeListeners(t){pe??=this.document.implementation.createHTMLDocument(),pe.adoptNode(t)}static{this.\u0275fac=function(r){return new(r||e)(y(L),y($))}}static{this.\u0275prov=R({token:e,factory:e.\u0275fac})}}return e})();function Xe(e,n){return e.method==="JSONP"?g(Te).handle(e):n(e)}var Je=/^\)\]\}',?\n/;function Ve(e){return"responseURL"in e&&e.responseURL?e.responseURL:/^X-Request-URL:/m.test(e.getAllResponseHeaders())?e.getResponseHeader("X-Request-URL"):null}var ye=(()=>{class e{constructor(t){this.xhrFactory=t}handle(t){if(t.method==="JSONP")throw new ne(-2800,!1);let r=this.xhrFactory;return(r.\u0275loadImpl?Z(r.\u0275loadImpl()):X(null)).pipe(ee(()=>new z(i=>{let o=r.build();if(o.open(t.method,t.urlWithParams),t.withCredentials&&(o.withCredentials=!0),t.headers.forEach((c,d)=>o.setRequestHeader(c,d.join(","))),t.headers.has("Accept")||o.setRequestHeader("Accept","application/json, text/plain, */*"),!t.headers.has("Content-Type")){let c=t.detectContentTypeHeader();c!==null&&o.setRequestHeader("Content-Type",c)}if(t.responseType){let c=t.responseType.toLowerCase();o.responseType=c!=="json"?c:"text"}let l=t.serializeBody(),a=null,h=()=>{if(a!==null)return a;let c=o.statusText||"OK",d=new b(o.getAllResponseHeaders()),P=Ve(o)||t.url;return a=new G({headers:d,status:o.status,statusText:c,url:P}),a},T=()=>{let{headers:c,status:d,statusText:P,url:Y}=h(),u=null;d!==x.NoContent&&(u=typeof o.response>"u"?o.responseText:o.response),d===0&&(d=u?x.Ok:0);let B=d>=200&&d<300;if(t.responseType==="json"&&typeof u=="string"){let Ee=u;u=u.replace(Je,"");try{u=u!==""?JSON.parse(u):null}catch(ve){u=Ee,B&&(B=!1,u={error:ve,text:u})}}B?(i.next(new D({body:u,headers:c,status:d,statusText:P,url:Y||void 0})),i.complete()):i.error(new N({error:u,headers:c,status:d,statusText:P,url:Y||void 0}))},p=c=>{let{url:d}=h(),P=new N({error:c,status:o.status||0,statusText:o.statusText||"Unknown Error",url:d||void 0});i.error(P)},f=!1,w=c=>{f||(i.next(h()),f=!0);let d={type:v.DownloadProgress,loaded:c.loaded};c.lengthComputable&&(d.total=c.total),t.responseType==="text"&&o.responseText&&(d.partialText=o.responseText),i.next(d)},S=c=>{let d={type:v.UploadProgress,loaded:c.loaded};c.lengthComputable&&(d.total=c.total),i.next(d)};return o.addEventListener("load",T),o.addEventListener("error",p),o.addEventListener("timeout",p),o.addEventListener("abort",p),t.reportProgress&&(o.addEventListener("progress",w),l!==null&&o.upload&&o.upload.addEventListener("progress",S)),o.send(l),i.next({type:v.Sent}),()=>{o.removeEventListener("error",p),o.removeEventListener("abort",p),o.removeEventListener("load",T),o.removeEventListener("timeout",p),t.reportProgress&&(o.removeEventListener("progress",w),l!==null&&o.upload&&o.upload.removeEventListener("progress",S)),o.readyState!==o.DONE&&o.abort()}})))}static{this.\u0275fac=function(r){return new(r||e)(y(ae))}}static{this.\u0275prov=R({token:e,factory:e.\u0275fac})}}return e})(),we=new m(""),$e="XSRF-TOKEN",Ce=new m("",{providedIn:"root",factory:()=>$e}),qe="X-XSRF-TOKEN",We=new m("",{providedIn:"root",factory:()=>qe}),U=class{},Ge=(()=>{class e{constructor(t,r,s){this.doc=t,this.platform=r,this.cookieName=s,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if(this.platform==="server")return null;let t=this.doc.cookie||"";return t!==this.lastCookieString&&(this.parseCount++,this.lastToken=ie(t,this.cookieName),this.lastCookieString=t),this.lastToken}static{this.\u0275fac=function(r){return new(r||e)(y($),y(oe),y(Ce))}}static{this.\u0275prov=R({token:e,factory:e.\u0275fac})}}return e})();function Ke(e,n){let t=e.url.toLowerCase();if(!g(we)||e.method==="GET"||e.method==="HEAD"||t.startsWith("http://")||t.startsWith("https://"))return n(e);let r=g(U).getToken(),s=g(We);return r!=null&&!e.headers.has(s)&&(e=e.clone({headers:e.headers.set(s,r)})),n(e)}var _=function(e){return e[e.Interceptors=0]="Interceptors",e[e.LegacyInterceptors=1]="LegacyInterceptors",e[e.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",e[e.NoXsrfProtection=3]="NoXsrfProtection",e[e.JsonpSupport=4]="JsonpSupport",e[e.RequestsMadeViaParent=5]="RequestsMadeViaParent",e[e.Fetch=6]="Fetch",e}(_||{});function K(e,n){return{\u0275kind:e,\u0275providers:n}}function bn(...e){let n=[Me,ye,fe,{provide:I,useExisting:fe},{provide:j,useExisting:ye},{provide:k,useValue:Ke,multi:!0},{provide:we,useValue:!0},{provide:U,useClass:Ge}];for(let t of e)n.push(...t.\u0275providers);return te(n)}function Pn(e){return K(_.Interceptors,e.map(n=>({provide:k,useValue:n,multi:!0})))}var me=new m("");function Rn(){return K(_.LegacyInterceptors,[{provide:me,useFactory:Fe},{provide:k,useExisting:me,multi:!0}])}function Nn(){return K(_.JsonpSupport,[Te,{provide:L,useFactory:ze},{provide:k,useValue:Xe,multi:!0}])}export{b as a,E as b,le as c,W as d,D as e,N as f,x as g,Me as h,De as i,bn as j,Pn as k,Rn as l,Nn as m};