Socket
Socket
Sign inDemoInstall

@esm-bundle/angular__common

Package Overview
Dependencies
Maintainers
2
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esm-bundle/angular__common - npm Package Compare versions

Comparing version 9.1.3 to 9.1.4

3

esm/es2015/angular-common.min.js

@@ -1,2 +0,3 @@

import{InjectionToken as e,Injectable as t,ɵɵdefineInjectable as r,ɵɵinject as u,Inject as s,Optional as o,EventEmitter as n,ɵfindLocaleData as a,ɵLocaleDataIndex as i,ɵgetLocaleCurrencyCode as l,ɵgetLocalePluralCase as c,LOCALE_ID as D,ɵregisterLocaleData as h,ɵisListLikeIterable as d,ɵstringify as f,Directive as p,IterableDiffers as C,KeyValueDiffers as g,ElementRef as F,Renderer2 as m,Input as y,NgModuleRef as E,ComponentFactoryResolver as _,ViewContainerRef as A,isDevMode as v,TemplateRef as w,Host as b,Attribute as B,ɵlooseIdentical as S,WrappedValue as k,ɵisPromise as M,ɵisObservable as R,Pipe as P,ChangeDetectorRef as O,DEFAULT_CURRENCY_CODE as L,NgModule as T,Version as x,ErrorHandler as V}from"@angular/core";let N=null;function I(){return N}function $(e){N||(N=e)}class H{}const G=new e("DocumentToken");class U{}function W(){return u(Z)}U.decorators=[{type:t,args:[{providedIn:"platform",useFactory:W}]}],U.ɵprov=r({factory:W,token:U,providedIn:"platform"});const z=new e("Location Initialized");class Z extends U{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=I().getLocation(),this._history=I().getHistory()}getBaseHrefFromDOM(){return I().getBaseHref(this._doc)}onPopState(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){Y()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){Y()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}function Y(){return!!window.history.pushState}function j(){return new Z(u(G))}function K(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function X(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function J(e){return e&&"?"!==e[0]?"?"+e:e}Z.decorators=[{type:t,args:[{providedIn:"platform",useFactory:j}]}],Z.ctorParameters=()=>[{type:void 0,decorators:[{type:s,args:[G]}]}],Z.ɵprov=r({factory:j,token:Z,providedIn:"platform"});class Q{}function q(e){const t=u(G).location;return new te(u(U),t&&t.origin||"")}Q.decorators=[{type:t,args:[{providedIn:"root",useFactory:q}]}],Q.ɵprov=r({factory:q,token:Q,providedIn:"root"});const ee=new e("appBaseHref");class te extends Q{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return K(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+J(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}te.decorators=[{type:t}],te.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:o},{type:s,args:[ee]}]}];class re extends Q{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=K(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}re.decorators=[{type:t}],re.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:o},{type:s,args:[ee]}]}];class ue{constructor(e,t){this._subject=new n,this._urlChangeListeners=[],this._platformStrategy=e;const r=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=X(oe(r)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+J(t))}normalize(e){return ue.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,oe(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}replaceState(e,t="",r=null){this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(r=>r(e,t))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function se(){return new ue(u(Q),u(U))}function oe(e){return e.replace(/\/index.html$/,"")}ue.normalizeQueryParams=J,ue.joinWithSlash=K,ue.stripTrailingSlash=X,ue.decorators=[{type:t,args:[{providedIn:"root",useFactory:se}]}],ue.ctorParameters=()=>[{type:Q},{type:U}],ue.ɵprov=r({factory:se,token:ue,providedIn:"root"});const ne={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},ae={Decimal:0,Percent:1,Currency:2,Scientific:3};ae[ae.Decimal]="Decimal",ae[ae.Percent]="Percent",ae[ae.Currency]="Currency",ae[ae.Scientific]="Scientific";const ie={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};ie[ie.Zero]="Zero",ie[ie.One]="One",ie[ie.Two]="Two",ie[ie.Few]="Few",ie[ie.Many]="Many",ie[ie.Other]="Other";const le={Format:0,Standalone:1};le[le.Format]="Format",le[le.Standalone]="Standalone";const ce={Narrow:0,Abbreviated:1,Wide:2,Short:3};ce[ce.Narrow]="Narrow",ce[ce.Abbreviated]="Abbreviated",ce[ce.Wide]="Wide",ce[ce.Short]="Short";const De={Short:0,Medium:1,Long:2,Full:3};De[De.Short]="Short",De[De.Medium]="Medium",De[De.Long]="Long",De[De.Full]="Full";const he={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};he[he.Decimal]="Decimal",he[he.Group]="Group",he[he.List]="List",he[he.PercentSign]="PercentSign",he[he.PlusSign]="PlusSign",he[he.MinusSign]="MinusSign",he[he.Exponential]="Exponential",he[he.SuperscriptingExponent]="SuperscriptingExponent",he[he.PerMille]="PerMille",he[he.Infinity]="Infinity",he[he.NaN]="NaN",he[he.TimeSeparator]="TimeSeparator",he[he.CurrencyDecimal]="CurrencyDecimal",he[he.CurrencyGroup]="CurrencyGroup";const de={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};function fe(e){return a(e)[i.LocaleId]}function pe(e,t,r){const u=a(e),s=Le([u[i.DayPeriodsFormat],u[i.DayPeriodsStandalone]],t);return Le(s,r)}function Ce(e,t,r){const u=a(e),s=Le([u[i.DaysFormat],u[i.DaysStandalone]],t);return Le(s,r)}function ge(e,t,r){const u=a(e),s=Le([u[i.MonthsFormat],u[i.MonthsStandalone]],t);return Le(s,r)}function Fe(e,t){return Le(a(e)[i.Eras],t)}function me(e){return a(e)[i.FirstDayOfWeek]}function ye(e){return a(e)[i.WeekendRange]}function Ee(e,t){return Le(a(e)[i.DateFormat],t)}function _e(e,t){return Le(a(e)[i.TimeFormat],t)}function Ae(e,t){return Le(a(e)[i.DateTimeFormat],t)}function ve(e,t){const r=a(e),u=r[i.NumberSymbols][t];if(void 0===u){if(t===he.CurrencyDecimal)return r[i.NumberSymbols][he.Decimal];if(t===he.CurrencyGroup)return r[i.NumberSymbols][he.Group]}return u}function we(e,t){return a(e)[i.NumberFormats][t]}function be(e){return a(e)[i.CurrencySymbol]||null}function Be(e){return a(e)[i.CurrencyName]||null}function Se(e){return l(e)}de[de.Sunday]="Sunday",de[de.Monday]="Monday",de[de.Tuesday]="Tuesday",de[de.Wednesday]="Wednesday",de[de.Thursday]="Thursday",de[de.Friday]="Friday",de[de.Saturday]="Saturday";const ke=c;function Me(e){if(!e[i.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[i.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Re(e){const t=a(e);return Me(t),(t[i.ExtraData][2]||[]).map(e=>"string"==typeof e?Te(e):[Te(e[0]),Te(e[1])])}function Pe(e,t,r){const u=a(e);Me(u);const s=Le([u[i.ExtraData][0],u[i.ExtraData][1]],t)||[];return Le(s,r)||[]}function Oe(e){return a(e)[i.Directionality]}function Le(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function Te(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function xe(e,t,r="en"){const u=function(e){return a(e)[i.Currencies]}(r)[e]||ne[e]||[],s=u[1];return"narrow"===t&&"string"==typeof s?s:u[0]||e}function Ve(e){let t;const r=ne[e];return r&&(t=r[2]),"number"==typeof t?t:2}const Ne=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Ie={},$e=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,He={Short:0,ShortGMT:1,Long:2,Extended:3};He[He.Short]="Short",He[He.ShortGMT]="ShortGMT",He[He.Long]="Long",He[He.Extended]="Extended";const Ge={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};Ge[Ge.FullYear]="FullYear",Ge[Ge.Month]="Month",Ge[Ge.Date]="Date",Ge[Ge.Hours]="Hours",Ge[Ge.Minutes]="Minutes",Ge[Ge.Seconds]="Seconds",Ge[Ge.FractionalSeconds]="FractionalSeconds",Ge[Ge.Day]="Day";const Ue={DayPeriods:0,Days:1,Months:2,Eras:3};function We(e,t,r,u){let s=function(e){if(qe(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,r,u]=e.split("-").map(e=>+e);return new Date(t,r-1,u)}let r;if(r=e.match(Ne))return function(e){const t=new Date(0);let r=0,u=0;const s=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));s.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const n=Number(e[4]||0)-r,a=Number(e[5]||0)-u,i=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,n,a,i,l),t}(r)}const t=new Date(e);if(!qe(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,r){const u=fe(t);if(Ie[u]=Ie[u]||{},Ie[u][r])return Ie[u][r];let s="";switch(r){case"shortDate":s=Ee(t,De.Short);break;case"mediumDate":s=Ee(t,De.Medium);break;case"longDate":s=Ee(t,De.Long);break;case"fullDate":s=Ee(t,De.Full);break;case"shortTime":s=_e(t,De.Short);break;case"mediumTime":s=_e(t,De.Medium);break;case"longTime":s=_e(t,De.Long);break;case"fullTime":s=_e(t,De.Full);break;case"short":const r=e(t,"shortTime"),u=e(t,"shortDate");s=ze(Ae(t,De.Short),[r,u]);break;case"medium":const o=e(t,"mediumTime"),n=e(t,"mediumDate");s=ze(Ae(t,De.Medium),[o,n]);break;case"long":const a=e(t,"longTime"),i=e(t,"longDate");s=ze(Ae(t,De.Long),[a,i]);break;case"full":const l=e(t,"fullTime"),c=e(t,"fullDate");s=ze(Ae(t,De.Full),[l,c])}s&&(Ie[u][r]=s);return s}(r,t)||t;let o,n=[];for(;t;){if(o=$e.exec(t),!o){n.push(t);break}{n=n.concat(o.slice(1));const e=n.pop();if(!e)break;t=e}}let a=s.getTimezoneOffset();u&&(a=Qe(u,a),s=function(e,t,r){const u=r?-1:1,s=e.getTimezoneOffset(),o=Qe(t,s);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-s))}(s,u,!0));let i="";return n.forEach(e=>{const t=function(e){if(Je[e])return Je[e];let t;switch(e){case"G":case"GG":case"GGG":t=je(Ue.Eras,ce.Abbreviated);break;case"GGGG":t=je(Ue.Eras,ce.Wide);break;case"GGGGG":t=je(Ue.Eras,ce.Narrow);break;case"y":t=Ye(Ge.FullYear,1,0,!1,!0);break;case"yy":t=Ye(Ge.FullYear,2,0,!0,!0);break;case"yyy":t=Ye(Ge.FullYear,3,0,!1,!0);break;case"yyyy":t=Ye(Ge.FullYear,4,0,!1,!0);break;case"M":case"L":t=Ye(Ge.Month,1,1);break;case"MM":case"LL":t=Ye(Ge.Month,2,1);break;case"MMM":t=je(Ue.Months,ce.Abbreviated);break;case"MMMM":t=je(Ue.Months,ce.Wide);break;case"MMMMM":t=je(Ue.Months,ce.Narrow);break;case"LLL":t=je(Ue.Months,ce.Abbreviated,le.Standalone);break;case"LLLL":t=je(Ue.Months,ce.Wide,le.Standalone);break;case"LLLLL":t=je(Ue.Months,ce.Narrow,le.Standalone);break;case"w":t=Xe(1);break;case"ww":t=Xe(2);break;case"W":t=Xe(1,!0);break;case"d":t=Ye(Ge.Date,1);break;case"dd":t=Ye(Ge.Date,2);break;case"E":case"EE":case"EEE":t=je(Ue.Days,ce.Abbreviated);break;case"EEEE":t=je(Ue.Days,ce.Wide);break;case"EEEEE":t=je(Ue.Days,ce.Narrow);break;case"EEEEEE":t=je(Ue.Days,ce.Short);break;case"a":case"aa":case"aaa":t=je(Ue.DayPeriods,ce.Abbreviated);break;case"aaaa":t=je(Ue.DayPeriods,ce.Wide);break;case"aaaaa":t=je(Ue.DayPeriods,ce.Narrow);break;case"b":case"bb":case"bbb":t=je(Ue.DayPeriods,ce.Abbreviated,le.Standalone,!0);break;case"bbbb":t=je(Ue.DayPeriods,ce.Wide,le.Standalone,!0);break;case"bbbbb":t=je(Ue.DayPeriods,ce.Narrow,le.Standalone,!0);break;case"B":case"BB":case"BBB":t=je(Ue.DayPeriods,ce.Abbreviated,le.Format,!0);break;case"BBBB":t=je(Ue.DayPeriods,ce.Wide,le.Format,!0);break;case"BBBBB":t=je(Ue.DayPeriods,ce.Narrow,le.Format,!0);break;case"h":t=Ye(Ge.Hours,1,-12);break;case"hh":t=Ye(Ge.Hours,2,-12);break;case"H":t=Ye(Ge.Hours,1);break;case"HH":t=Ye(Ge.Hours,2);break;case"m":t=Ye(Ge.Minutes,1);break;case"mm":t=Ye(Ge.Minutes,2);break;case"s":t=Ye(Ge.Seconds,1);break;case"ss":t=Ye(Ge.Seconds,2);break;case"S":t=Ye(Ge.FractionalSeconds,1);break;case"SS":t=Ye(Ge.FractionalSeconds,2);break;case"SSS":t=Ye(Ge.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ke(He.Short);break;case"ZZZZZ":t=Ke(He.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ke(He.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ke(He.Long);break;default:return null}return Je[e]=t,t}(e);i+=t?t(s,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}function ze(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ze(e,t,r="-",u,s){let o="";(e<0||s&&e<=0)&&(s?e=1-e:(e=-e,o=r));let n=String(e);for(;n.length<t;)n="0"+n;return u&&(n=n.substr(n.length-t)),o+n}function Ye(e,t,r=0,u=!1,s=!1){return function(o,n){let a=function(e,t){switch(e){case Ge.FullYear:return t.getFullYear();case Ge.Month:return t.getMonth();case Ge.Date:return t.getDate();case Ge.Hours:return t.getHours();case Ge.Minutes:return t.getMinutes();case Ge.Seconds:return t.getSeconds();case Ge.FractionalSeconds:return t.getMilliseconds();case Ge.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,o);if((r>0||a>-r)&&(a+=r),e===Ge.Hours)0===a&&-12===r&&(a=12);else if(e===Ge.FractionalSeconds)return i=t,Ze(a,3).substr(0,i);var i;const l=ve(n,he.MinusSign);return Ze(a,t,l,u,s)}}function je(e,t,r=le.Format,u=!1){return function(s,o){return function(e,t,r,u,s,o){switch(r){case Ue.Months:return ge(t,s,u)[e.getMonth()];case Ue.Days:return Ce(t,s,u)[e.getDay()];case Ue.DayPeriods:const n=e.getHours(),a=e.getMinutes();if(o){const e=Re(t),r=Pe(t,s,u);let o;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:u,minutes:s}=e[0],{hours:i,minutes:l}=e[1];n>=u&&a>=s&&(n<i||n===i&&a<l)&&(o=r[t])}else{const{hours:u,minutes:s}=e;u===n&&s===a&&(o=r[t])}}),o)return o}return pe(t,s,u)[n<12?0:1];case Ue.Eras:return Fe(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(s,o,e,t,r,u)}}function Ke(e){return function(t,r,u){const s=-1*u,o=ve(r,he.MinusSign),n=s>0?Math.floor(s/60):Math.ceil(s/60);switch(e){case He.Short:return(s>=0?"+":"")+Ze(n,2,o)+Ze(Math.abs(s%60),2,o);case He.ShortGMT:return"GMT"+(s>=0?"+":"")+Ze(n,1,o);case He.Long:return"GMT"+(s>=0?"+":"")+Ze(n,2,o)+":"+Ze(Math.abs(s%60),2,o);case He.Extended:return 0===u?"Z":(s>=0?"+":"")+Ze(n,2,o)+":"+Ze(Math.abs(s%60),2,o);default:throw new Error(`Unknown zone width "${e}"`)}}}Ue[Ue.DayPeriods]="DayPeriods",Ue[Ue.Days]="Days",Ue[Ue.Months]="Months",Ue[Ue.Eras]="Eras";function Xe(e,t=!1){return function(r,u){let s;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();s=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(r.getFullYear()),t=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-e.getTime();s=1+Math.round(t/6048e5)}var o;return Ze(s,e,ve(u,he.MinusSign))}}const Je={};function Qe(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function qe(e){return e instanceof Date&&!isNaN(e.valueOf())}const et=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function tt(e,t,r,u,s,o,n=!1){let a="",i=!1;if(isFinite(e)){let l=function(e){let t,r,u,s,o,n=Math.abs(e)+"",a=0;(r=n.indexOf("."))>-1&&(n=n.replace(".",""));(u=n.search(/e/i))>0?(r<0&&(r=u),r+=+n.slice(u+1),n=n.substring(0,u)):r<0&&(r=n.length);for(u=0;"0"===n.charAt(u);u++);if(u===(o=n.length))t=[0],r=1;else{for(o--;"0"===n.charAt(o);)o--;for(r-=u,t=[],s=0;u<=o;u++,s++)t[s]=Number(n.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);n&&(l=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));let c=t.minInt,D=t.minFrac,h=t.maxFrac;if(o){const e=o.match(et);if(null===e)throw new Error(o+" is not a valid digit info");const t=e[1],r=e[3],u=e[5];null!=t&&(c=nt(t)),null!=r&&(D=nt(r)),null!=u?h=nt(u):null!=r&&D>h&&(h=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let u=e.digits,s=u.length-e.integerLen;const o=Math.min(Math.max(t,s),r);let n=o+e.integerLen,a=u[n];if(n>0){u.splice(Math.max(e.integerLen,n));for(let e=n;e<u.length;e++)u[e]=0}else{s=Math.max(0,s),e.integerLen=1,u.length=Math.max(1,n=o+1),u[0]=0;for(let e=1;e<n;e++)u[e]=0}if(a>=5)if(n-1<0){for(let t=0;t>n;t--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[n-1]++;for(;s<Math.max(0,o);s++)u.push(0);let i=0!==o;const l=t+e.integerLen,c=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,i&&(0===u[r]&&r>=l?u.pop():i=!1),t>=10?1:0}),0);c&&(u.unshift(c),e.integerLen++)}(l,D,h);let d=l.digits,f=l.integerLen;const p=l.exponent;let C=[];for(i=d.every(e=>!e);f<c;f++)d.unshift(0);for(;f<0;f++)d.unshift(0);f>0?C=d.splice(f,d.length):(C=d,d=[0]);const g=[];for(d.length>=t.lgSize&&g.unshift(d.splice(-t.lgSize,d.length).join(""));d.length>t.gSize;)g.unshift(d.splice(-t.gSize,d.length).join(""));d.length&&g.unshift(d.join("")),a=g.join(ve(r,u)),C.length&&(a+=ve(r,s)+C.join("")),p&&(a+=ve(r,he.Exponential)+"+"+p)}else a=ve(r,he.Infinity);return a=e<0&&!i?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function rt(e,t,r,u,s){const o=ot(we(t,ae.Currency),ve(t,he.MinusSign));return o.minFrac=Ve(u),o.maxFrac=o.minFrac,tt(e,o,t,he.CurrencyGroup,he.CurrencyDecimal,s).replace("¤",r).replace("¤","").trim()}function ut(e,t,r){return tt(e,ot(we(t,ae.Percent),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r,!0).replace(new RegExp("%","g"),ve(t,he.PercentSign))}function st(e,t,r){return tt(e,ot(we(t,ae.Decimal),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r)}function ot(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),s=u[0],o=u[1],n=-1!==s.indexOf(".")?s.split("."):[s.substring(0,s.lastIndexOf("0")+1),s.substring(s.lastIndexOf("0")+1)],a=n[0],i=n[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(let e=0;e<i.length;e++){const t=i.charAt(e);"0"===t?r.minFrac=r.maxFrac=e+1:"#"===t?r.maxFrac=e+1:r.posSuf+=t}const l=a.split(",");if(r.gSize=l[1]?l[1].length:0,r.lgSize=l[2]||l[1]?(l[2]||l[1]).length:0,o){const e=s.length-r.posPre.length-r.posSuf.length,t=o.indexOf("#");r.negPre=o.substr(0,t).replace(/'/g,""),r.negSuf=o.substr(t+e).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function nt(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class at{}function it(e,t,r,u){let s="="+e;if(t.indexOf(s)>-1)return s;if(s=r.getPluralCategory(e,u),t.indexOf(s)>-1)return s;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}class lt extends at{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(ke(t||this.locale)(e)){case ie.Zero:return"zero";case ie.One:return"one";case ie.Two:return"two";case ie.Few:return"few";case ie.Many:return"many";default:return"other"}}}function ct(e,t,r){return h(e,t,r)}function Dt(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[u,s]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(u.trim()===t)return decodeURIComponent(s)}return null}lt.decorators=[{type:t}],lt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class ht{constructor(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(d(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+f(e.item));this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}ht.decorators=[{type:p,args:[{selector:"[ngClass]"}]}],ht.ctorParameters=()=>[{type:C},{type:g},{type:F},{type:m}],ht.propDecorators={klass:[{type:y,args:["class"]}],ngClass:[{type:y,args:["ngClass"]}]};class dt{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(E);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const r=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(_)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(r,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}dt.decorators=[{type:p,args:[{selector:"[ngComponentOutlet]"}]}],dt.ctorParameters=()=>[{type:A}],dt.propDecorators={ngComponentOutlet:[{type:y}],ngComponentOutletInjector:[{type:y}],ngComponentOutletContent:[{type:y}],ngComponentOutletNgModuleFactory:[{type:y}]};class ft{constructor(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class pt{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){v()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch(r){throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,r,u)=>{if(null==e.previousIndex){const r=this._viewContainer.createEmbeddedView(this._template,new ft(null,this._ngForOf,-1,-1),null===u?void 0:u),s=new Ct(e,r);t.push(s)}else if(null==u)this._viewContainer.remove(null===r?void 0:r);else if(null!==r){const s=this._viewContainer.get(r);this._viewContainer.move(s,u);const o=new Ct(e,s);t.push(o)}});for(let e=0;e<t.length;e++)this._perViewChange(t[e].view,t[e].record);for(let e=0,t=this._viewContainer.length;e<t;e++){const r=this._viewContainer.get(e);r.context.index=e,r.context.count=t,r.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}pt.decorators=[{type:p,args:[{selector:"[ngFor][ngForOf]"}]}],pt.ctorParameters=()=>[{type:A},{type:w},{type:C}],pt.propDecorators={ngForOf:[{type:y}],ngForTrackBy:[{type:y}],ngForTemplate:[{type:y}]};class Ct{constructor(e,t){this.record=e,this.view=t}}class gt{constructor(e,t){this._viewContainer=e,this._context=new Ft,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){mt("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){mt("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}gt.decorators=[{type:p,args:[{selector:"[ngIf]"}]}],gt.ctorParameters=()=>[{type:A},{type:w}],gt.propDecorators={ngIf:[{type:y}],ngIfThen:[{type:y}],ngIfElse:[{type:y}]};class Ft{constructor(){this.$implicit=null,this.ngIf=null}}function mt(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${f(t)}'.`)}class yt{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Et{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}}}Et.decorators=[{type:p,args:[{selector:"[ngSwitch]"}]}],Et.propDecorators={ngSwitch:[{type:y}]};class _t{constructor(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new yt(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}_t.decorators=[{type:p,args:[{selector:"[ngSwitchCase]"}]}],_t.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}],_t.propDecorators={ngSwitchCase:[{type:y}]};class At{constructor(e,t,r){r._addDefault(new yt(e,t))}}At.decorators=[{type:p,args:[{selector:"[ngSwitchDefault]"}]}],At.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}];class vt{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=it(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}vt.decorators=[{type:p,args:[{selector:"[ngPlural]"}]}],vt.ctorParameters=()=>[{type:at}],vt.propDecorators={ngPlural:[{type:y}]};class wt{constructor(e,t,r,u){this.value=e;const s=!isNaN(Number(e));u.addCase(s?"="+e:e,new yt(r,t))}}wt.decorators=[{type:p,args:[{selector:"[ngPluralCase]"}]}],wt.ctorParameters=()=>[{type:String,decorators:[{type:B,args:["ngPluralCase"]}]},{type:w},{type:A},{type:vt,decorators:[{type:b}]}];class bt{constructor(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[r,u]=e.split(".");null!=(t=null!=t&&u?`${t}${u}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}bt.decorators=[{type:p,args:[{selector:"[ngStyle]"}]}],bt.ctorParameters=()=>[{type:F},{type:g},{type:m}],bt.propDecorators={ngStyle:[{type:y,args:["ngStyle"]}]};class Bt{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),r=Object.keys(e.currentValue||{});if(t.length===r.length){for(let e of r)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}Bt.decorators=[{type:p,args:[{selector:"[ngTemplateOutlet]"}]}],Bt.ctorParameters=()=>[{type:A}],Bt.propDecorators={ngTemplateOutletContext:[{type:y}],ngTemplateOutlet:[{type:y}]};const St=[ht,dt,pt,gt,Bt,bt,Et,_t,At,vt,wt];function kt(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${f(e)}'`)}const Mt=new class{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}},Rt=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}};class Pt{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):S(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,k.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(e){if(M(e))return Mt;if(R(e))return Rt;throw kt(Pt,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}Pt.decorators=[{type:P,args:[{name:"async",pure:!1}]}],Pt.ctorParameters=()=>[{type:O}];class Ot{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Ot,e);return e.toLowerCase()}}Ot.decorators=[{type:P,args:[{name:"lowercase"}]}];const Lt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;class Tt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Tt,e);return e.replace(Lt,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}Tt.decorators=[{type:P,args:[{name:"titlecase"}]}];class xt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(xt,e);return e.toUpperCase()}}xt.decorators=[{type:P,args:[{name:"uppercase"}]}];class Vt{constructor(e){this.locale=e}transform(e,t="mediumDate",r,u){if(null==e||""===e||e!=e)return null;try{return We(e,t,u||this.locale,r)}catch(e){throw kt(Vt,e.message)}}}Vt.decorators=[{type:P,args:[{name:"date",pure:!0}]}],Vt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];const Nt=/#/g;class It{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw kt(It,t);return t[it(e,Object.keys(t),this._localization,r)].replace(Nt,e.toString())}}It.decorators=[{type:P,args:[{name:"i18nPlural",pure:!0}]}],It.ctorParameters=()=>[{type:at}];class $t{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw kt($t,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}$t.decorators=[{type:P,args:[{name:"i18nSelect",pure:!0}]}];class Ht{transform(e){return JSON.stringify(e,null,2)}}Ht.decorators=[{type:P,args:[{name:"json",pure:!1}]}];class Gt{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=Ut){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e);return r&&(this.keyValues=[],r.forEachItem(e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}),this.keyValues.sort(t)),this.keyValues}}function Ut(e,t){const r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;const s=String(r),o=String(u);return s==o?0:s<o?-1:1}Gt.decorators=[{type:P,args:[{name:"keyvalue",pure:!1}]}],Gt.ctorParameters=()=>[{type:g}];class Wt{constructor(e){this._locale=e}transform(e,t,r){if(Yt(e))return null;r=r||this._locale;try{return st(jt(e),r,t)}catch(e){throw kt(Wt,e.message)}}}Wt.decorators=[{type:P,args:[{name:"number"}]}],Wt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class zt{constructor(e){this._locale=e}transform(e,t,r){if(Yt(e))return null;r=r||this._locale;try{return ut(jt(e),r,t)}catch(e){throw kt(zt,e.message)}}}zt.decorators=[{type:P,args:[{name:"percent"}]}],zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class Zt{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(e,t,r="symbol",u,s){if(Yt(e))return null;s=s||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let o=t||this._defaultCurrencyCode;"code"!==r&&(o="symbol"===r||"symbol-narrow"===r?xe(o,"symbol"===r?"wide":"narrow",s):r);try{return rt(jt(e),s,o,t,u)}catch(e){throw kt(Zt,e.message)}}}function Yt(e){return null==e||""===e||e!=e}function jt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}Zt.decorators=[{type:P,args:[{name:"currency"}]}],Zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]},{type:String,decorators:[{type:s,args:[L]}]}];class Kt{transform(e,t,r){if(null==e)return e;if(!this.supports(e))throw kt(Kt,e);return e.slice(t,r)}supports(e){return"string"==typeof e||Array.isArray(e)}}Kt.decorators=[{type:P,args:[{name:"slice",pure:!1}]}];const Xt=[Pt,xt,Ot,Ht,Kt,Wt,zt,Tt,Zt,Vt,It,$t,Gt];class Jt{}Jt.decorators=[{type:T,args:[{declarations:[St,Xt],exports:[St,Xt],providers:[{provide:at,useClass:lt}]}]}];const Qt="browser",qt="server",er="browserWorkerApp",tr="browserWorkerUi";function rr(e){return"browser"===e}function ur(e){return"server"===e}function sr(e){return"browserWorkerApp"===e}function or(e){return"browserWorkerUi"===e}const nr=new x("9.1.3");class ar{}ar.ɵprov=r({token:ar,providedIn:"root",factory:()=>new ir(u(G),window,u(V))});class ir{constructor(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);const r=this.document.querySelector(`[name='${e}']`);if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],u-s[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}class lr{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}}export{ee as APP_BASE_HREF,Pt as AsyncPipe,Jt as CommonModule,Zt as CurrencyPipe,G as DOCUMENT,Vt as DatePipe,Wt as DecimalPipe,le as FormStyle,De as FormatWidth,re as HashLocationStrategy,It as I18nPluralPipe,$t as I18nSelectPipe,Ht as JsonPipe,Gt as KeyValuePipe,z as LOCATION_INITIALIZED,ue as Location,Q as LocationStrategy,Ot as LowerCasePipe,ht as NgClass,dt as NgComponentOutlet,pt as NgForOf,ft as NgForOfContext,gt as NgIf,Ft as NgIfContext,lt as NgLocaleLocalization,at as NgLocalization,vt as NgPlural,wt as NgPluralCase,bt as NgStyle,Et as NgSwitch,_t as NgSwitchCase,At as NgSwitchDefault,Bt as NgTemplateOutlet,ae as NumberFormatStyle,he as NumberSymbol,te as PathLocationStrategy,zt as PercentPipe,U as PlatformLocation,ie as Plural,Kt as SlicePipe,Tt as TitleCasePipe,ce as TranslationWidth,xt as UpperCasePipe,nr as VERSION,ar as ViewportScroller,de as WeekDay,rt as formatCurrency,We as formatDate,st as formatNumber,ut as formatPercent,xe as getCurrencySymbol,Se as getLocaleCurrencyCode,Be as getLocaleCurrencyName,be as getLocaleCurrencySymbol,Ee as getLocaleDateFormat,Ae as getLocaleDateTimeFormat,Ce as getLocaleDayNames,pe as getLocaleDayPeriods,Oe as getLocaleDirection,Fe as getLocaleEraNames,Re as getLocaleExtraDayPeriodRules,Pe as getLocaleExtraDayPeriods,me as getLocaleFirstDayOfWeek,fe as getLocaleId,ge as getLocaleMonthNames,we as getLocaleNumberFormat,ve as getLocaleNumberSymbol,ke as getLocalePluralCase,_e as getLocaleTimeFormat,ye as getLocaleWeekEndRange,Ve as getNumberOfCurrencyDigits,rr as isPlatformBrowser,ur as isPlatformServer,sr as isPlatformWorkerApp,or as isPlatformWorkerUi,ct as registerLocaleData,Z as ɵBrowserPlatformLocation,H as ɵDomAdapter,lr as ɵNullViewportScroller,Qt as ɵPLATFORM_BROWSER_ID,qt as ɵPLATFORM_SERVER_ID,er as ɵPLATFORM_WORKER_APP_ID,tr as ɵPLATFORM_WORKER_UI_ID,W as ɵangular_packages_common_common_a,j as ɵangular_packages_common_common_b,se as ɵangular_packages_common_common_c,q as ɵangular_packages_common_common_d,St as ɵangular_packages_common_common_e,Xt as ɵangular_packages_common_common_f,I as ɵgetDOM,Dt as ɵparseCookieValue,$ as ɵsetRootDomAdapter};
/* @angular/common@9.1.4 */
import{InjectionToken as e,Injectable as t,ɵɵdefineInjectable as r,ɵɵinject as u,Inject as s,Optional as o,EventEmitter as n,ɵfindLocaleData as a,ɵLocaleDataIndex as i,ɵgetLocaleCurrencyCode as l,ɵgetLocalePluralCase as c,LOCALE_ID as D,ɵregisterLocaleData as h,ɵisListLikeIterable as d,ɵstringify as f,Directive as p,IterableDiffers as C,KeyValueDiffers as g,ElementRef as F,Renderer2 as m,Input as y,NgModuleRef as E,ComponentFactoryResolver as _,ViewContainerRef as A,isDevMode as v,TemplateRef as w,Host as b,Attribute as B,ɵlooseIdentical as S,WrappedValue as k,ɵisPromise as M,ɵisObservable as R,Pipe as P,ChangeDetectorRef as O,DEFAULT_CURRENCY_CODE as L,NgModule as T,Version as x,ErrorHandler as V}from"@angular/core";let N=null;function I(){return N}function $(e){N||(N=e)}class H{}const G=new e("DocumentToken");class U{}function W(){return u(Z)}U.decorators=[{type:t,args:[{providedIn:"platform",useFactory:W}]}],U.ɵprov=r({factory:W,token:U,providedIn:"platform"});const z=new e("Location Initialized");class Z extends U{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=I().getLocation(),this._history=I().getHistory()}getBaseHrefFromDOM(){return I().getBaseHref(this._doc)}onPopState(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){Y()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){Y()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}function Y(){return!!window.history.pushState}function j(){return new Z(u(G))}function K(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function X(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function J(e){return e&&"?"!==e[0]?"?"+e:e}Z.decorators=[{type:t,args:[{providedIn:"platform",useFactory:j}]}],Z.ctorParameters=()=>[{type:void 0,decorators:[{type:s,args:[G]}]}],Z.ɵprov=r({factory:j,token:Z,providedIn:"platform"});class Q{}function q(e){const t=u(G).location;return new te(u(U),t&&t.origin||"")}Q.decorators=[{type:t,args:[{providedIn:"root",useFactory:q}]}],Q.ɵprov=r({factory:q,token:Q,providedIn:"root"});const ee=new e("appBaseHref");class te extends Q{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return K(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+J(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}te.decorators=[{type:t}],te.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:o},{type:s,args:[ee]}]}];class re extends Q{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=K(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}re.decorators=[{type:t}],re.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:o},{type:s,args:[ee]}]}];class ue{constructor(e,t){this._subject=new n,this._urlChangeListeners=[],this._platformStrategy=e;const r=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=X(oe(r)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+J(t))}normalize(e){return ue.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,oe(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}replaceState(e,t="",r=null){this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(r=>r(e,t))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function se(){return new ue(u(Q),u(U))}function oe(e){return e.replace(/\/index.html$/,"")}ue.normalizeQueryParams=J,ue.joinWithSlash=K,ue.stripTrailingSlash=X,ue.decorators=[{type:t,args:[{providedIn:"root",useFactory:se}]}],ue.ctorParameters=()=>[{type:Q},{type:U}],ue.ɵprov=r({factory:se,token:ue,providedIn:"root"});const ne={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},ae={Decimal:0,Percent:1,Currency:2,Scientific:3};ae[ae.Decimal]="Decimal",ae[ae.Percent]="Percent",ae[ae.Currency]="Currency",ae[ae.Scientific]="Scientific";const ie={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};ie[ie.Zero]="Zero",ie[ie.One]="One",ie[ie.Two]="Two",ie[ie.Few]="Few",ie[ie.Many]="Many",ie[ie.Other]="Other";const le={Format:0,Standalone:1};le[le.Format]="Format",le[le.Standalone]="Standalone";const ce={Narrow:0,Abbreviated:1,Wide:2,Short:3};ce[ce.Narrow]="Narrow",ce[ce.Abbreviated]="Abbreviated",ce[ce.Wide]="Wide",ce[ce.Short]="Short";const De={Short:0,Medium:1,Long:2,Full:3};De[De.Short]="Short",De[De.Medium]="Medium",De[De.Long]="Long",De[De.Full]="Full";const he={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};he[he.Decimal]="Decimal",he[he.Group]="Group",he[he.List]="List",he[he.PercentSign]="PercentSign",he[he.PlusSign]="PlusSign",he[he.MinusSign]="MinusSign",he[he.Exponential]="Exponential",he[he.SuperscriptingExponent]="SuperscriptingExponent",he[he.PerMille]="PerMille",he[he.Infinity]="Infinity",he[he.NaN]="NaN",he[he.TimeSeparator]="TimeSeparator",he[he.CurrencyDecimal]="CurrencyDecimal",he[he.CurrencyGroup]="CurrencyGroup";const de={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};function fe(e){return a(e)[i.LocaleId]}function pe(e,t,r){const u=a(e),s=Le([u[i.DayPeriodsFormat],u[i.DayPeriodsStandalone]],t);return Le(s,r)}function Ce(e,t,r){const u=a(e),s=Le([u[i.DaysFormat],u[i.DaysStandalone]],t);return Le(s,r)}function ge(e,t,r){const u=a(e),s=Le([u[i.MonthsFormat],u[i.MonthsStandalone]],t);return Le(s,r)}function Fe(e,t){return Le(a(e)[i.Eras],t)}function me(e){return a(e)[i.FirstDayOfWeek]}function ye(e){return a(e)[i.WeekendRange]}function Ee(e,t){return Le(a(e)[i.DateFormat],t)}function _e(e,t){return Le(a(e)[i.TimeFormat],t)}function Ae(e,t){return Le(a(e)[i.DateTimeFormat],t)}function ve(e,t){const r=a(e),u=r[i.NumberSymbols][t];if(void 0===u){if(t===he.CurrencyDecimal)return r[i.NumberSymbols][he.Decimal];if(t===he.CurrencyGroup)return r[i.NumberSymbols][he.Group]}return u}function we(e,t){return a(e)[i.NumberFormats][t]}function be(e){return a(e)[i.CurrencySymbol]||null}function Be(e){return a(e)[i.CurrencyName]||null}function Se(e){return l(e)}de[de.Sunday]="Sunday",de[de.Monday]="Monday",de[de.Tuesday]="Tuesday",de[de.Wednesday]="Wednesday",de[de.Thursday]="Thursday",de[de.Friday]="Friday",de[de.Saturday]="Saturday";const ke=c;function Me(e){if(!e[i.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[i.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Re(e){const t=a(e);return Me(t),(t[i.ExtraData][2]||[]).map(e=>"string"==typeof e?Te(e):[Te(e[0]),Te(e[1])])}function Pe(e,t,r){const u=a(e);Me(u);const s=Le([u[i.ExtraData][0],u[i.ExtraData][1]],t)||[];return Le(s,r)||[]}function Oe(e){return a(e)[i.Directionality]}function Le(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function Te(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function xe(e,t,r="en"){const u=function(e){return a(e)[i.Currencies]}(r)[e]||ne[e]||[],s=u[1];return"narrow"===t&&"string"==typeof s?s:u[0]||e}function Ve(e){let t;const r=ne[e];return r&&(t=r[2]),"number"==typeof t?t:2}const Ne=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Ie={},$e=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,He={Short:0,ShortGMT:1,Long:2,Extended:3};He[He.Short]="Short",He[He.ShortGMT]="ShortGMT",He[He.Long]="Long",He[He.Extended]="Extended";const Ge={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};Ge[Ge.FullYear]="FullYear",Ge[Ge.Month]="Month",Ge[Ge.Date]="Date",Ge[Ge.Hours]="Hours",Ge[Ge.Minutes]="Minutes",Ge[Ge.Seconds]="Seconds",Ge[Ge.FractionalSeconds]="FractionalSeconds",Ge[Ge.Day]="Day";const Ue={DayPeriods:0,Days:1,Months:2,Eras:3};function We(e,t,r,u){let s=function(e){if(qe(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,r,u]=e.split("-").map(e=>+e);return new Date(t,r-1,u)}let r;if(r=e.match(Ne))return function(e){const t=new Date(0);let r=0,u=0;const s=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));s.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const n=Number(e[4]||0)-r,a=Number(e[5]||0)-u,i=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,n,a,i,l),t}(r)}const t=new Date(e);if(!qe(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,r){const u=fe(t);if(Ie[u]=Ie[u]||{},Ie[u][r])return Ie[u][r];let s="";switch(r){case"shortDate":s=Ee(t,De.Short);break;case"mediumDate":s=Ee(t,De.Medium);break;case"longDate":s=Ee(t,De.Long);break;case"fullDate":s=Ee(t,De.Full);break;case"shortTime":s=_e(t,De.Short);break;case"mediumTime":s=_e(t,De.Medium);break;case"longTime":s=_e(t,De.Long);break;case"fullTime":s=_e(t,De.Full);break;case"short":const r=e(t,"shortTime"),u=e(t,"shortDate");s=ze(Ae(t,De.Short),[r,u]);break;case"medium":const o=e(t,"mediumTime"),n=e(t,"mediumDate");s=ze(Ae(t,De.Medium),[o,n]);break;case"long":const a=e(t,"longTime"),i=e(t,"longDate");s=ze(Ae(t,De.Long),[a,i]);break;case"full":const l=e(t,"fullTime"),c=e(t,"fullDate");s=ze(Ae(t,De.Full),[l,c])}s&&(Ie[u][r]=s);return s}(r,t)||t;let o,n=[];for(;t;){if(o=$e.exec(t),!o){n.push(t);break}{n=n.concat(o.slice(1));const e=n.pop();if(!e)break;t=e}}let a=s.getTimezoneOffset();u&&(a=Qe(u,a),s=function(e,t,r){const u=r?-1:1,s=e.getTimezoneOffset(),o=Qe(t,s);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-s))}(s,u,!0));let i="";return n.forEach(e=>{const t=function(e){if(Je[e])return Je[e];let t;switch(e){case"G":case"GG":case"GGG":t=je(Ue.Eras,ce.Abbreviated);break;case"GGGG":t=je(Ue.Eras,ce.Wide);break;case"GGGGG":t=je(Ue.Eras,ce.Narrow);break;case"y":t=Ye(Ge.FullYear,1,0,!1,!0);break;case"yy":t=Ye(Ge.FullYear,2,0,!0,!0);break;case"yyy":t=Ye(Ge.FullYear,3,0,!1,!0);break;case"yyyy":t=Ye(Ge.FullYear,4,0,!1,!0);break;case"M":case"L":t=Ye(Ge.Month,1,1);break;case"MM":case"LL":t=Ye(Ge.Month,2,1);break;case"MMM":t=je(Ue.Months,ce.Abbreviated);break;case"MMMM":t=je(Ue.Months,ce.Wide);break;case"MMMMM":t=je(Ue.Months,ce.Narrow);break;case"LLL":t=je(Ue.Months,ce.Abbreviated,le.Standalone);break;case"LLLL":t=je(Ue.Months,ce.Wide,le.Standalone);break;case"LLLLL":t=je(Ue.Months,ce.Narrow,le.Standalone);break;case"w":t=Xe(1);break;case"ww":t=Xe(2);break;case"W":t=Xe(1,!0);break;case"d":t=Ye(Ge.Date,1);break;case"dd":t=Ye(Ge.Date,2);break;case"E":case"EE":case"EEE":t=je(Ue.Days,ce.Abbreviated);break;case"EEEE":t=je(Ue.Days,ce.Wide);break;case"EEEEE":t=je(Ue.Days,ce.Narrow);break;case"EEEEEE":t=je(Ue.Days,ce.Short);break;case"a":case"aa":case"aaa":t=je(Ue.DayPeriods,ce.Abbreviated);break;case"aaaa":t=je(Ue.DayPeriods,ce.Wide);break;case"aaaaa":t=je(Ue.DayPeriods,ce.Narrow);break;case"b":case"bb":case"bbb":t=je(Ue.DayPeriods,ce.Abbreviated,le.Standalone,!0);break;case"bbbb":t=je(Ue.DayPeriods,ce.Wide,le.Standalone,!0);break;case"bbbbb":t=je(Ue.DayPeriods,ce.Narrow,le.Standalone,!0);break;case"B":case"BB":case"BBB":t=je(Ue.DayPeriods,ce.Abbreviated,le.Format,!0);break;case"BBBB":t=je(Ue.DayPeriods,ce.Wide,le.Format,!0);break;case"BBBBB":t=je(Ue.DayPeriods,ce.Narrow,le.Format,!0);break;case"h":t=Ye(Ge.Hours,1,-12);break;case"hh":t=Ye(Ge.Hours,2,-12);break;case"H":t=Ye(Ge.Hours,1);break;case"HH":t=Ye(Ge.Hours,2);break;case"m":t=Ye(Ge.Minutes,1);break;case"mm":t=Ye(Ge.Minutes,2);break;case"s":t=Ye(Ge.Seconds,1);break;case"ss":t=Ye(Ge.Seconds,2);break;case"S":t=Ye(Ge.FractionalSeconds,1);break;case"SS":t=Ye(Ge.FractionalSeconds,2);break;case"SSS":t=Ye(Ge.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ke(He.Short);break;case"ZZZZZ":t=Ke(He.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ke(He.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ke(He.Long);break;default:return null}return Je[e]=t,t}(e);i+=t?t(s,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}function ze(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ze(e,t,r="-",u,s){let o="";(e<0||s&&e<=0)&&(s?e=1-e:(e=-e,o=r));let n=String(e);for(;n.length<t;)n="0"+n;return u&&(n=n.substr(n.length-t)),o+n}function Ye(e,t,r=0,u=!1,s=!1){return function(o,n){let a=function(e,t){switch(e){case Ge.FullYear:return t.getFullYear();case Ge.Month:return t.getMonth();case Ge.Date:return t.getDate();case Ge.Hours:return t.getHours();case Ge.Minutes:return t.getMinutes();case Ge.Seconds:return t.getSeconds();case Ge.FractionalSeconds:return t.getMilliseconds();case Ge.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,o);if((r>0||a>-r)&&(a+=r),e===Ge.Hours)0===a&&-12===r&&(a=12);else if(e===Ge.FractionalSeconds)return i=t,Ze(a,3).substr(0,i);var i;const l=ve(n,he.MinusSign);return Ze(a,t,l,u,s)}}function je(e,t,r=le.Format,u=!1){return function(s,o){return function(e,t,r,u,s,o){switch(r){case Ue.Months:return ge(t,s,u)[e.getMonth()];case Ue.Days:return Ce(t,s,u)[e.getDay()];case Ue.DayPeriods:const n=e.getHours(),a=e.getMinutes();if(o){const e=Re(t),r=Pe(t,s,u);let o;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:u,minutes:s}=e[0],{hours:i,minutes:l}=e[1];n>=u&&a>=s&&(n<i||n===i&&a<l)&&(o=r[t])}else{const{hours:u,minutes:s}=e;u===n&&s===a&&(o=r[t])}}),o)return o}return pe(t,s,u)[n<12?0:1];case Ue.Eras:return Fe(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(s,o,e,t,r,u)}}function Ke(e){return function(t,r,u){const s=-1*u,o=ve(r,he.MinusSign),n=s>0?Math.floor(s/60):Math.ceil(s/60);switch(e){case He.Short:return(s>=0?"+":"")+Ze(n,2,o)+Ze(Math.abs(s%60),2,o);case He.ShortGMT:return"GMT"+(s>=0?"+":"")+Ze(n,1,o);case He.Long:return"GMT"+(s>=0?"+":"")+Ze(n,2,o)+":"+Ze(Math.abs(s%60),2,o);case He.Extended:return 0===u?"Z":(s>=0?"+":"")+Ze(n,2,o)+":"+Ze(Math.abs(s%60),2,o);default:throw new Error(`Unknown zone width "${e}"`)}}}Ue[Ue.DayPeriods]="DayPeriods",Ue[Ue.Days]="Days",Ue[Ue.Months]="Months",Ue[Ue.Eras]="Eras";function Xe(e,t=!1){return function(r,u){let s;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();s=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(r.getFullYear()),t=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-e.getTime();s=1+Math.round(t/6048e5)}var o;return Ze(s,e,ve(u,he.MinusSign))}}const Je={};function Qe(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function qe(e){return e instanceof Date&&!isNaN(e.valueOf())}const et=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function tt(e,t,r,u,s,o,n=!1){let a="",i=!1;if(isFinite(e)){let l=function(e){let t,r,u,s,o,n=Math.abs(e)+"",a=0;(r=n.indexOf("."))>-1&&(n=n.replace(".",""));(u=n.search(/e/i))>0?(r<0&&(r=u),r+=+n.slice(u+1),n=n.substring(0,u)):r<0&&(r=n.length);for(u=0;"0"===n.charAt(u);u++);if(u===(o=n.length))t=[0],r=1;else{for(o--;"0"===n.charAt(o);)o--;for(r-=u,t=[],s=0;u<=o;u++,s++)t[s]=Number(n.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);n&&(l=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));let c=t.minInt,D=t.minFrac,h=t.maxFrac;if(o){const e=o.match(et);if(null===e)throw new Error(o+" is not a valid digit info");const t=e[1],r=e[3],u=e[5];null!=t&&(c=nt(t)),null!=r&&(D=nt(r)),null!=u?h=nt(u):null!=r&&D>h&&(h=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let u=e.digits,s=u.length-e.integerLen;const o=Math.min(Math.max(t,s),r);let n=o+e.integerLen,a=u[n];if(n>0){u.splice(Math.max(e.integerLen,n));for(let e=n;e<u.length;e++)u[e]=0}else{s=Math.max(0,s),e.integerLen=1,u.length=Math.max(1,n=o+1),u[0]=0;for(let e=1;e<n;e++)u[e]=0}if(a>=5)if(n-1<0){for(let t=0;t>n;t--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[n-1]++;for(;s<Math.max(0,o);s++)u.push(0);let i=0!==o;const l=t+e.integerLen,c=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,i&&(0===u[r]&&r>=l?u.pop():i=!1),t>=10?1:0}),0);c&&(u.unshift(c),e.integerLen++)}(l,D,h);let d=l.digits,f=l.integerLen;const p=l.exponent;let C=[];for(i=d.every(e=>!e);f<c;f++)d.unshift(0);for(;f<0;f++)d.unshift(0);f>0?C=d.splice(f,d.length):(C=d,d=[0]);const g=[];for(d.length>=t.lgSize&&g.unshift(d.splice(-t.lgSize,d.length).join(""));d.length>t.gSize;)g.unshift(d.splice(-t.gSize,d.length).join(""));d.length&&g.unshift(d.join("")),a=g.join(ve(r,u)),C.length&&(a+=ve(r,s)+C.join("")),p&&(a+=ve(r,he.Exponential)+"+"+p)}else a=ve(r,he.Infinity);return a=e<0&&!i?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function rt(e,t,r,u,s){const o=ot(we(t,ae.Currency),ve(t,he.MinusSign));return o.minFrac=Ve(u),o.maxFrac=o.minFrac,tt(e,o,t,he.CurrencyGroup,he.CurrencyDecimal,s).replace("¤",r).replace("¤","").trim()}function ut(e,t,r){return tt(e,ot(we(t,ae.Percent),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r,!0).replace(new RegExp("%","g"),ve(t,he.PercentSign))}function st(e,t,r){return tt(e,ot(we(t,ae.Decimal),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r)}function ot(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),s=u[0],o=u[1],n=-1!==s.indexOf(".")?s.split("."):[s.substring(0,s.lastIndexOf("0")+1),s.substring(s.lastIndexOf("0")+1)],a=n[0],i=n[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(let e=0;e<i.length;e++){const t=i.charAt(e);"0"===t?r.minFrac=r.maxFrac=e+1:"#"===t?r.maxFrac=e+1:r.posSuf+=t}const l=a.split(",");if(r.gSize=l[1]?l[1].length:0,r.lgSize=l[2]||l[1]?(l[2]||l[1]).length:0,o){const e=s.length-r.posPre.length-r.posSuf.length,t=o.indexOf("#");r.negPre=o.substr(0,t).replace(/'/g,""),r.negSuf=o.substr(t+e).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function nt(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class at{}function it(e,t,r,u){let s="="+e;if(t.indexOf(s)>-1)return s;if(s=r.getPluralCategory(e,u),t.indexOf(s)>-1)return s;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}class lt extends at{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(ke(t||this.locale)(e)){case ie.Zero:return"zero";case ie.One:return"one";case ie.Two:return"two";case ie.Few:return"few";case ie.Many:return"many";default:return"other"}}}function ct(e,t,r){return h(e,t,r)}function Dt(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[u,s]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(u.trim()===t)return decodeURIComponent(s)}return null}lt.decorators=[{type:t}],lt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class ht{constructor(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(d(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+f(e.item));this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}ht.decorators=[{type:p,args:[{selector:"[ngClass]"}]}],ht.ctorParameters=()=>[{type:C},{type:g},{type:F},{type:m}],ht.propDecorators={klass:[{type:y,args:["class"]}],ngClass:[{type:y,args:["ngClass"]}]};class dt{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(E);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const r=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(_)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(r,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}dt.decorators=[{type:p,args:[{selector:"[ngComponentOutlet]"}]}],dt.ctorParameters=()=>[{type:A}],dt.propDecorators={ngComponentOutlet:[{type:y}],ngComponentOutletInjector:[{type:y}],ngComponentOutletContent:[{type:y}],ngComponentOutletNgModuleFactory:[{type:y}]};class ft{constructor(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class pt{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){v()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch(r){throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,r,u)=>{if(null==e.previousIndex){const r=this._viewContainer.createEmbeddedView(this._template,new ft(null,this._ngForOf,-1,-1),null===u?void 0:u),s=new Ct(e,r);t.push(s)}else if(null==u)this._viewContainer.remove(null===r?void 0:r);else if(null!==r){const s=this._viewContainer.get(r);this._viewContainer.move(s,u);const o=new Ct(e,s);t.push(o)}});for(let e=0;e<t.length;e++)this._perViewChange(t[e].view,t[e].record);for(let e=0,t=this._viewContainer.length;e<t;e++){const r=this._viewContainer.get(e);r.context.index=e,r.context.count=t,r.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}pt.decorators=[{type:p,args:[{selector:"[ngFor][ngForOf]"}]}],pt.ctorParameters=()=>[{type:A},{type:w},{type:C}],pt.propDecorators={ngForOf:[{type:y}],ngForTrackBy:[{type:y}],ngForTemplate:[{type:y}]};class Ct{constructor(e,t){this.record=e,this.view=t}}class gt{constructor(e,t){this._viewContainer=e,this._context=new Ft,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){mt("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){mt("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}gt.decorators=[{type:p,args:[{selector:"[ngIf]"}]}],gt.ctorParameters=()=>[{type:A},{type:w}],gt.propDecorators={ngIf:[{type:y}],ngIfThen:[{type:y}],ngIfElse:[{type:y}]};class Ft{constructor(){this.$implicit=null,this.ngIf=null}}function mt(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${f(t)}'.`)}class yt{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Et{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}}}Et.decorators=[{type:p,args:[{selector:"[ngSwitch]"}]}],Et.propDecorators={ngSwitch:[{type:y}]};class _t{constructor(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new yt(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}_t.decorators=[{type:p,args:[{selector:"[ngSwitchCase]"}]}],_t.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}],_t.propDecorators={ngSwitchCase:[{type:y}]};class At{constructor(e,t,r){r._addDefault(new yt(e,t))}}At.decorators=[{type:p,args:[{selector:"[ngSwitchDefault]"}]}],At.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}];class vt{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=it(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}vt.decorators=[{type:p,args:[{selector:"[ngPlural]"}]}],vt.ctorParameters=()=>[{type:at}],vt.propDecorators={ngPlural:[{type:y}]};class wt{constructor(e,t,r,u){this.value=e;const s=!isNaN(Number(e));u.addCase(s?"="+e:e,new yt(r,t))}}wt.decorators=[{type:p,args:[{selector:"[ngPluralCase]"}]}],wt.ctorParameters=()=>[{type:String,decorators:[{type:B,args:["ngPluralCase"]}]},{type:w},{type:A},{type:vt,decorators:[{type:b}]}];class bt{constructor(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[r,u]=e.split(".");null!=(t=null!=t&&u?`${t}${u}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}bt.decorators=[{type:p,args:[{selector:"[ngStyle]"}]}],bt.ctorParameters=()=>[{type:F},{type:g},{type:m}],bt.propDecorators={ngStyle:[{type:y,args:["ngStyle"]}]};class Bt{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),r=Object.keys(e.currentValue||{});if(t.length===r.length){for(let e of r)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}Bt.decorators=[{type:p,args:[{selector:"[ngTemplateOutlet]"}]}],Bt.ctorParameters=()=>[{type:A}],Bt.propDecorators={ngTemplateOutletContext:[{type:y}],ngTemplateOutlet:[{type:y}]};const St=[ht,dt,pt,gt,Bt,bt,Et,_t,At,vt,wt];function kt(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${f(e)}'`)}const Mt=new class{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}},Rt=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}};class Pt{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):S(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,k.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(e){if(M(e))return Mt;if(R(e))return Rt;throw kt(Pt,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}Pt.decorators=[{type:P,args:[{name:"async",pure:!1}]}],Pt.ctorParameters=()=>[{type:O}];class Ot{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Ot,e);return e.toLowerCase()}}Ot.decorators=[{type:P,args:[{name:"lowercase"}]}];const Lt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;class Tt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Tt,e);return e.replace(Lt,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}Tt.decorators=[{type:P,args:[{name:"titlecase"}]}];class xt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(xt,e);return e.toUpperCase()}}xt.decorators=[{type:P,args:[{name:"uppercase"}]}];class Vt{constructor(e){this.locale=e}transform(e,t="mediumDate",r,u){if(null==e||""===e||e!=e)return null;try{return We(e,t,u||this.locale,r)}catch(e){throw kt(Vt,e.message)}}}Vt.decorators=[{type:P,args:[{name:"date",pure:!0}]}],Vt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];const Nt=/#/g;class It{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw kt(It,t);return t[it(e,Object.keys(t),this._localization,r)].replace(Nt,e.toString())}}It.decorators=[{type:P,args:[{name:"i18nPlural",pure:!0}]}],It.ctorParameters=()=>[{type:at}];class $t{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw kt($t,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}$t.decorators=[{type:P,args:[{name:"i18nSelect",pure:!0}]}];class Ht{transform(e){return JSON.stringify(e,null,2)}}Ht.decorators=[{type:P,args:[{name:"json",pure:!1}]}];class Gt{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=Ut){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e);return r&&(this.keyValues=[],r.forEachItem(e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}),this.keyValues.sort(t)),this.keyValues}}function Ut(e,t){const r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;const s=String(r),o=String(u);return s==o?0:s<o?-1:1}Gt.decorators=[{type:P,args:[{name:"keyvalue",pure:!1}]}],Gt.ctorParameters=()=>[{type:g}];class Wt{constructor(e){this._locale=e}transform(e,t,r){if(Yt(e))return null;r=r||this._locale;try{return st(jt(e),r,t)}catch(e){throw kt(Wt,e.message)}}}Wt.decorators=[{type:P,args:[{name:"number"}]}],Wt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class zt{constructor(e){this._locale=e}transform(e,t,r){if(Yt(e))return null;r=r||this._locale;try{return ut(jt(e),r,t)}catch(e){throw kt(zt,e.message)}}}zt.decorators=[{type:P,args:[{name:"percent"}]}],zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class Zt{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(e,t,r="symbol",u,s){if(Yt(e))return null;s=s||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let o=t||this._defaultCurrencyCode;"code"!==r&&(o="symbol"===r||"symbol-narrow"===r?xe(o,"symbol"===r?"wide":"narrow",s):r);try{return rt(jt(e),s,o,t,u)}catch(e){throw kt(Zt,e.message)}}}function Yt(e){return null==e||""===e||e!=e}function jt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}Zt.decorators=[{type:P,args:[{name:"currency"}]}],Zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]},{type:String,decorators:[{type:s,args:[L]}]}];class Kt{transform(e,t,r){if(null==e)return e;if(!this.supports(e))throw kt(Kt,e);return e.slice(t,r)}supports(e){return"string"==typeof e||Array.isArray(e)}}Kt.decorators=[{type:P,args:[{name:"slice",pure:!1}]}];const Xt=[Pt,xt,Ot,Ht,Kt,Wt,zt,Tt,Zt,Vt,It,$t,Gt];class Jt{}Jt.decorators=[{type:T,args:[{declarations:[St,Xt],exports:[St,Xt],providers:[{provide:at,useClass:lt}]}]}];const Qt="browser",qt="server",er="browserWorkerApp",tr="browserWorkerUi";function rr(e){return"browser"===e}function ur(e){return"server"===e}function sr(e){return"browserWorkerApp"===e}function or(e){return"browserWorkerUi"===e}const nr=new x("9.1.4");class ar{}ar.ɵprov=r({token:ar,providedIn:"root",factory:()=>new ir(u(G),window,u(V))});class ir{constructor(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);const r=this.document.querySelector(`[name='${e}']`);if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],u-s[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}class lr{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}}export{ee as APP_BASE_HREF,Pt as AsyncPipe,Jt as CommonModule,Zt as CurrencyPipe,G as DOCUMENT,Vt as DatePipe,Wt as DecimalPipe,le as FormStyle,De as FormatWidth,re as HashLocationStrategy,It as I18nPluralPipe,$t as I18nSelectPipe,Ht as JsonPipe,Gt as KeyValuePipe,z as LOCATION_INITIALIZED,ue as Location,Q as LocationStrategy,Ot as LowerCasePipe,ht as NgClass,dt as NgComponentOutlet,pt as NgForOf,ft as NgForOfContext,gt as NgIf,Ft as NgIfContext,lt as NgLocaleLocalization,at as NgLocalization,vt as NgPlural,wt as NgPluralCase,bt as NgStyle,Et as NgSwitch,_t as NgSwitchCase,At as NgSwitchDefault,Bt as NgTemplateOutlet,ae as NumberFormatStyle,he as NumberSymbol,te as PathLocationStrategy,zt as PercentPipe,U as PlatformLocation,ie as Plural,Kt as SlicePipe,Tt as TitleCasePipe,ce as TranslationWidth,xt as UpperCasePipe,nr as VERSION,ar as ViewportScroller,de as WeekDay,rt as formatCurrency,We as formatDate,st as formatNumber,ut as formatPercent,xe as getCurrencySymbol,Se as getLocaleCurrencyCode,Be as getLocaleCurrencyName,be as getLocaleCurrencySymbol,Ee as getLocaleDateFormat,Ae as getLocaleDateTimeFormat,Ce as getLocaleDayNames,pe as getLocaleDayPeriods,Oe as getLocaleDirection,Fe as getLocaleEraNames,Re as getLocaleExtraDayPeriodRules,Pe as getLocaleExtraDayPeriods,me as getLocaleFirstDayOfWeek,fe as getLocaleId,ge as getLocaleMonthNames,we as getLocaleNumberFormat,ve as getLocaleNumberSymbol,ke as getLocalePluralCase,_e as getLocaleTimeFormat,ye as getLocaleWeekEndRange,Ve as getNumberOfCurrencyDigits,rr as isPlatformBrowser,ur as isPlatformServer,sr as isPlatformWorkerApp,or as isPlatformWorkerUi,ct as registerLocaleData,Z as ɵBrowserPlatformLocation,H as ɵDomAdapter,lr as ɵNullViewportScroller,Qt as ɵPLATFORM_BROWSER_ID,qt as ɵPLATFORM_SERVER_ID,er as ɵPLATFORM_WORKER_APP_ID,tr as ɵPLATFORM_WORKER_UI_ID,W as ɵangular_packages_common_common_a,j as ɵangular_packages_common_common_b,se as ɵangular_packages_common_common_c,q as ɵangular_packages_common_common_d,St as ɵangular_packages_common_common_e,Xt as ɵangular_packages_common_common_f,I as ɵgetDOM,Dt as ɵparseCookieValue,$ as ɵsetRootDomAdapter};
//# sourceMappingURL=angular-common.min.js.map

@@ -1,2 +0,3 @@

import{InjectionToken as e,Injectable as t,ɵɵdefineInjectable as r,ɵɵinject as u,Inject as s,Optional as n,EventEmitter as o,ɵfindLocaleData as a,ɵLocaleDataIndex as i,ɵgetLocaleCurrencyCode as l,ɵgetLocalePluralCase as c,LOCALE_ID as D,ɵregisterLocaleData as h,ɵisListLikeIterable as d,ɵstringify as f,Directive as p,IterableDiffers as C,KeyValueDiffers as g,ElementRef as F,Renderer2 as m,Input as y,NgModuleRef as E,ComponentFactoryResolver as _,ViewContainerRef as A,isDevMode as v,TemplateRef as w,Host as b,Attribute as B,ɵlooseIdentical as S,WrappedValue as k,ɵisPromise as M,ɵisObservable as R,Pipe as P,ChangeDetectorRef as O,DEFAULT_CURRENCY_CODE as L,NgModule as T,Version as x,ErrorHandler as V}from"https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@9.1.3-fix.0/esm/es2015/angular-core.resolved.min.js";let N=null;function I(){return N}function $(e){N||(N=e)}class H{}const G=new e("DocumentToken");class U{}function W(){return u(Z)}U.decorators=[{type:t,args:[{providedIn:"platform",useFactory:W}]}],U.ɵprov=r({factory:W,token:U,providedIn:"platform"});const z=new e("Location Initialized");class Z extends U{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=I().getLocation(),this._history=I().getHistory()}getBaseHrefFromDOM(){return I().getBaseHref(this._doc)}onPopState(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){j()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){j()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}function j(){return!!window.history.pushState}function Y(){return new Z(u(G))}function K(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function X(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function J(e){return e&&"?"!==e[0]?"?"+e:e}Z.decorators=[{type:t,args:[{providedIn:"platform",useFactory:Y}]}],Z.ctorParameters=()=>[{type:void 0,decorators:[{type:s,args:[G]}]}],Z.ɵprov=r({factory:Y,token:Z,providedIn:"platform"});class Q{}function q(e){const t=u(G).location;return new te(u(U),t&&t.origin||"")}Q.decorators=[{type:t,args:[{providedIn:"root",useFactory:q}]}],Q.ɵprov=r({factory:q,token:Q,providedIn:"root"});const ee=new e("appBaseHref");class te extends Q{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return K(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+J(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}te.decorators=[{type:t}],te.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:s,args:[ee]}]}];class re extends Q{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=K(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}re.decorators=[{type:t}],re.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:s,args:[ee]}]}];class ue{constructor(e,t){this._subject=new o,this._urlChangeListeners=[],this._platformStrategy=e;const r=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=X(ne(r)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+J(t))}normalize(e){return ue.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,ne(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}replaceState(e,t="",r=null){this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(r=>r(e,t))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function se(){return new ue(u(Q),u(U))}function ne(e){return e.replace(/\/index.html$/,"")}ue.normalizeQueryParams=J,ue.joinWithSlash=K,ue.stripTrailingSlash=X,ue.decorators=[{type:t,args:[{providedIn:"root",useFactory:se}]}],ue.ctorParameters=()=>[{type:Q},{type:U}],ue.ɵprov=r({factory:se,token:ue,providedIn:"root"});const oe={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},ae={Decimal:0,Percent:1,Currency:2,Scientific:3};ae[ae.Decimal]="Decimal",ae[ae.Percent]="Percent",ae[ae.Currency]="Currency",ae[ae.Scientific]="Scientific";const ie={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};ie[ie.Zero]="Zero",ie[ie.One]="One",ie[ie.Two]="Two",ie[ie.Few]="Few",ie[ie.Many]="Many",ie[ie.Other]="Other";const le={Format:0,Standalone:1};le[le.Format]="Format",le[le.Standalone]="Standalone";const ce={Narrow:0,Abbreviated:1,Wide:2,Short:3};ce[ce.Narrow]="Narrow",ce[ce.Abbreviated]="Abbreviated",ce[ce.Wide]="Wide",ce[ce.Short]="Short";const De={Short:0,Medium:1,Long:2,Full:3};De[De.Short]="Short",De[De.Medium]="Medium",De[De.Long]="Long",De[De.Full]="Full";const he={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};he[he.Decimal]="Decimal",he[he.Group]="Group",he[he.List]="List",he[he.PercentSign]="PercentSign",he[he.PlusSign]="PlusSign",he[he.MinusSign]="MinusSign",he[he.Exponential]="Exponential",he[he.SuperscriptingExponent]="SuperscriptingExponent",he[he.PerMille]="PerMille",he[he.Infinity]="Infinity",he[he.NaN]="NaN",he[he.TimeSeparator]="TimeSeparator",he[he.CurrencyDecimal]="CurrencyDecimal",he[he.CurrencyGroup]="CurrencyGroup";const de={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};function fe(e){return a(e)[i.LocaleId]}function pe(e,t,r){const u=a(e),s=Le([u[i.DayPeriodsFormat],u[i.DayPeriodsStandalone]],t);return Le(s,r)}function Ce(e,t,r){const u=a(e),s=Le([u[i.DaysFormat],u[i.DaysStandalone]],t);return Le(s,r)}function ge(e,t,r){const u=a(e),s=Le([u[i.MonthsFormat],u[i.MonthsStandalone]],t);return Le(s,r)}function Fe(e,t){return Le(a(e)[i.Eras],t)}function me(e){return a(e)[i.FirstDayOfWeek]}function ye(e){return a(e)[i.WeekendRange]}function Ee(e,t){return Le(a(e)[i.DateFormat],t)}function _e(e,t){return Le(a(e)[i.TimeFormat],t)}function Ae(e,t){return Le(a(e)[i.DateTimeFormat],t)}function ve(e,t){const r=a(e),u=r[i.NumberSymbols][t];if(void 0===u){if(t===he.CurrencyDecimal)return r[i.NumberSymbols][he.Decimal];if(t===he.CurrencyGroup)return r[i.NumberSymbols][he.Group]}return u}function we(e,t){return a(e)[i.NumberFormats][t]}function be(e){return a(e)[i.CurrencySymbol]||null}function Be(e){return a(e)[i.CurrencyName]||null}function Se(e){return l(e)}de[de.Sunday]="Sunday",de[de.Monday]="Monday",de[de.Tuesday]="Tuesday",de[de.Wednesday]="Wednesday",de[de.Thursday]="Thursday",de[de.Friday]="Friday",de[de.Saturday]="Saturday";const ke=c;function Me(e){if(!e[i.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[i.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Re(e){const t=a(e);return Me(t),(t[i.ExtraData][2]||[]).map(e=>"string"==typeof e?Te(e):[Te(e[0]),Te(e[1])])}function Pe(e,t,r){const u=a(e);Me(u);const s=Le([u[i.ExtraData][0],u[i.ExtraData][1]],t)||[];return Le(s,r)||[]}function Oe(e){return a(e)[i.Directionality]}function Le(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function Te(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function xe(e,t,r="en"){const u=function(e){return a(e)[i.Currencies]}(r)[e]||oe[e]||[],s=u[1];return"narrow"===t&&"string"==typeof s?s:u[0]||e}function Ve(e){let t;const r=oe[e];return r&&(t=r[2]),"number"==typeof t?t:2}const Ne=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Ie={},$e=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,He={Short:0,ShortGMT:1,Long:2,Extended:3};He[He.Short]="Short",He[He.ShortGMT]="ShortGMT",He[He.Long]="Long",He[He.Extended]="Extended";const Ge={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};Ge[Ge.FullYear]="FullYear",Ge[Ge.Month]="Month",Ge[Ge.Date]="Date",Ge[Ge.Hours]="Hours",Ge[Ge.Minutes]="Minutes",Ge[Ge.Seconds]="Seconds",Ge[Ge.FractionalSeconds]="FractionalSeconds",Ge[Ge.Day]="Day";const Ue={DayPeriods:0,Days:1,Months:2,Eras:3};function We(e,t,r,u){let s=function(e){if(qe(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,r,u]=e.split("-").map(e=>+e);return new Date(t,r-1,u)}let r;if(r=e.match(Ne))return function(e){const t=new Date(0);let r=0,u=0;const s=e[8]?t.setUTCFullYear:t.setFullYear,n=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));s.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const o=Number(e[4]||0)-r,a=Number(e[5]||0)-u,i=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return n.call(t,o,a,i,l),t}(r)}const t=new Date(e);if(!qe(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,r){const u=fe(t);if(Ie[u]=Ie[u]||{},Ie[u][r])return Ie[u][r];let s="";switch(r){case"shortDate":s=Ee(t,De.Short);break;case"mediumDate":s=Ee(t,De.Medium);break;case"longDate":s=Ee(t,De.Long);break;case"fullDate":s=Ee(t,De.Full);break;case"shortTime":s=_e(t,De.Short);break;case"mediumTime":s=_e(t,De.Medium);break;case"longTime":s=_e(t,De.Long);break;case"fullTime":s=_e(t,De.Full);break;case"short":const r=e(t,"shortTime"),u=e(t,"shortDate");s=ze(Ae(t,De.Short),[r,u]);break;case"medium":const n=e(t,"mediumTime"),o=e(t,"mediumDate");s=ze(Ae(t,De.Medium),[n,o]);break;case"long":const a=e(t,"longTime"),i=e(t,"longDate");s=ze(Ae(t,De.Long),[a,i]);break;case"full":const l=e(t,"fullTime"),c=e(t,"fullDate");s=ze(Ae(t,De.Full),[l,c])}s&&(Ie[u][r]=s);return s}(r,t)||t;let n,o=[];for(;t;){if(n=$e.exec(t),!n){o.push(t);break}{o=o.concat(n.slice(1));const e=o.pop();if(!e)break;t=e}}let a=s.getTimezoneOffset();u&&(a=Qe(u,a),s=function(e,t,r){const u=r?-1:1,s=e.getTimezoneOffset(),n=Qe(t,s);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(n-s))}(s,u,!0));let i="";return o.forEach(e=>{const t=function(e){if(Je[e])return Je[e];let t;switch(e){case"G":case"GG":case"GGG":t=Ye(Ue.Eras,ce.Abbreviated);break;case"GGGG":t=Ye(Ue.Eras,ce.Wide);break;case"GGGGG":t=Ye(Ue.Eras,ce.Narrow);break;case"y":t=je(Ge.FullYear,1,0,!1,!0);break;case"yy":t=je(Ge.FullYear,2,0,!0,!0);break;case"yyy":t=je(Ge.FullYear,3,0,!1,!0);break;case"yyyy":t=je(Ge.FullYear,4,0,!1,!0);break;case"M":case"L":t=je(Ge.Month,1,1);break;case"MM":case"LL":t=je(Ge.Month,2,1);break;case"MMM":t=Ye(Ue.Months,ce.Abbreviated);break;case"MMMM":t=Ye(Ue.Months,ce.Wide);break;case"MMMMM":t=Ye(Ue.Months,ce.Narrow);break;case"LLL":t=Ye(Ue.Months,ce.Abbreviated,le.Standalone);break;case"LLLL":t=Ye(Ue.Months,ce.Wide,le.Standalone);break;case"LLLLL":t=Ye(Ue.Months,ce.Narrow,le.Standalone);break;case"w":t=Xe(1);break;case"ww":t=Xe(2);break;case"W":t=Xe(1,!0);break;case"d":t=je(Ge.Date,1);break;case"dd":t=je(Ge.Date,2);break;case"E":case"EE":case"EEE":t=Ye(Ue.Days,ce.Abbreviated);break;case"EEEE":t=Ye(Ue.Days,ce.Wide);break;case"EEEEE":t=Ye(Ue.Days,ce.Narrow);break;case"EEEEEE":t=Ye(Ue.Days,ce.Short);break;case"a":case"aa":case"aaa":t=Ye(Ue.DayPeriods,ce.Abbreviated);break;case"aaaa":t=Ye(Ue.DayPeriods,ce.Wide);break;case"aaaaa":t=Ye(Ue.DayPeriods,ce.Narrow);break;case"b":case"bb":case"bbb":t=Ye(Ue.DayPeriods,ce.Abbreviated,le.Standalone,!0);break;case"bbbb":t=Ye(Ue.DayPeriods,ce.Wide,le.Standalone,!0);break;case"bbbbb":t=Ye(Ue.DayPeriods,ce.Narrow,le.Standalone,!0);break;case"B":case"BB":case"BBB":t=Ye(Ue.DayPeriods,ce.Abbreviated,le.Format,!0);break;case"BBBB":t=Ye(Ue.DayPeriods,ce.Wide,le.Format,!0);break;case"BBBBB":t=Ye(Ue.DayPeriods,ce.Narrow,le.Format,!0);break;case"h":t=je(Ge.Hours,1,-12);break;case"hh":t=je(Ge.Hours,2,-12);break;case"H":t=je(Ge.Hours,1);break;case"HH":t=je(Ge.Hours,2);break;case"m":t=je(Ge.Minutes,1);break;case"mm":t=je(Ge.Minutes,2);break;case"s":t=je(Ge.Seconds,1);break;case"ss":t=je(Ge.Seconds,2);break;case"S":t=je(Ge.FractionalSeconds,1);break;case"SS":t=je(Ge.FractionalSeconds,2);break;case"SSS":t=je(Ge.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ke(He.Short);break;case"ZZZZZ":t=Ke(He.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ke(He.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ke(He.Long);break;default:return null}return Je[e]=t,t}(e);i+=t?t(s,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}function ze(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ze(e,t,r="-",u,s){let n="";(e<0||s&&e<=0)&&(s?e=1-e:(e=-e,n=r));let o=String(e);for(;o.length<t;)o="0"+o;return u&&(o=o.substr(o.length-t)),n+o}function je(e,t,r=0,u=!1,s=!1){return function(n,o){let a=function(e,t){switch(e){case Ge.FullYear:return t.getFullYear();case Ge.Month:return t.getMonth();case Ge.Date:return t.getDate();case Ge.Hours:return t.getHours();case Ge.Minutes:return t.getMinutes();case Ge.Seconds:return t.getSeconds();case Ge.FractionalSeconds:return t.getMilliseconds();case Ge.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,n);if((r>0||a>-r)&&(a+=r),e===Ge.Hours)0===a&&-12===r&&(a=12);else if(e===Ge.FractionalSeconds)return i=t,Ze(a,3).substr(0,i);var i;const l=ve(o,he.MinusSign);return Ze(a,t,l,u,s)}}function Ye(e,t,r=le.Format,u=!1){return function(s,n){return function(e,t,r,u,s,n){switch(r){case Ue.Months:return ge(t,s,u)[e.getMonth()];case Ue.Days:return Ce(t,s,u)[e.getDay()];case Ue.DayPeriods:const o=e.getHours(),a=e.getMinutes();if(n){const e=Re(t),r=Pe(t,s,u);let n;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:u,minutes:s}=e[0],{hours:i,minutes:l}=e[1];o>=u&&a>=s&&(o<i||o===i&&a<l)&&(n=r[t])}else{const{hours:u,minutes:s}=e;u===o&&s===a&&(n=r[t])}}),n)return n}return pe(t,s,u)[o<12?0:1];case Ue.Eras:return Fe(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(s,n,e,t,r,u)}}function Ke(e){return function(t,r,u){const s=-1*u,n=ve(r,he.MinusSign),o=s>0?Math.floor(s/60):Math.ceil(s/60);switch(e){case He.Short:return(s>=0?"+":"")+Ze(o,2,n)+Ze(Math.abs(s%60),2,n);case He.ShortGMT:return"GMT"+(s>=0?"+":"")+Ze(o,1,n);case He.Long:return"GMT"+(s>=0?"+":"")+Ze(o,2,n)+":"+Ze(Math.abs(s%60),2,n);case He.Extended:return 0===u?"Z":(s>=0?"+":"")+Ze(o,2,n)+":"+Ze(Math.abs(s%60),2,n);default:throw new Error(`Unknown zone width "${e}"`)}}}Ue[Ue.DayPeriods]="DayPeriods",Ue[Ue.Days]="Days",Ue[Ue.Months]="Months",Ue[Ue.Eras]="Eras";function Xe(e,t=!1){return function(r,u){let s;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();s=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(r.getFullYear()),t=(n=r,new Date(n.getFullYear(),n.getMonth(),n.getDate()+(4-n.getDay()))).getTime()-e.getTime();s=1+Math.round(t/6048e5)}var n;return Ze(s,e,ve(u,he.MinusSign))}}const Je={};function Qe(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function qe(e){return e instanceof Date&&!isNaN(e.valueOf())}const et=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function tt(e,t,r,u,s,n,o=!1){let a="",i=!1;if(isFinite(e)){let l=function(e){let t,r,u,s,n,o=Math.abs(e)+"",a=0;(r=o.indexOf("."))>-1&&(o=o.replace(".",""));(u=o.search(/e/i))>0?(r<0&&(r=u),r+=+o.slice(u+1),o=o.substring(0,u)):r<0&&(r=o.length);for(u=0;"0"===o.charAt(u);u++);if(u===(n=o.length))t=[0],r=1;else{for(n--;"0"===o.charAt(n);)n--;for(r-=u,t=[],s=0;u<=n;u++,s++)t[s]=Number(o.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);o&&(l=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));let c=t.minInt,D=t.minFrac,h=t.maxFrac;if(n){const e=n.match(et);if(null===e)throw new Error(n+" is not a valid digit info");const t=e[1],r=e[3],u=e[5];null!=t&&(c=ot(t)),null!=r&&(D=ot(r)),null!=u?h=ot(u):null!=r&&D>h&&(h=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let u=e.digits,s=u.length-e.integerLen;const n=Math.min(Math.max(t,s),r);let o=n+e.integerLen,a=u[o];if(o>0){u.splice(Math.max(e.integerLen,o));for(let e=o;e<u.length;e++)u[e]=0}else{s=Math.max(0,s),e.integerLen=1,u.length=Math.max(1,o=n+1),u[0]=0;for(let e=1;e<o;e++)u[e]=0}if(a>=5)if(o-1<0){for(let t=0;t>o;t--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[o-1]++;for(;s<Math.max(0,n);s++)u.push(0);let i=0!==n;const l=t+e.integerLen,c=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,i&&(0===u[r]&&r>=l?u.pop():i=!1),t>=10?1:0}),0);c&&(u.unshift(c),e.integerLen++)}(l,D,h);let d=l.digits,f=l.integerLen;const p=l.exponent;let C=[];for(i=d.every(e=>!e);f<c;f++)d.unshift(0);for(;f<0;f++)d.unshift(0);f>0?C=d.splice(f,d.length):(C=d,d=[0]);const g=[];for(d.length>=t.lgSize&&g.unshift(d.splice(-t.lgSize,d.length).join(""));d.length>t.gSize;)g.unshift(d.splice(-t.gSize,d.length).join(""));d.length&&g.unshift(d.join("")),a=g.join(ve(r,u)),C.length&&(a+=ve(r,s)+C.join("")),p&&(a+=ve(r,he.Exponential)+"+"+p)}else a=ve(r,he.Infinity);return a=e<0&&!i?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function rt(e,t,r,u,s){const n=nt(we(t,ae.Currency),ve(t,he.MinusSign));return n.minFrac=Ve(u),n.maxFrac=n.minFrac,tt(e,n,t,he.CurrencyGroup,he.CurrencyDecimal,s).replace("¤",r).replace("¤","").trim()}function ut(e,t,r){return tt(e,nt(we(t,ae.Percent),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r,!0).replace(new RegExp("%","g"),ve(t,he.PercentSign))}function st(e,t,r){return tt(e,nt(we(t,ae.Decimal),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r)}function nt(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),s=u[0],n=u[1],o=-1!==s.indexOf(".")?s.split("."):[s.substring(0,s.lastIndexOf("0")+1),s.substring(s.lastIndexOf("0")+1)],a=o[0],i=o[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(let e=0;e<i.length;e++){const t=i.charAt(e);"0"===t?r.minFrac=r.maxFrac=e+1:"#"===t?r.maxFrac=e+1:r.posSuf+=t}const l=a.split(",");if(r.gSize=l[1]?l[1].length:0,r.lgSize=l[2]||l[1]?(l[2]||l[1]).length:0,n){const e=s.length-r.posPre.length-r.posSuf.length,t=n.indexOf("#");r.negPre=n.substr(0,t).replace(/'/g,""),r.negSuf=n.substr(t+e).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function ot(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class at{}function it(e,t,r,u){let s="="+e;if(t.indexOf(s)>-1)return s;if(s=r.getPluralCategory(e,u),t.indexOf(s)>-1)return s;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}class lt extends at{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(ke(t||this.locale)(e)){case ie.Zero:return"zero";case ie.One:return"one";case ie.Two:return"two";case ie.Few:return"few";case ie.Many:return"many";default:return"other"}}}function ct(e,t,r){return h(e,t,r)}function Dt(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[u,s]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(u.trim()===t)return decodeURIComponent(s)}return null}lt.decorators=[{type:t}],lt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class ht{constructor(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(d(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+f(e.item));this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}ht.decorators=[{type:p,args:[{selector:"[ngClass]"}]}],ht.ctorParameters=()=>[{type:C},{type:g},{type:F},{type:m}],ht.propDecorators={klass:[{type:y,args:["class"]}],ngClass:[{type:y,args:["ngClass"]}]};class dt{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(E);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const r=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(_)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(r,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}dt.decorators=[{type:p,args:[{selector:"[ngComponentOutlet]"}]}],dt.ctorParameters=()=>[{type:A}],dt.propDecorators={ngComponentOutlet:[{type:y}],ngComponentOutletInjector:[{type:y}],ngComponentOutletContent:[{type:y}],ngComponentOutletNgModuleFactory:[{type:y}]};class ft{constructor(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class pt{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){v()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch(r){throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,r,u)=>{if(null==e.previousIndex){const r=this._viewContainer.createEmbeddedView(this._template,new ft(null,this._ngForOf,-1,-1),null===u?void 0:u),s=new Ct(e,r);t.push(s)}else if(null==u)this._viewContainer.remove(null===r?void 0:r);else if(null!==r){const s=this._viewContainer.get(r);this._viewContainer.move(s,u);const n=new Ct(e,s);t.push(n)}});for(let e=0;e<t.length;e++)this._perViewChange(t[e].view,t[e].record);for(let e=0,t=this._viewContainer.length;e<t;e++){const r=this._viewContainer.get(e);r.context.index=e,r.context.count=t,r.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}pt.decorators=[{type:p,args:[{selector:"[ngFor][ngForOf]"}]}],pt.ctorParameters=()=>[{type:A},{type:w},{type:C}],pt.propDecorators={ngForOf:[{type:y}],ngForTrackBy:[{type:y}],ngForTemplate:[{type:y}]};class Ct{constructor(e,t){this.record=e,this.view=t}}class gt{constructor(e,t){this._viewContainer=e,this._context=new Ft,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){mt("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){mt("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}gt.decorators=[{type:p,args:[{selector:"[ngIf]"}]}],gt.ctorParameters=()=>[{type:A},{type:w}],gt.propDecorators={ngIf:[{type:y}],ngIfThen:[{type:y}],ngIfElse:[{type:y}]};class Ft{constructor(){this.$implicit=null,this.ngIf=null}}function mt(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${f(t)}'.`)}class yt{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Et{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}}}Et.decorators=[{type:p,args:[{selector:"[ngSwitch]"}]}],Et.propDecorators={ngSwitch:[{type:y}]};class _t{constructor(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new yt(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}_t.decorators=[{type:p,args:[{selector:"[ngSwitchCase]"}]}],_t.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}],_t.propDecorators={ngSwitchCase:[{type:y}]};class At{constructor(e,t,r){r._addDefault(new yt(e,t))}}At.decorators=[{type:p,args:[{selector:"[ngSwitchDefault]"}]}],At.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}];class vt{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=it(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}vt.decorators=[{type:p,args:[{selector:"[ngPlural]"}]}],vt.ctorParameters=()=>[{type:at}],vt.propDecorators={ngPlural:[{type:y}]};class wt{constructor(e,t,r,u){this.value=e;const s=!isNaN(Number(e));u.addCase(s?"="+e:e,new yt(r,t))}}wt.decorators=[{type:p,args:[{selector:"[ngPluralCase]"}]}],wt.ctorParameters=()=>[{type:String,decorators:[{type:B,args:["ngPluralCase"]}]},{type:w},{type:A},{type:vt,decorators:[{type:b}]}];class bt{constructor(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[r,u]=e.split(".");null!=(t=null!=t&&u?`${t}${u}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}bt.decorators=[{type:p,args:[{selector:"[ngStyle]"}]}],bt.ctorParameters=()=>[{type:F},{type:g},{type:m}],bt.propDecorators={ngStyle:[{type:y,args:["ngStyle"]}]};class Bt{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),r=Object.keys(e.currentValue||{});if(t.length===r.length){for(let e of r)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}Bt.decorators=[{type:p,args:[{selector:"[ngTemplateOutlet]"}]}],Bt.ctorParameters=()=>[{type:A}],Bt.propDecorators={ngTemplateOutletContext:[{type:y}],ngTemplateOutlet:[{type:y}]};const St=[ht,dt,pt,gt,Bt,bt,Et,_t,At,vt,wt];function kt(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${f(e)}'`)}const Mt=new class{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}},Rt=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}};class Pt{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):S(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,k.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(e){if(M(e))return Mt;if(R(e))return Rt;throw kt(Pt,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}Pt.decorators=[{type:P,args:[{name:"async",pure:!1}]}],Pt.ctorParameters=()=>[{type:O}];class Ot{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Ot,e);return e.toLowerCase()}}Ot.decorators=[{type:P,args:[{name:"lowercase"}]}];const Lt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;class Tt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Tt,e);return e.replace(Lt,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}Tt.decorators=[{type:P,args:[{name:"titlecase"}]}];class xt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(xt,e);return e.toUpperCase()}}xt.decorators=[{type:P,args:[{name:"uppercase"}]}];class Vt{constructor(e){this.locale=e}transform(e,t="mediumDate",r,u){if(null==e||""===e||e!=e)return null;try{return We(e,t,u||this.locale,r)}catch(e){throw kt(Vt,e.message)}}}Vt.decorators=[{type:P,args:[{name:"date",pure:!0}]}],Vt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];const Nt=/#/g;class It{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw kt(It,t);return t[it(e,Object.keys(t),this._localization,r)].replace(Nt,e.toString())}}It.decorators=[{type:P,args:[{name:"i18nPlural",pure:!0}]}],It.ctorParameters=()=>[{type:at}];class $t{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw kt($t,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}$t.decorators=[{type:P,args:[{name:"i18nSelect",pure:!0}]}];class Ht{transform(e){return JSON.stringify(e,null,2)}}Ht.decorators=[{type:P,args:[{name:"json",pure:!1}]}];class Gt{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=Ut){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e);return r&&(this.keyValues=[],r.forEachItem(e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}),this.keyValues.sort(t)),this.keyValues}}function Ut(e,t){const r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;const s=String(r),n=String(u);return s==n?0:s<n?-1:1}Gt.decorators=[{type:P,args:[{name:"keyvalue",pure:!1}]}],Gt.ctorParameters=()=>[{type:g}];class Wt{constructor(e){this._locale=e}transform(e,t,r){if(jt(e))return null;r=r||this._locale;try{return st(Yt(e),r,t)}catch(e){throw kt(Wt,e.message)}}}Wt.decorators=[{type:P,args:[{name:"number"}]}],Wt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class zt{constructor(e){this._locale=e}transform(e,t,r){if(jt(e))return null;r=r||this._locale;try{return ut(Yt(e),r,t)}catch(e){throw kt(zt,e.message)}}}zt.decorators=[{type:P,args:[{name:"percent"}]}],zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class Zt{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(e,t,r="symbol",u,s){if(jt(e))return null;s=s||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let n=t||this._defaultCurrencyCode;"code"!==r&&(n="symbol"===r||"symbol-narrow"===r?xe(n,"symbol"===r?"wide":"narrow",s):r);try{return rt(Yt(e),s,n,t,u)}catch(e){throw kt(Zt,e.message)}}}function jt(e){return null==e||""===e||e!=e}function Yt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}Zt.decorators=[{type:P,args:[{name:"currency"}]}],Zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]},{type:String,decorators:[{type:s,args:[L]}]}];class Kt{transform(e,t,r){if(null==e)return e;if(!this.supports(e))throw kt(Kt,e);return e.slice(t,r)}supports(e){return"string"==typeof e||Array.isArray(e)}}Kt.decorators=[{type:P,args:[{name:"slice",pure:!1}]}];const Xt=[Pt,xt,Ot,Ht,Kt,Wt,zt,Tt,Zt,Vt,It,$t,Gt];class Jt{}Jt.decorators=[{type:T,args:[{declarations:[St,Xt],exports:[St,Xt],providers:[{provide:at,useClass:lt}]}]}];const Qt="browser",qt="server",er="browserWorkerApp",tr="browserWorkerUi";function rr(e){return"browser"===e}function ur(e){return"server"===e}function sr(e){return"browserWorkerApp"===e}function nr(e){return"browserWorkerUi"===e}const or=new x("9.1.3");class ar{}ar.ɵprov=r({token:ar,providedIn:"root",factory:()=>new ir(u(G),window,u(V))});class ir{constructor(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);const r=this.document.querySelector(`[name='${e}']`);if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],u-s[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}class lr{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}}export{ee as APP_BASE_HREF,Pt as AsyncPipe,Jt as CommonModule,Zt as CurrencyPipe,G as DOCUMENT,Vt as DatePipe,Wt as DecimalPipe,le as FormStyle,De as FormatWidth,re as HashLocationStrategy,It as I18nPluralPipe,$t as I18nSelectPipe,Ht as JsonPipe,Gt as KeyValuePipe,z as LOCATION_INITIALIZED,ue as Location,Q as LocationStrategy,Ot as LowerCasePipe,ht as NgClass,dt as NgComponentOutlet,pt as NgForOf,ft as NgForOfContext,gt as NgIf,Ft as NgIfContext,lt as NgLocaleLocalization,at as NgLocalization,vt as NgPlural,wt as NgPluralCase,bt as NgStyle,Et as NgSwitch,_t as NgSwitchCase,At as NgSwitchDefault,Bt as NgTemplateOutlet,ae as NumberFormatStyle,he as NumberSymbol,te as PathLocationStrategy,zt as PercentPipe,U as PlatformLocation,ie as Plural,Kt as SlicePipe,Tt as TitleCasePipe,ce as TranslationWidth,xt as UpperCasePipe,or as VERSION,ar as ViewportScroller,de as WeekDay,rt as formatCurrency,We as formatDate,st as formatNumber,ut as formatPercent,xe as getCurrencySymbol,Se as getLocaleCurrencyCode,Be as getLocaleCurrencyName,be as getLocaleCurrencySymbol,Ee as getLocaleDateFormat,Ae as getLocaleDateTimeFormat,Ce as getLocaleDayNames,pe as getLocaleDayPeriods,Oe as getLocaleDirection,Fe as getLocaleEraNames,Re as getLocaleExtraDayPeriodRules,Pe as getLocaleExtraDayPeriods,me as getLocaleFirstDayOfWeek,fe as getLocaleId,ge as getLocaleMonthNames,we as getLocaleNumberFormat,ve as getLocaleNumberSymbol,ke as getLocalePluralCase,_e as getLocaleTimeFormat,ye as getLocaleWeekEndRange,Ve as getNumberOfCurrencyDigits,rr as isPlatformBrowser,ur as isPlatformServer,sr as isPlatformWorkerApp,nr as isPlatformWorkerUi,ct as registerLocaleData,Z as ɵBrowserPlatformLocation,H as ɵDomAdapter,lr as ɵNullViewportScroller,Qt as ɵPLATFORM_BROWSER_ID,qt as ɵPLATFORM_SERVER_ID,er as ɵPLATFORM_WORKER_APP_ID,tr as ɵPLATFORM_WORKER_UI_ID,W as ɵangular_packages_common_common_a,Y as ɵangular_packages_common_common_b,se as ɵangular_packages_common_common_c,q as ɵangular_packages_common_common_d,St as ɵangular_packages_common_common_e,Xt as ɵangular_packages_common_common_f,I as ɵgetDOM,Dt as ɵparseCookieValue,$ as ɵsetRootDomAdapter};
/* @angular/common@9.1.4 */
import{InjectionToken as e,Injectable as t,ɵɵdefineInjectable as r,ɵɵinject as u,Inject as s,Optional as n,EventEmitter as o,ɵfindLocaleData as a,ɵLocaleDataIndex as i,ɵgetLocaleCurrencyCode as l,ɵgetLocalePluralCase as c,LOCALE_ID as D,ɵregisterLocaleData as h,ɵisListLikeIterable as d,ɵstringify as f,Directive as p,IterableDiffers as C,KeyValueDiffers as g,ElementRef as F,Renderer2 as m,Input as y,NgModuleRef as E,ComponentFactoryResolver as _,ViewContainerRef as A,isDevMode as v,TemplateRef as w,Host as b,Attribute as B,ɵlooseIdentical as S,WrappedValue as k,ɵisPromise as M,ɵisObservable as R,Pipe as P,ChangeDetectorRef as O,DEFAULT_CURRENCY_CODE as L,NgModule as T,Version as x,ErrorHandler as V}from"https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@9.1.3-fix.0/esm/es2015/angular-core.resolved.min.js";let N=null;function I(){return N}function $(e){N||(N=e)}class H{}const G=new e("DocumentToken");class U{}function W(){return u(Z)}U.decorators=[{type:t,args:[{providedIn:"platform",useFactory:W}]}],U.ɵprov=r({factory:W,token:U,providedIn:"platform"});const z=new e("Location Initialized");class Z extends U{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=I().getLocation(),this._history=I().getHistory()}getBaseHrefFromDOM(){return I().getBaseHref(this._doc)}onPopState(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){I().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){j()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){j()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}function j(){return!!window.history.pushState}function Y(){return new Z(u(G))}function K(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function X(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function J(e){return e&&"?"!==e[0]?"?"+e:e}Z.decorators=[{type:t,args:[{providedIn:"platform",useFactory:Y}]}],Z.ctorParameters=()=>[{type:void 0,decorators:[{type:s,args:[G]}]}],Z.ɵprov=r({factory:Y,token:Z,providedIn:"platform"});class Q{}function q(e){const t=u(G).location;return new te(u(U),t&&t.origin||"")}Q.decorators=[{type:t,args:[{providedIn:"root",useFactory:q}]}],Q.ɵprov=r({factory:q,token:Q,providedIn:"root"});const ee=new e("appBaseHref");class te extends Q{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return K(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+J(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){const s=this.prepareExternalUrl(r+J(u));this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}te.decorators=[{type:t}],te.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:s,args:[ee]}]}];class re extends Q{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=K(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){let s=this.prepareExternalUrl(r+J(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}re.decorators=[{type:t}],re.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:s,args:[ee]}]}];class ue{constructor(e,t){this._subject=new o,this._urlChangeListeners=[],this._platformStrategy=e;const r=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=X(ne(r)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+J(t))}normalize(e){return ue.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,ne(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}replaceState(e,t="",r=null){this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+J(t)),r)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(r=>r(e,t))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function se(){return new ue(u(Q),u(U))}function ne(e){return e.replace(/\/index.html$/,"")}ue.normalizeQueryParams=J,ue.joinWithSlash=K,ue.stripTrailingSlash=X,ue.decorators=[{type:t,args:[{providedIn:"root",useFactory:se}]}],ue.ctorParameters=()=>[{type:Q},{type:U}],ue.ɵprov=r({factory:se,token:ue,providedIn:"root"});const oe={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},ae={Decimal:0,Percent:1,Currency:2,Scientific:3};ae[ae.Decimal]="Decimal",ae[ae.Percent]="Percent",ae[ae.Currency]="Currency",ae[ae.Scientific]="Scientific";const ie={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};ie[ie.Zero]="Zero",ie[ie.One]="One",ie[ie.Two]="Two",ie[ie.Few]="Few",ie[ie.Many]="Many",ie[ie.Other]="Other";const le={Format:0,Standalone:1};le[le.Format]="Format",le[le.Standalone]="Standalone";const ce={Narrow:0,Abbreviated:1,Wide:2,Short:3};ce[ce.Narrow]="Narrow",ce[ce.Abbreviated]="Abbreviated",ce[ce.Wide]="Wide",ce[ce.Short]="Short";const De={Short:0,Medium:1,Long:2,Full:3};De[De.Short]="Short",De[De.Medium]="Medium",De[De.Long]="Long",De[De.Full]="Full";const he={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};he[he.Decimal]="Decimal",he[he.Group]="Group",he[he.List]="List",he[he.PercentSign]="PercentSign",he[he.PlusSign]="PlusSign",he[he.MinusSign]="MinusSign",he[he.Exponential]="Exponential",he[he.SuperscriptingExponent]="SuperscriptingExponent",he[he.PerMille]="PerMille",he[he.Infinity]="Infinity",he[he.NaN]="NaN",he[he.TimeSeparator]="TimeSeparator",he[he.CurrencyDecimal]="CurrencyDecimal",he[he.CurrencyGroup]="CurrencyGroup";const de={Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6};function fe(e){return a(e)[i.LocaleId]}function pe(e,t,r){const u=a(e),s=Le([u[i.DayPeriodsFormat],u[i.DayPeriodsStandalone]],t);return Le(s,r)}function Ce(e,t,r){const u=a(e),s=Le([u[i.DaysFormat],u[i.DaysStandalone]],t);return Le(s,r)}function ge(e,t,r){const u=a(e),s=Le([u[i.MonthsFormat],u[i.MonthsStandalone]],t);return Le(s,r)}function Fe(e,t){return Le(a(e)[i.Eras],t)}function me(e){return a(e)[i.FirstDayOfWeek]}function ye(e){return a(e)[i.WeekendRange]}function Ee(e,t){return Le(a(e)[i.DateFormat],t)}function _e(e,t){return Le(a(e)[i.TimeFormat],t)}function Ae(e,t){return Le(a(e)[i.DateTimeFormat],t)}function ve(e,t){const r=a(e),u=r[i.NumberSymbols][t];if(void 0===u){if(t===he.CurrencyDecimal)return r[i.NumberSymbols][he.Decimal];if(t===he.CurrencyGroup)return r[i.NumberSymbols][he.Group]}return u}function we(e,t){return a(e)[i.NumberFormats][t]}function be(e){return a(e)[i.CurrencySymbol]||null}function Be(e){return a(e)[i.CurrencyName]||null}function Se(e){return l(e)}de[de.Sunday]="Sunday",de[de.Monday]="Monday",de[de.Tuesday]="Tuesday",de[de.Wednesday]="Wednesday",de[de.Thursday]="Thursday",de[de.Friday]="Friday",de[de.Saturday]="Saturday";const ke=c;function Me(e){if(!e[i.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[i.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Re(e){const t=a(e);return Me(t),(t[i.ExtraData][2]||[]).map(e=>"string"==typeof e?Te(e):[Te(e[0]),Te(e[1])])}function Pe(e,t,r){const u=a(e);Me(u);const s=Le([u[i.ExtraData][0],u[i.ExtraData][1]],t)||[];return Le(s,r)||[]}function Oe(e){return a(e)[i.Directionality]}function Le(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function Te(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function xe(e,t,r="en"){const u=function(e){return a(e)[i.Currencies]}(r)[e]||oe[e]||[],s=u[1];return"narrow"===t&&"string"==typeof s?s:u[0]||e}function Ve(e){let t;const r=oe[e];return r&&(t=r[2]),"number"==typeof t?t:2}const Ne=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Ie={},$e=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,He={Short:0,ShortGMT:1,Long:2,Extended:3};He[He.Short]="Short",He[He.ShortGMT]="ShortGMT",He[He.Long]="Long",He[He.Extended]="Extended";const Ge={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};Ge[Ge.FullYear]="FullYear",Ge[Ge.Month]="Month",Ge[Ge.Date]="Date",Ge[Ge.Hours]="Hours",Ge[Ge.Minutes]="Minutes",Ge[Ge.Seconds]="Seconds",Ge[Ge.FractionalSeconds]="FractionalSeconds",Ge[Ge.Day]="Day";const Ue={DayPeriods:0,Days:1,Months:2,Eras:3};function We(e,t,r,u){let s=function(e){if(qe(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,r,u]=e.split("-").map(e=>+e);return new Date(t,r-1,u)}let r;if(r=e.match(Ne))return function(e){const t=new Date(0);let r=0,u=0;const s=e[8]?t.setUTCFullYear:t.setFullYear,n=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));s.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const o=Number(e[4]||0)-r,a=Number(e[5]||0)-u,i=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return n.call(t,o,a,i,l),t}(r)}const t=new Date(e);if(!qe(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,r){const u=fe(t);if(Ie[u]=Ie[u]||{},Ie[u][r])return Ie[u][r];let s="";switch(r){case"shortDate":s=Ee(t,De.Short);break;case"mediumDate":s=Ee(t,De.Medium);break;case"longDate":s=Ee(t,De.Long);break;case"fullDate":s=Ee(t,De.Full);break;case"shortTime":s=_e(t,De.Short);break;case"mediumTime":s=_e(t,De.Medium);break;case"longTime":s=_e(t,De.Long);break;case"fullTime":s=_e(t,De.Full);break;case"short":const r=e(t,"shortTime"),u=e(t,"shortDate");s=ze(Ae(t,De.Short),[r,u]);break;case"medium":const n=e(t,"mediumTime"),o=e(t,"mediumDate");s=ze(Ae(t,De.Medium),[n,o]);break;case"long":const a=e(t,"longTime"),i=e(t,"longDate");s=ze(Ae(t,De.Long),[a,i]);break;case"full":const l=e(t,"fullTime"),c=e(t,"fullDate");s=ze(Ae(t,De.Full),[l,c])}s&&(Ie[u][r]=s);return s}(r,t)||t;let n,o=[];for(;t;){if(n=$e.exec(t),!n){o.push(t);break}{o=o.concat(n.slice(1));const e=o.pop();if(!e)break;t=e}}let a=s.getTimezoneOffset();u&&(a=Qe(u,a),s=function(e,t,r){const u=r?-1:1,s=e.getTimezoneOffset(),n=Qe(t,s);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(n-s))}(s,u,!0));let i="";return o.forEach(e=>{const t=function(e){if(Je[e])return Je[e];let t;switch(e){case"G":case"GG":case"GGG":t=Ye(Ue.Eras,ce.Abbreviated);break;case"GGGG":t=Ye(Ue.Eras,ce.Wide);break;case"GGGGG":t=Ye(Ue.Eras,ce.Narrow);break;case"y":t=je(Ge.FullYear,1,0,!1,!0);break;case"yy":t=je(Ge.FullYear,2,0,!0,!0);break;case"yyy":t=je(Ge.FullYear,3,0,!1,!0);break;case"yyyy":t=je(Ge.FullYear,4,0,!1,!0);break;case"M":case"L":t=je(Ge.Month,1,1);break;case"MM":case"LL":t=je(Ge.Month,2,1);break;case"MMM":t=Ye(Ue.Months,ce.Abbreviated);break;case"MMMM":t=Ye(Ue.Months,ce.Wide);break;case"MMMMM":t=Ye(Ue.Months,ce.Narrow);break;case"LLL":t=Ye(Ue.Months,ce.Abbreviated,le.Standalone);break;case"LLLL":t=Ye(Ue.Months,ce.Wide,le.Standalone);break;case"LLLLL":t=Ye(Ue.Months,ce.Narrow,le.Standalone);break;case"w":t=Xe(1);break;case"ww":t=Xe(2);break;case"W":t=Xe(1,!0);break;case"d":t=je(Ge.Date,1);break;case"dd":t=je(Ge.Date,2);break;case"E":case"EE":case"EEE":t=Ye(Ue.Days,ce.Abbreviated);break;case"EEEE":t=Ye(Ue.Days,ce.Wide);break;case"EEEEE":t=Ye(Ue.Days,ce.Narrow);break;case"EEEEEE":t=Ye(Ue.Days,ce.Short);break;case"a":case"aa":case"aaa":t=Ye(Ue.DayPeriods,ce.Abbreviated);break;case"aaaa":t=Ye(Ue.DayPeriods,ce.Wide);break;case"aaaaa":t=Ye(Ue.DayPeriods,ce.Narrow);break;case"b":case"bb":case"bbb":t=Ye(Ue.DayPeriods,ce.Abbreviated,le.Standalone,!0);break;case"bbbb":t=Ye(Ue.DayPeriods,ce.Wide,le.Standalone,!0);break;case"bbbbb":t=Ye(Ue.DayPeriods,ce.Narrow,le.Standalone,!0);break;case"B":case"BB":case"BBB":t=Ye(Ue.DayPeriods,ce.Abbreviated,le.Format,!0);break;case"BBBB":t=Ye(Ue.DayPeriods,ce.Wide,le.Format,!0);break;case"BBBBB":t=Ye(Ue.DayPeriods,ce.Narrow,le.Format,!0);break;case"h":t=je(Ge.Hours,1,-12);break;case"hh":t=je(Ge.Hours,2,-12);break;case"H":t=je(Ge.Hours,1);break;case"HH":t=je(Ge.Hours,2);break;case"m":t=je(Ge.Minutes,1);break;case"mm":t=je(Ge.Minutes,2);break;case"s":t=je(Ge.Seconds,1);break;case"ss":t=je(Ge.Seconds,2);break;case"S":t=je(Ge.FractionalSeconds,1);break;case"SS":t=je(Ge.FractionalSeconds,2);break;case"SSS":t=je(Ge.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Ke(He.Short);break;case"ZZZZZ":t=Ke(He.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Ke(He.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Ke(He.Long);break;default:return null}return Je[e]=t,t}(e);i+=t?t(s,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}function ze(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ze(e,t,r="-",u,s){let n="";(e<0||s&&e<=0)&&(s?e=1-e:(e=-e,n=r));let o=String(e);for(;o.length<t;)o="0"+o;return u&&(o=o.substr(o.length-t)),n+o}function je(e,t,r=0,u=!1,s=!1){return function(n,o){let a=function(e,t){switch(e){case Ge.FullYear:return t.getFullYear();case Ge.Month:return t.getMonth();case Ge.Date:return t.getDate();case Ge.Hours:return t.getHours();case Ge.Minutes:return t.getMinutes();case Ge.Seconds:return t.getSeconds();case Ge.FractionalSeconds:return t.getMilliseconds();case Ge.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,n);if((r>0||a>-r)&&(a+=r),e===Ge.Hours)0===a&&-12===r&&(a=12);else if(e===Ge.FractionalSeconds)return i=t,Ze(a,3).substr(0,i);var i;const l=ve(o,he.MinusSign);return Ze(a,t,l,u,s)}}function Ye(e,t,r=le.Format,u=!1){return function(s,n){return function(e,t,r,u,s,n){switch(r){case Ue.Months:return ge(t,s,u)[e.getMonth()];case Ue.Days:return Ce(t,s,u)[e.getDay()];case Ue.DayPeriods:const o=e.getHours(),a=e.getMinutes();if(n){const e=Re(t),r=Pe(t,s,u);let n;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:u,minutes:s}=e[0],{hours:i,minutes:l}=e[1];o>=u&&a>=s&&(o<i||o===i&&a<l)&&(n=r[t])}else{const{hours:u,minutes:s}=e;u===o&&s===a&&(n=r[t])}}),n)return n}return pe(t,s,u)[o<12?0:1];case Ue.Eras:return Fe(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(s,n,e,t,r,u)}}function Ke(e){return function(t,r,u){const s=-1*u,n=ve(r,he.MinusSign),o=s>0?Math.floor(s/60):Math.ceil(s/60);switch(e){case He.Short:return(s>=0?"+":"")+Ze(o,2,n)+Ze(Math.abs(s%60),2,n);case He.ShortGMT:return"GMT"+(s>=0?"+":"")+Ze(o,1,n);case He.Long:return"GMT"+(s>=0?"+":"")+Ze(o,2,n)+":"+Ze(Math.abs(s%60),2,n);case He.Extended:return 0===u?"Z":(s>=0?"+":"")+Ze(o,2,n)+":"+Ze(Math.abs(s%60),2,n);default:throw new Error(`Unknown zone width "${e}"`)}}}Ue[Ue.DayPeriods]="DayPeriods",Ue[Ue.Days]="Days",Ue[Ue.Months]="Months",Ue[Ue.Eras]="Eras";function Xe(e,t=!1){return function(r,u){let s;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();s=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(r.getFullYear()),t=(n=r,new Date(n.getFullYear(),n.getMonth(),n.getDate()+(4-n.getDay()))).getTime()-e.getTime();s=1+Math.round(t/6048e5)}var n;return Ze(s,e,ve(u,he.MinusSign))}}const Je={};function Qe(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function qe(e){return e instanceof Date&&!isNaN(e.valueOf())}const et=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function tt(e,t,r,u,s,n,o=!1){let a="",i=!1;if(isFinite(e)){let l=function(e){let t,r,u,s,n,o=Math.abs(e)+"",a=0;(r=o.indexOf("."))>-1&&(o=o.replace(".",""));(u=o.search(/e/i))>0?(r<0&&(r=u),r+=+o.slice(u+1),o=o.substring(0,u)):r<0&&(r=o.length);for(u=0;"0"===o.charAt(u);u++);if(u===(n=o.length))t=[0],r=1;else{for(n--;"0"===o.charAt(n);)n--;for(r-=u,t=[],s=0;u<=n;u++,s++)t[s]=Number(o.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);o&&(l=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));let c=t.minInt,D=t.minFrac,h=t.maxFrac;if(n){const e=n.match(et);if(null===e)throw new Error(n+" is not a valid digit info");const t=e[1],r=e[3],u=e[5];null!=t&&(c=ot(t)),null!=r&&(D=ot(r)),null!=u?h=ot(u):null!=r&&D>h&&(h=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let u=e.digits,s=u.length-e.integerLen;const n=Math.min(Math.max(t,s),r);let o=n+e.integerLen,a=u[o];if(o>0){u.splice(Math.max(e.integerLen,o));for(let e=o;e<u.length;e++)u[e]=0}else{s=Math.max(0,s),e.integerLen=1,u.length=Math.max(1,o=n+1),u[0]=0;for(let e=1;e<o;e++)u[e]=0}if(a>=5)if(o-1<0){for(let t=0;t>o;t--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[o-1]++;for(;s<Math.max(0,n);s++)u.push(0);let i=0!==n;const l=t+e.integerLen,c=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,i&&(0===u[r]&&r>=l?u.pop():i=!1),t>=10?1:0}),0);c&&(u.unshift(c),e.integerLen++)}(l,D,h);let d=l.digits,f=l.integerLen;const p=l.exponent;let C=[];for(i=d.every(e=>!e);f<c;f++)d.unshift(0);for(;f<0;f++)d.unshift(0);f>0?C=d.splice(f,d.length):(C=d,d=[0]);const g=[];for(d.length>=t.lgSize&&g.unshift(d.splice(-t.lgSize,d.length).join(""));d.length>t.gSize;)g.unshift(d.splice(-t.gSize,d.length).join(""));d.length&&g.unshift(d.join("")),a=g.join(ve(r,u)),C.length&&(a+=ve(r,s)+C.join("")),p&&(a+=ve(r,he.Exponential)+"+"+p)}else a=ve(r,he.Infinity);return a=e<0&&!i?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function rt(e,t,r,u,s){const n=nt(we(t,ae.Currency),ve(t,he.MinusSign));return n.minFrac=Ve(u),n.maxFrac=n.minFrac,tt(e,n,t,he.CurrencyGroup,he.CurrencyDecimal,s).replace("¤",r).replace("¤","").trim()}function ut(e,t,r){return tt(e,nt(we(t,ae.Percent),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r,!0).replace(new RegExp("%","g"),ve(t,he.PercentSign))}function st(e,t,r){return tt(e,nt(we(t,ae.Decimal),ve(t,he.MinusSign)),t,he.Group,he.Decimal,r)}function nt(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),s=u[0],n=u[1],o=-1!==s.indexOf(".")?s.split("."):[s.substring(0,s.lastIndexOf("0")+1),s.substring(s.lastIndexOf("0")+1)],a=o[0],i=o[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(let e=0;e<i.length;e++){const t=i.charAt(e);"0"===t?r.minFrac=r.maxFrac=e+1:"#"===t?r.maxFrac=e+1:r.posSuf+=t}const l=a.split(",");if(r.gSize=l[1]?l[1].length:0,r.lgSize=l[2]||l[1]?(l[2]||l[1]).length:0,n){const e=s.length-r.posPre.length-r.posSuf.length,t=n.indexOf("#");r.negPre=n.substr(0,t).replace(/'/g,""),r.negSuf=n.substr(t+e).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function ot(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class at{}function it(e,t,r,u){let s="="+e;if(t.indexOf(s)>-1)return s;if(s=r.getPluralCategory(e,u),t.indexOf(s)>-1)return s;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}class lt extends at{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(ke(t||this.locale)(e)){case ie.Zero:return"zero";case ie.One:return"one";case ie.Two:return"two";case ie.Few:return"few";case ie.Many:return"many";default:return"other"}}}function ct(e,t,r){return h(e,t,r)}function Dt(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[u,s]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(u.trim()===t)return decodeURIComponent(s)}return null}lt.decorators=[{type:t}],lt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class ht{constructor(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(d(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+f(e.item));this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}ht.decorators=[{type:p,args:[{selector:"[ngClass]"}]}],ht.ctorParameters=()=>[{type:C},{type:g},{type:F},{type:m}],ht.propDecorators={klass:[{type:y,args:["class"]}],ngClass:[{type:y,args:["ngClass"]}]};class dt{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(E);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const r=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(_)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(r,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}dt.decorators=[{type:p,args:[{selector:"[ngComponentOutlet]"}]}],dt.ctorParameters=()=>[{type:A}],dt.propDecorators={ngComponentOutlet:[{type:y}],ngComponentOutletInjector:[{type:y}],ngComponentOutletContent:[{type:y}],ngComponentOutletNgModuleFactory:[{type:y}]};class ft{constructor(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class pt{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){v()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch(r){throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,r,u)=>{if(null==e.previousIndex){const r=this._viewContainer.createEmbeddedView(this._template,new ft(null,this._ngForOf,-1,-1),null===u?void 0:u),s=new Ct(e,r);t.push(s)}else if(null==u)this._viewContainer.remove(null===r?void 0:r);else if(null!==r){const s=this._viewContainer.get(r);this._viewContainer.move(s,u);const n=new Ct(e,s);t.push(n)}});for(let e=0;e<t.length;e++)this._perViewChange(t[e].view,t[e].record);for(let e=0,t=this._viewContainer.length;e<t;e++){const r=this._viewContainer.get(e);r.context.index=e,r.context.count=t,r.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}pt.decorators=[{type:p,args:[{selector:"[ngFor][ngForOf]"}]}],pt.ctorParameters=()=>[{type:A},{type:w},{type:C}],pt.propDecorators={ngForOf:[{type:y}],ngForTrackBy:[{type:y}],ngForTemplate:[{type:y}]};class Ct{constructor(e,t){this.record=e,this.view=t}}class gt{constructor(e,t){this._viewContainer=e,this._context=new Ft,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){mt("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){mt("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}gt.decorators=[{type:p,args:[{selector:"[ngIf]"}]}],gt.ctorParameters=()=>[{type:A},{type:w}],gt.propDecorators={ngIf:[{type:y}],ngIfThen:[{type:y}],ngIfElse:[{type:y}]};class Ft{constructor(){this.$implicit=null,this.ngIf=null}}function mt(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${f(t)}'.`)}class yt{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Et{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}}}Et.decorators=[{type:p,args:[{selector:"[ngSwitch]"}]}],Et.propDecorators={ngSwitch:[{type:y}]};class _t{constructor(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new yt(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}_t.decorators=[{type:p,args:[{selector:"[ngSwitchCase]"}]}],_t.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}],_t.propDecorators={ngSwitchCase:[{type:y}]};class At{constructor(e,t,r){r._addDefault(new yt(e,t))}}At.decorators=[{type:p,args:[{selector:"[ngSwitchDefault]"}]}],At.ctorParameters=()=>[{type:A},{type:w},{type:Et,decorators:[{type:b}]}];class vt{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=it(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}vt.decorators=[{type:p,args:[{selector:"[ngPlural]"}]}],vt.ctorParameters=()=>[{type:at}],vt.propDecorators={ngPlural:[{type:y}]};class wt{constructor(e,t,r,u){this.value=e;const s=!isNaN(Number(e));u.addCase(s?"="+e:e,new yt(r,t))}}wt.decorators=[{type:p,args:[{selector:"[ngPluralCase]"}]}],wt.ctorParameters=()=>[{type:String,decorators:[{type:B,args:["ngPluralCase"]}]},{type:w},{type:A},{type:vt,decorators:[{type:b}]}];class bt{constructor(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[r,u]=e.split(".");null!=(t=null!=t&&u?`${t}${u}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}bt.decorators=[{type:p,args:[{selector:"[ngStyle]"}]}],bt.ctorParameters=()=>[{type:F},{type:g},{type:m}],bt.propDecorators={ngStyle:[{type:y,args:["ngStyle"]}]};class Bt{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),r=Object.keys(e.currentValue||{});if(t.length===r.length){for(let e of r)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}Bt.decorators=[{type:p,args:[{selector:"[ngTemplateOutlet]"}]}],Bt.ctorParameters=()=>[{type:A}],Bt.propDecorators={ngTemplateOutletContext:[{type:y}],ngTemplateOutlet:[{type:y}]};const St=[ht,dt,pt,gt,Bt,bt,Et,_t,At,vt,wt];function kt(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${f(e)}'`)}const Mt=new class{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}},Rt=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}};class Pt{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):S(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,k.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(e){if(M(e))return Mt;if(R(e))return Rt;throw kt(Pt,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}Pt.decorators=[{type:P,args:[{name:"async",pure:!1}]}],Pt.ctorParameters=()=>[{type:O}];class Ot{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Ot,e);return e.toLowerCase()}}Ot.decorators=[{type:P,args:[{name:"lowercase"}]}];const Lt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;class Tt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(Tt,e);return e.replace(Lt,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}Tt.decorators=[{type:P,args:[{name:"titlecase"}]}];class xt{transform(e){if(!e)return e;if("string"!=typeof e)throw kt(xt,e);return e.toUpperCase()}}xt.decorators=[{type:P,args:[{name:"uppercase"}]}];class Vt{constructor(e){this.locale=e}transform(e,t="mediumDate",r,u){if(null==e||""===e||e!=e)return null;try{return We(e,t,u||this.locale,r)}catch(e){throw kt(Vt,e.message)}}}Vt.decorators=[{type:P,args:[{name:"date",pure:!0}]}],Vt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];const Nt=/#/g;class It{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw kt(It,t);return t[it(e,Object.keys(t),this._localization,r)].replace(Nt,e.toString())}}It.decorators=[{type:P,args:[{name:"i18nPlural",pure:!0}]}],It.ctorParameters=()=>[{type:at}];class $t{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw kt($t,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}$t.decorators=[{type:P,args:[{name:"i18nSelect",pure:!0}]}];class Ht{transform(e){return JSON.stringify(e,null,2)}}Ht.decorators=[{type:P,args:[{name:"json",pure:!1}]}];class Gt{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=Ut){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e);return r&&(this.keyValues=[],r.forEachItem(e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}),this.keyValues.sort(t)),this.keyValues}}function Ut(e,t){const r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;const s=String(r),n=String(u);return s==n?0:s<n?-1:1}Gt.decorators=[{type:P,args:[{name:"keyvalue",pure:!1}]}],Gt.ctorParameters=()=>[{type:g}];class Wt{constructor(e){this._locale=e}transform(e,t,r){if(jt(e))return null;r=r||this._locale;try{return st(Yt(e),r,t)}catch(e){throw kt(Wt,e.message)}}}Wt.decorators=[{type:P,args:[{name:"number"}]}],Wt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class zt{constructor(e){this._locale=e}transform(e,t,r){if(jt(e))return null;r=r||this._locale;try{return ut(Yt(e),r,t)}catch(e){throw kt(zt,e.message)}}}zt.decorators=[{type:P,args:[{name:"percent"}]}],zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]}];class Zt{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(e,t,r="symbol",u,s){if(jt(e))return null;s=s||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let n=t||this._defaultCurrencyCode;"code"!==r&&(n="symbol"===r||"symbol-narrow"===r?xe(n,"symbol"===r?"wide":"narrow",s):r);try{return rt(Yt(e),s,n,t,u)}catch(e){throw kt(Zt,e.message)}}}function jt(e){return null==e||""===e||e!=e}function Yt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}Zt.decorators=[{type:P,args:[{name:"currency"}]}],Zt.ctorParameters=()=>[{type:String,decorators:[{type:s,args:[D]}]},{type:String,decorators:[{type:s,args:[L]}]}];class Kt{transform(e,t,r){if(null==e)return e;if(!this.supports(e))throw kt(Kt,e);return e.slice(t,r)}supports(e){return"string"==typeof e||Array.isArray(e)}}Kt.decorators=[{type:P,args:[{name:"slice",pure:!1}]}];const Xt=[Pt,xt,Ot,Ht,Kt,Wt,zt,Tt,Zt,Vt,It,$t,Gt];class Jt{}Jt.decorators=[{type:T,args:[{declarations:[St,Xt],exports:[St,Xt],providers:[{provide:at,useClass:lt}]}]}];const Qt="browser",qt="server",er="browserWorkerApp",tr="browserWorkerUi";function rr(e){return"browser"===e}function ur(e){return"server"===e}function sr(e){return"browserWorkerApp"===e}function nr(e){return"browserWorkerUi"===e}const or=new x("9.1.4");class ar{}ar.ɵprov=r({token:ar,providedIn:"root",factory:()=>new ir(u(G),window,u(V))});class ir{constructor(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);const r=this.document.querySelector(`[name='${e}']`);if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],u-s[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}class lr{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}}export{ee as APP_BASE_HREF,Pt as AsyncPipe,Jt as CommonModule,Zt as CurrencyPipe,G as DOCUMENT,Vt as DatePipe,Wt as DecimalPipe,le as FormStyle,De as FormatWidth,re as HashLocationStrategy,It as I18nPluralPipe,$t as I18nSelectPipe,Ht as JsonPipe,Gt as KeyValuePipe,z as LOCATION_INITIALIZED,ue as Location,Q as LocationStrategy,Ot as LowerCasePipe,ht as NgClass,dt as NgComponentOutlet,pt as NgForOf,ft as NgForOfContext,gt as NgIf,Ft as NgIfContext,lt as NgLocaleLocalization,at as NgLocalization,vt as NgPlural,wt as NgPluralCase,bt as NgStyle,Et as NgSwitch,_t as NgSwitchCase,At as NgSwitchDefault,Bt as NgTemplateOutlet,ae as NumberFormatStyle,he as NumberSymbol,te as PathLocationStrategy,zt as PercentPipe,U as PlatformLocation,ie as Plural,Kt as SlicePipe,Tt as TitleCasePipe,ce as TranslationWidth,xt as UpperCasePipe,or as VERSION,ar as ViewportScroller,de as WeekDay,rt as formatCurrency,We as formatDate,st as formatNumber,ut as formatPercent,xe as getCurrencySymbol,Se as getLocaleCurrencyCode,Be as getLocaleCurrencyName,be as getLocaleCurrencySymbol,Ee as getLocaleDateFormat,Ae as getLocaleDateTimeFormat,Ce as getLocaleDayNames,pe as getLocaleDayPeriods,Oe as getLocaleDirection,Fe as getLocaleEraNames,Re as getLocaleExtraDayPeriodRules,Pe as getLocaleExtraDayPeriods,me as getLocaleFirstDayOfWeek,fe as getLocaleId,ge as getLocaleMonthNames,we as getLocaleNumberFormat,ve as getLocaleNumberSymbol,ke as getLocalePluralCase,_e as getLocaleTimeFormat,ye as getLocaleWeekEndRange,Ve as getNumberOfCurrencyDigits,rr as isPlatformBrowser,ur as isPlatformServer,sr as isPlatformWorkerApp,nr as isPlatformWorkerUi,ct as registerLocaleData,Z as ɵBrowserPlatformLocation,H as ɵDomAdapter,lr as ɵNullViewportScroller,Qt as ɵPLATFORM_BROWSER_ID,qt as ɵPLATFORM_SERVER_ID,er as ɵPLATFORM_WORKER_APP_ID,tr as ɵPLATFORM_WORKER_UI_ID,W as ɵangular_packages_common_common_a,Y as ɵangular_packages_common_common_b,se as ɵangular_packages_common_common_c,q as ɵangular_packages_common_common_d,St as ɵangular_packages_common_common_e,Xt as ɵangular_packages_common_common_f,I as ɵgetDOM,Dt as ɵparseCookieValue,$ as ɵsetRootDomAdapter};
//# sourceMappingURL=angular-common.resolved.min.js.map

@@ -1,2 +0,3 @@

import{InjectionToken as e,ɵɵdefineInjectable as t,Injectable as r,ɵɵinject as u,Inject as n,Optional as o,ɵfindLocaleData as i,ɵLocaleDataIndex as a,ɵgetLocaleCurrencyCode as s,ɵgetLocalePluralCase as c,LOCALE_ID as l,ɵregisterLocaleData as f,ɵisListLikeIterable as p,ɵstringify as D,Input as h,Directive as d,NgModuleRef as y,ComponentFactoryResolver as g,isDevMode as C,Host as v,Attribute as F,ɵlooseIdentical as m,WrappedValue as E,ɵisPromise as _,ɵisObservable as A,Pipe as b,DEFAULT_CURRENCY_CODE as w,NgModule as B,Version as S,ErrorHandler as O,EventEmitter as k,IterableDiffers as R,KeyValueDiffers as M,ElementRef as P,Renderer2 as x,Type as L,Injector as T,NgModuleFactory as V,ViewContainerRef as N,TemplateRef as j,ChangeDetectorRef as I}from"@angular/core";var H=function(e,t){return(H=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function $(e,t){function r(){this.constructor=e}H(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function G(e,t,r,u){var n,o=arguments.length,i=o<3?t:null===u?u=Object.getOwnPropertyDescriptor(t,r):u;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,u);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(i=(o<3?n(i):o>3?n(t,r,i):n(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}function U(e,t){return function(r,u){t(r,u,e)}}function W(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],u=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&u>=e.length&&(e=void 0),{value:e&&e[u++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Z(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var u,n,o=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(u=o.next()).done;)i.push(u.value)}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}var K=null;function Y(){return K}function X(e){K||(K=e)}var J=function(){},Q=new e("DocumentToken"),q=function(){function e(){}return e.ɵprov=t({factory:ee,token:e,providedIn:"platform"}),e=G([r({providedIn:"platform",useFactory:ee})],e)}();function ee(){return u(re)}var te=new e("Location Initialized"),re=function(e){function u(t){var r=e.call(this)||this;return r._doc=t,r._init(),r}return $(u,e),u.prototype._init=function(){this.location=Y().getLocation(),this._history=Y().getHistory()},u.prototype.getBaseHrefFromDOM=function(){return Y().getBaseHref(this._doc)},u.prototype.onPopState=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)},u.prototype.onHashChange=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)},Object.defineProperty(u.prototype,"href",{get:function(){return this.location.href},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"protocol",{get:function(){return this.location.protocol},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hostname",{get:function(){return this.location.hostname},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"port",{get:function(){return this.location.port},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"pathname",{get:function(){return this.location.pathname},set:function(e){this.location.pathname=e},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),u.prototype.pushState=function(e,t,r){ue()?this._history.pushState(e,t,r):this.location.hash=r},u.prototype.replaceState=function(e,t,r){ue()?this._history.replaceState(e,t,r):this.location.hash=r},u.prototype.forward=function(){this._history.forward()},u.prototype.back=function(){this._history.back()},u.prototype.getState=function(){return this._history.state},u.ɵprov=t({factory:ne,token:u,providedIn:"platform"}),u=G([r({providedIn:"platform",useFactory:ne}),U(0,n(Q)),W("design:paramtypes",[Object])],u)}(q);function ue(){return!!window.history.pushState}function ne(){return new re(u(Q))}function oe(e,t){if(0==e.length)return t;if(0==t.length)return e;var r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function ie(e){var t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function ae(e){return e&&"?"!==e[0]?"?"+e:e}var se=function(){function e(){}return e.ɵprov=t({factory:ce,token:e,providedIn:"root"}),e=G([r({providedIn:"root",useFactory:ce})],e)}();function ce(e){var t=u(Q).location;return new fe(u(q),t&&t.origin||"")}var le=new e("appBaseHref"),fe=function(e){function t(t,r){var u=e.call(this)||this;if(u._platformLocation=t,null==r&&(r=u._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return u._baseHref=r,u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return oe(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+ae(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),pe=function(e){function t(t,r){var u=e.call(this)||this;return u._platformLocation=t,u._baseHref="",null!=r&&(u._baseHref=r),u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=oe(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),De=function(){function e(e,t){var r=this;this._subject=new k,this._urlChangeListeners=[],this._platformStrategy=e;var u=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=ie(de(u)),this._platformStrategy.onPopState((function(e){r._subject.emit({url:r.path(!0),pop:!0,state:e.state,type:e.type})}))}var u;return u=e,e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.getState=function(){return this._platformLocation.getState()},e.prototype.isCurrentPathEqualTo=function(e,t){return void 0===t&&(t=""),this.path()==this.normalize(e+ae(t))},e.prototype.normalize=function(e){return u.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,de(e)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.replaceState=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.onUrlChange=function(e){var t=this;this._urlChangeListeners.push(e),this.subscribe((function(e){t._notifyUrlChangeListeners(e.url,e.state)}))},e.prototype._notifyUrlChangeListeners=function(e,t){void 0===e&&(e=""),this._urlChangeListeners.forEach((function(r){return r(e,t)}))},e.prototype.subscribe=function(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})},e.normalizeQueryParams=ae,e.joinWithSlash=oe,e.stripTrailingSlash=ie,e.ɵprov=t({factory:he,token:e,providedIn:"root"}),e=u=G([r({providedIn:"root",useFactory:he}),W("design:paramtypes",[se,q])],e)}();function he(){return new De(u(se),u(q))}function de(e){return e.replace(/\/index.html$/,"")}var ye,ge,Ce,ve,Fe,me,Ee,_e={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};function Ae(e){return i(e)[a.LocaleId]}function be(e,t,r){var u=i(e),n=Ue([u[a.DayPeriodsFormat],u[a.DayPeriodsStandalone]],t);return Ue(n,r)}function we(e,t,r){var u=i(e),n=Ue([u[a.DaysFormat],u[a.DaysStandalone]],t);return Ue(n,r)}function Be(e,t,r){var u=i(e),n=Ue([u[a.MonthsFormat],u[a.MonthsStandalone]],t);return Ue(n,r)}function Se(e,t){return Ue(i(e)[a.Eras],t)}function Oe(e){return i(e)[a.FirstDayOfWeek]}function ke(e){return i(e)[a.WeekendRange]}function Re(e,t){return Ue(i(e)[a.DateFormat],t)}function Me(e,t){return Ue(i(e)[a.TimeFormat],t)}function Pe(e,t){return Ue(i(e)[a.DateTimeFormat],t)}function xe(e,t){var r=i(e),u=r[a.NumberSymbols][t];if(void 0===u){if(t===me.CurrencyDecimal)return r[a.NumberSymbols][me.Decimal];if(t===me.CurrencyGroup)return r[a.NumberSymbols][me.Group]}return u}function Le(e,t){return i(e)[a.NumberFormats][t]}function Te(e){return i(e)[a.CurrencySymbol]||null}function Ve(e){return i(e)[a.CurrencyName]||null}function Ne(e){return s(e)}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(ye||(ye={})),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(ge||(ge={})),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(Ce||(Ce={})),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(ve||(ve={})),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(Fe||(Fe={})),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(me||(me={})),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(Ee||(Ee={}));var je=c;function Ie(e){if(!e[a.ExtraData])throw new Error('Missing extra locale data for the locale "'+e[a.LocaleId]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function He(e){var t=i(e);return Ie(t),(t[a.ExtraData][2]||[]).map((function(e){return"string"==typeof e?We(e):[We(e[0]),We(e[1])]}))}function $e(e,t,r){var u=i(e);Ie(u);var n=Ue([u[a.ExtraData][0],u[a.ExtraData][1]],t)||[];return Ue(n,r)||[]}function Ge(e){return i(e)[a.Directionality]}function Ue(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function We(e){var t=Z(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function ze(e,t,r){void 0===r&&(r="en");var u=function(e){return i(e)[a.Currencies]}(r)[e]||_e[e]||[],n=u[1];return"narrow"===t&&"string"==typeof n?n:u[0]||e}function Ze(e){var t,r=_e[e];return r&&(t=r[2]),"number"==typeof t?t:2}var Ke,Ye,Xe,Je=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Qe={},qe=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function et(e,t,r,u){var n=function(e){if(ct(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var r=Z(e.split("-").map((function(e){return+e})),3),u=r[0],n=r[1],o=r[2];return new Date(u,n-1,o)}var i;if(i=e.match(Je))return function(e){var t=new Date(0),r=0,u=0,n=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));n.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var i=Number(e[4]||0)-r,a=Number(e[5]||0)-u,s=Number(e[6]||0),c=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,i,a,s,c),t}(i)}var a=new Date(e);if(!ct(a))throw new Error('Unable to convert "'+e+'" into a date');return a}(e);t=function e(t,r){var u=Ae(t);if(Qe[u]=Qe[u]||{},Qe[u][r])return Qe[u][r];var n="";switch(r){case"shortDate":n=Re(t,Fe.Short);break;case"mediumDate":n=Re(t,Fe.Medium);break;case"longDate":n=Re(t,Fe.Long);break;case"fullDate":n=Re(t,Fe.Full);break;case"shortTime":n=Me(t,Fe.Short);break;case"mediumTime":n=Me(t,Fe.Medium);break;case"longTime":n=Me(t,Fe.Long);break;case"fullTime":n=Me(t,Fe.Full);break;case"short":var o=e(t,"shortTime"),i=e(t,"shortDate");n=tt(Pe(t,Fe.Short),[o,i]);break;case"medium":var a=e(t,"mediumTime"),s=e(t,"mediumDate");n=tt(Pe(t,Fe.Medium),[a,s]);break;case"long":var c=e(t,"longTime"),l=e(t,"longDate");n=tt(Pe(t,Fe.Long),[c,l]);break;case"full":var f=e(t,"fullTime"),p=e(t,"fullDate");n=tt(Pe(t,Fe.Full),[f,p])}n&&(Qe[u][r]=n);return n}(r,t)||t;for(var o,i=[];t;){if(!(o=qe.exec(t))){i.push(t);break}var a=(i=i.concat(o.slice(1))).pop();if(!a)break;t=a}var s=n.getTimezoneOffset();u&&(s=st(u,s),n=function(e,t,r){var u=r?-1:1,n=e.getTimezoneOffset(),o=st(t,n);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-n))}(n,u,!0));var c="";return i.forEach((function(e){var t=function(e){if(at[e])return at[e];var t;switch(e){case"G":case"GG":case"GGG":t=nt(Xe.Eras,ve.Abbreviated);break;case"GGGG":t=nt(Xe.Eras,ve.Wide);break;case"GGGGG":t=nt(Xe.Eras,ve.Narrow);break;case"y":t=ut(Ye.FullYear,1,0,!1,!0);break;case"yy":t=ut(Ye.FullYear,2,0,!0,!0);break;case"yyy":t=ut(Ye.FullYear,3,0,!1,!0);break;case"yyyy":t=ut(Ye.FullYear,4,0,!1,!0);break;case"M":case"L":t=ut(Ye.Month,1,1);break;case"MM":case"LL":t=ut(Ye.Month,2,1);break;case"MMM":t=nt(Xe.Months,ve.Abbreviated);break;case"MMMM":t=nt(Xe.Months,ve.Wide);break;case"MMMMM":t=nt(Xe.Months,ve.Narrow);break;case"LLL":t=nt(Xe.Months,ve.Abbreviated,Ce.Standalone);break;case"LLLL":t=nt(Xe.Months,ve.Wide,Ce.Standalone);break;case"LLLLL":t=nt(Xe.Months,ve.Narrow,Ce.Standalone);break;case"w":t=it(1);break;case"ww":t=it(2);break;case"W":t=it(1,!0);break;case"d":t=ut(Ye.Date,1);break;case"dd":t=ut(Ye.Date,2);break;case"E":case"EE":case"EEE":t=nt(Xe.Days,ve.Abbreviated);break;case"EEEE":t=nt(Xe.Days,ve.Wide);break;case"EEEEE":t=nt(Xe.Days,ve.Narrow);break;case"EEEEEE":t=nt(Xe.Days,ve.Short);break;case"a":case"aa":case"aaa":t=nt(Xe.DayPeriods,ve.Abbreviated);break;case"aaaa":t=nt(Xe.DayPeriods,ve.Wide);break;case"aaaaa":t=nt(Xe.DayPeriods,ve.Narrow);break;case"b":case"bb":case"bbb":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Standalone,!0);break;case"bbbb":t=nt(Xe.DayPeriods,ve.Wide,Ce.Standalone,!0);break;case"bbbbb":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Standalone,!0);break;case"B":case"BB":case"BBB":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Format,!0);break;case"BBBB":t=nt(Xe.DayPeriods,ve.Wide,Ce.Format,!0);break;case"BBBBB":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Format,!0);break;case"h":t=ut(Ye.Hours,1,-12);break;case"hh":t=ut(Ye.Hours,2,-12);break;case"H":t=ut(Ye.Hours,1);break;case"HH":t=ut(Ye.Hours,2);break;case"m":t=ut(Ye.Minutes,1);break;case"mm":t=ut(Ye.Minutes,2);break;case"s":t=ut(Ye.Seconds,1);break;case"ss":t=ut(Ye.Seconds,2);break;case"S":t=ut(Ye.FractionalSeconds,1);break;case"SS":t=ut(Ye.FractionalSeconds,2);break;case"SSS":t=ut(Ye.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=ot(Ke.Short);break;case"ZZZZZ":t=ot(Ke.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=ot(Ke.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=ot(Ke.Long);break;default:return null}return at[e]=t,t}(e);c+=t?t(n,r,s):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),c}function tt(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function rt(e,t,r,u,n){void 0===r&&(r="-");var o="";(e<0||n&&e<=0)&&(n?e=1-e:(e=-e,o=r));for(var i=String(e);i.length<t;)i="0"+i;return u&&(i=i.substr(i.length-t)),o+i}function ut(e,t,r,u,n){return void 0===r&&(r=0),void 0===u&&(u=!1),void 0===n&&(n=!1),function(o,i){var a,s=function(e,t){switch(e){case Ye.FullYear:return t.getFullYear();case Ye.Month:return t.getMonth();case Ye.Date:return t.getDate();case Ye.Hours:return t.getHours();case Ye.Minutes:return t.getMinutes();case Ye.Seconds:return t.getSeconds();case Ye.FractionalSeconds:return t.getMilliseconds();case Ye.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+e+'".')}}(e,o);if((r>0||s>-r)&&(s+=r),e===Ye.Hours)0===s&&-12===r&&(s=12);else if(e===Ye.FractionalSeconds)return a=t,rt(s,3).substr(0,a);var c=xe(i,me.MinusSign);return rt(s,t,c,u,n)}}function nt(e,t,r,u){return void 0===r&&(r=Ce.Format),void 0===u&&(u=!1),function(n,o){return function(e,t,r,u,n,o){switch(r){case Xe.Months:return Be(t,n,u)[e.getMonth()];case Xe.Days:return we(t,n,u)[e.getDay()];case Xe.DayPeriods:var i=e.getHours(),a=e.getMinutes();if(o){var s,c=He(t),l=$e(t,n,u);if(c.forEach((function(e,t){if(Array.isArray(e)){var r=e[0],u=r.hours,n=r.minutes,o=e[1],c=o.hours,f=o.minutes;i>=u&&a>=n&&(i<c||i===c&&a<f)&&(s=l[t])}else{var p=e.hours,D=e.minutes;p===i&&D===a&&(s=l[t])}})),s)return s}return be(t,n,u)[i<12?0:1];case Xe.Eras:return Se(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(n,o,e,t,r,u)}}function ot(e){return function(t,r,u){var n=-1*u,o=xe(r,me.MinusSign),i=n>0?Math.floor(n/60):Math.ceil(n/60);switch(e){case Ke.Short:return(n>=0?"+":"")+rt(i,2,o)+rt(Math.abs(n%60),2,o);case Ke.ShortGMT:return"GMT"+(n>=0?"+":"")+rt(i,1,o);case Ke.Long:return"GMT"+(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);case Ke.Extended:return 0===u?"Z":(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(Ke||(Ke={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(Ye||(Ye={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(Xe||(Xe={}));function it(e,t){return void 0===t&&(t=!1),function(r,u){var n,o,i,a;if(t){var s=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,c=r.getDate();n=1+Math.floor((c+s)/7)}else{var l=(i=r.getFullYear(),a=new Date(i,0,1).getDay(),new Date(i,0,1+(a<=4?4:11)-a)),f=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-l.getTime();n=1+Math.round(f/6048e5)}return rt(n,e,xe(u,me.MinusSign))}}var at={};function st(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function ct(e){return e instanceof Date&&!isNaN(e.valueOf())}var lt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function ft(e,t,r,u,n,o,i){void 0===i&&(i=!1);var a="",s=!1;if(isFinite(e)){var c=function(e){var t,r,u,n,o,i=Math.abs(e)+"",a=0;(r=i.indexOf("."))>-1&&(i=i.replace(".",""));(u=i.search(/e/i))>0?(r<0&&(r=u),r+=+i.slice(u+1),i=i.substring(0,u)):r<0&&(r=i.length);for(u=0;"0"===i.charAt(u);u++);if(u===(o=i.length))t=[0],r=1;else{for(o--;"0"===i.charAt(o);)o--;for(r-=u,t=[],n=0;u<=o;u++,n++)t[n]=Number(i.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(c=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(c));var l=t.minInt,f=t.minFrac,p=t.maxFrac;if(o){var D=o.match(lt);if(null===D)throw new Error(o+" is not a valid digit info");var h=D[1],d=D[3],y=D[5];null!=h&&(l=yt(h)),null!=d&&(f=yt(d)),null!=y?p=yt(y):null!=d&&f>p&&(p=f)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var u=e.digits,n=u.length-e.integerLen,o=Math.min(Math.max(t,n),r),i=o+e.integerLen,a=u[i];if(i>0){u.splice(Math.max(e.integerLen,i));for(var s=i;s<u.length;s++)u[s]=0}else{n=Math.max(0,n),e.integerLen=1,u.length=Math.max(1,i=o+1),u[0]=0;for(var c=1;c<i;c++)u[c]=0}if(a>=5)if(i-1<0){for(var l=0;l>i;l--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[i-1]++;for(;n<Math.max(0,o);n++)u.push(0);var f=0!==o,p=t+e.integerLen,D=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,f&&(0===u[r]&&r>=p?u.pop():f=!1),t>=10?1:0}),0);D&&(u.unshift(D),e.integerLen++)}(c,f,p);var g=c.digits,C=c.integerLen,v=c.exponent,F=[];for(s=g.every((function(e){return!e}));C<l;C++)g.unshift(0);for(;C<0;C++)g.unshift(0);C>0?F=g.splice(C,g.length):(F=g,g=[0]);var m=[];for(g.length>=t.lgSize&&m.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)m.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&m.unshift(g.join("")),a=m.join(xe(r,u)),F.length&&(a+=xe(r,n)+F.join("")),v&&(a+=xe(r,me.Exponential)+"+"+v)}else a=xe(r,me.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf}function pt(e,t,r,u,n){var o=dt(Le(t,ye.Currency),xe(t,me.MinusSign));return o.minFrac=Ze(u),o.maxFrac=o.minFrac,ft(e,o,t,me.CurrencyGroup,me.CurrencyDecimal,n).replace("¤",r).replace("¤","").trim()}function Dt(e,t,r){return ft(e,dt(Le(t,ye.Percent),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r,!0).replace(new RegExp("%","g"),xe(t,me.PercentSign))}function ht(e,t,r){return ft(e,dt(Le(t,ye.Decimal),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r)}function dt(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),n=u[0],o=u[1],i=-1!==n.indexOf(".")?n.split("."):[n.substring(0,n.lastIndexOf("0")+1),n.substring(n.lastIndexOf("0")+1)],a=i[0],s=i[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(var c=0;c<s.length;c++){var l=s.charAt(c);"0"===l?r.minFrac=r.maxFrac=c+1:"#"===l?r.maxFrac=c+1:r.posSuf+=l}var f=a.split(",");if(r.gSize=f[1]?f[1].length:0,r.lgSize=f[2]||f[1]?(f[2]||f[1]).length:0,o){var p=n.length-r.posPre.length-r.posSuf.length,D=o.indexOf("#");r.negPre=o.substr(0,D).replace(/'/g,""),r.negSuf=o.substr(D+p).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function yt(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var gt=function(){};function Ct(e,t,r,u){var n="="+e;if(t.indexOf(n)>-1)return n;if(n=r.getPluralCategory(e,u),t.indexOf(n)>-1)return n;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var vt=function(e){function t(t){var r=e.call(this)||this;return r.locale=t,r}return $(t,e),t.prototype.getPluralCategory=function(e,t){switch(je(t||this.locale)(e)){case ge.Zero:return"zero";case ge.One:return"one";case ge.Two:return"two";case ge.Few:return"few";case ge.Many:return"many";default:return"other"}},t=G([r(),U(0,n(l)),W("design:paramtypes",[String])],t)}(gt);function Ft(e,t,r){return f(e,t,r)}function mt(e,t){var r,u;t=encodeURIComponent(t);try{for(var n=z(e.split(";")),o=n.next();!o.done;o=n.next()){var i=o.value,a=i.indexOf("="),s=Z(-1==a?[i,""]:[i.slice(0,a),i.slice(a+1)],2),c=s[0],l=s[1];if(c.trim()===t)return decodeURIComponent(l)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(u=n.return)&&u.call(n)}finally{if(r)throw r.error}}return null}var Et=function(){function e(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(p(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachRemovedItem((function(e){e.previousValue&&t._toggleClass(e.key,!1)}))},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem((function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+D(e.item));t._toggleClass(e.item,!0)})),e.forEachRemovedItem((function(e){return t._toggleClass(e.item,!1)}))},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!0)})):Object.keys(e).forEach((function(r){return t._toggleClass(r,!!e[r])})))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!1)})):Object.keys(e).forEach((function(e){return t._toggleClass(e,!1)})))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach((function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)}))},G([h("class"),W("design:type",String),W("design:paramtypes",[String])],e.prototype,"klass",null),G([h("ngClass"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngClass",null),e=G([d({selector:"[ngClass]"}),W("design:paramtypes",[R,M,P,x])],e)}(),_t=function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(y);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var u=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(g)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(u,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},G([h(),W("design:type",L)],e.prototype,"ngComponentOutlet",void 0),G([h(),W("design:type",T)],e.prototype,"ngComponentOutletInjector",void 0),G([h(),W("design:type",Array)],e.prototype,"ngComponentOutletContent",void 0),G([h(),W("design:type",V)],e.prototype,"ngComponentOutletNgModuleFactory",void 0),e=G([d({selector:"[ngComponentOutlet]"}),W("design:paramtypes",[N])],e)}(),At=function(){function e(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}(),bt=function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){C()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/api/common/NgForOf#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+(((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays."))}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation((function(e,u,n){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new At(null,t._ngForOf,-1,-1),null===n?void 0:n),i=new wt(e,o);r.push(i)}else if(null==n)t._viewContainer.remove(null===u?void 0:u);else if(null!==u){o=t._viewContainer.get(u);t._viewContainer.move(o,n);i=new wt(e,o);r.push(i)}}));for(var u=0;u<r.length;u++)this._perViewChange(r[u].view,r[u].record);u=0;for(var n=this._viewContainer.length;u<n;u++){var o=this._viewContainer.get(u);o.context.index=u,o.context.count=n,o.context.ngForOf=this._ngForOf}e.forEachIdentityChange((function(e){t._viewContainer.get(e.currentIndex).context.$implicit=e.item}))},e.prototype._perViewChange=function(e,t){e.context.$implicit=t.item},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngForOf",null),G([h(),W("design:type",Function),W("design:paramtypes",[Function])],e.prototype,"ngForTrackBy",null),G([h(),W("design:type",j),W("design:paramtypes",[j])],e.prototype,"ngForTemplate",null),e=G([d({selector:"[ngFor][ngForOf]"}),W("design:paramtypes",[N,j,R])],e)}(),wt=function(e,t){this.record=e,this.view=t};var Bt=function(){function e(e,t){this._viewContainer=e,this._context=new St,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}return Object.defineProperty(e.prototype,"ngIf",{set:function(e){this._context.$implicit=this._context.ngIf=e,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfThen",{set:function(e){Ot("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfElse",{set:function(e){Ot("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),e.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIf",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfThen",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfElse",null),e=G([d({selector:"[ngIf]"}),W("design:paramtypes",[N,j])],e)}(),St=function(){this.$implicit=null,this.ngIf=null};function Ot(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(e+" must be a TemplateRef, but received '"+D(t)+"'.")}var kt=function(){function e(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}return e.prototype.create=function(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)},e.prototype.destroy=function(){this._created=!1,this._viewContainerRef.clear()},e.prototype.enforceState=function(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()},e}(),Rt=function(){function e(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}return Object.defineProperty(e.prototype,"ngSwitch",{set:function(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)},enumerable:!0,configurable:!0}),e.prototype._addCase=function(){return this._caseCount++},e.prototype._addDefault=function(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)},e.prototype._matchCase=function(e){var t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t},e.prototype._updateDefaultCases=function(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(var t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngSwitch",null),e=G([d({selector:"[ngSwitch]"})],e)}(),Mt=function(){function e(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new kt(e,t)}return e.prototype.ngDoCheck=function(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))},G([h(),W("design:type",Object)],e.prototype,"ngSwitchCase",void 0),e=G([d({selector:"[ngSwitchCase]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),Pt=function(){function e(e,t,r){r._addDefault(new kt(e,t))}return e=G([d({selector:"[ngSwitchDefault]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),xt=function(){function e(e){this._localization=e,this._caseViews={}}return Object.defineProperty(e.prototype,"ngPlural",{set:function(e){this._switchValue=e,this._updateView()},enumerable:!0,configurable:!0}),e.prototype.addCase=function(e,t){this._caseViews[e]=t},e.prototype._updateView=function(){this._clearViews();var e=Object.keys(this._caseViews),t=Ct(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])},e.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},e.prototype._activateView=function(e){e&&(this._activeView=e,this._activeView.create())},G([h(),W("design:type",Number),W("design:paramtypes",[Number])],e.prototype,"ngPlural",null),e=G([d({selector:"[ngPlural]"}),W("design:paramtypes",[gt])],e)}(),Lt=function(){function e(e,t,r,u){this.value=e;var n=!isNaN(Number(e));u.addCase(n?"="+e:e,new kt(r,t))}return e=G([d({selector:"[ngPluralCase]"}),U(0,F("ngPluralCase")),U(3,v()),W("design:paramtypes",[String,j,N,xt])],e)}(),Tt=function(){function e(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}return Object.defineProperty(e.prototype,"ngStyle",{set:function(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._differ){var e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}},e.prototype._setStyle=function(e,t){var r=Z(e.split("."),2),u=r[0],n=r[1];null!=(t=null!=t&&n?""+t+n:t)?this._renderer.setStyle(this._ngEl.nativeElement,u,t):this._renderer.removeStyle(this._ngEl.nativeElement,u)},e.prototype._applyChanges=function(e){var t=this;e.forEachRemovedItem((function(e){return t._setStyle(e.key,null)})),e.forEachAddedItem((function(e){return t._setStyle(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._setStyle(e.key,e.currentValue)}))},G([h("ngStyle"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngStyle",null),e=G([d({selector:"[ngStyle]"}),W("design:paramtypes",[P,M,x])],e)}(),Vt=function(){function e(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}return e.prototype.ngOnChanges=function(e){if(this._shouldRecreateView(e)){var t=this._viewContainerRef;this._viewRef&&t.remove(t.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?t.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},e.prototype._shouldRecreateView=function(e){var t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},e.prototype._hasContextShapeChanged=function(e){var t,r,u=Object.keys(e.previousValue||{}),n=Object.keys(e.currentValue||{});if(u.length===n.length){try{for(var o=z(n),i=o.next();!i.done;i=o.next()){var a=i.value;if(-1===u.indexOf(a))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!1}return!0},e.prototype._updateExistingContext=function(e){var t,r;try{for(var u=z(Object.keys(e)),n=u.next();!n.done;n=u.next()){var o=n.value;this._viewRef.context[o]=this.ngTemplateOutletContext[o]}}catch(e){t={error:e}}finally{try{n&&!n.done&&(r=u.return)&&r.call(u)}finally{if(t)throw t.error}}},G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutletContext",void 0),G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutlet",void 0),e=G([d({selector:"[ngTemplateOutlet]"}),W("design:paramtypes",[N])],e)}(),Nt=[Et,_t,bt,Bt,Vt,Tt,Rt,Mt,Pt,xt,Lt];function jt(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+D(e)+"'")}var It=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,(function(e){throw e}))},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),$t=new It,Gt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}var t;return t=e,e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):m(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,E.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(function(r){return t._updateLatestValue(e,r)}))},e.prototype._selectStrategy=function(e){if(_(e))return Ht;if(A(e))return $t;throw jt(t,e)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e=t=G([b({name:"async",pure:!1}),W("design:paramtypes",[I])],e)}(),Ut=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toLowerCase()},e=t=G([b({name:"lowercase"})],e)}(),Wt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.replace(Wt,(function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()}))},e=t=G([b({name:"titlecase"})],e)}(),Zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toUpperCase()},e=t=G([b({name:"uppercase"})],e)}(),Kt=function(){function e(e){this.locale=e}var t;return t=e,e.prototype.transform=function(e,r,u,n){if(void 0===r&&(r="mediumDate"),null==e||""===e||e!=e)return null;try{return et(e,r,n||this.locale,u)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"date",pure:!0}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),Yt=/#/g,Xt=function(){function e(e){this._localization=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return"";if("object"!=typeof r||null===r)throw jt(t,r);return r[Ct(e,Object.keys(r),this._localization,u)].replace(Yt,e.toString())},e=t=G([b({name:"i18nPlural",pure:!0}),W("design:paramtypes",[gt])],e)}(),Jt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r){if(null==e)return"";if("object"!=typeof r||"string"!=typeof e)throw jt(t,r);return r.hasOwnProperty(e)?r[e]:r.hasOwnProperty("other")?r.other:""},e=t=G([b({name:"i18nSelect",pure:!0})],e)}(),Qt=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e=G([b({name:"json",pure:!1})],e)}();var qt=function(){function e(e){this.differs=e,this.keyValues=[]}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=er),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var u=this.differ.diff(e);return u&&(this.keyValues=[],u.forEachItem((function(e){var t,u;r.keyValues.push((t=e.key,u=e.currentValue,{key:t,value:u}))})),this.keyValues.sort(t)),this.keyValues},e=G([b({name:"keyvalue",pure:!1}),W("design:paramtypes",[M])],e)}();function er(e,t){var r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;var n=String(r),o=String(u);return n==o?0:n<o?-1:1}var tr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return ht(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"number"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),rr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return Dt(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"percent"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),ur=function(){function e(e,t){void 0===t&&(t="USD"),this._locale=e,this._defaultCurrencyCode=t}var t;return t=e,e.prototype.transform=function(e,r,u,n,o){if(void 0===u&&(u="symbol"),nr(e))return null;o=o||this._locale,"boolean"==typeof u&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),u=u?"symbol":"code");var i=r||this._defaultCurrencyCode;"code"!==u&&(i="symbol"===u||"symbol-narrow"===u?ze(i,"symbol"===u?"wide":"narrow",o):u);try{return pt(or(e),o,i,r,n)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"currency"}),U(0,n(l)),U(1,n(w)),W("design:paramtypes",[String,String])],e)}();function nr(e){return null==e||""===e||e!=e}function or(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}var ir=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return e;if(!this.supports(e))throw jt(t,e);return e.slice(r,u)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e=t=G([b({name:"slice",pure:!1})],e)}(),ar=[Gt,Zt,Ut,Qt,ir,tr,rr,zt,ur,Kt,Xt,Jt,qt],sr=function(){function e(){}return e=G([B({declarations:[Nt,ar],exports:[Nt,ar],providers:[{provide:gt,useClass:vt}]})],e)}(),cr="browser",lr="server",fr="browserWorkerApp",pr="browserWorkerUi";function Dr(e){return"browser"===e}function hr(e){return"server"===e}function dr(e){return"browserWorkerApp"===e}function yr(e){return"browserWorkerUi"===e}var gr=new S("9.1.3"),Cr=function(){function e(){}return e.ɵprov=t({token:e,providedIn:"root",factory:function(){return new vr(u(Q),window,u(O))}}),e}(),vr=function(){function e(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=function(){return[0,0]}}return e.prototype.setOffset=function(e){Array.isArray(e)?this.offset=function(){return e}:this.offset=e},e.prototype.getScrollPosition=function(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]},e.prototype.scrollToPosition=function(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])},e.prototype.scrollToAnchor=function(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{var t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);var r=this.document.querySelector("[name='"+e+"']");if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}},e.prototype.setHistoryScrollRestoration=function(e){if(this.supportScrollRestoration()){var t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}},e.prototype.scrollToElement=function(e){var t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,n=this.offset();this.window.scrollTo(r-n[0],u-n[1])},e.prototype.supportScrollRestoration=function(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}},e}(),Fr=function(){function e(){}return e.prototype.setOffset=function(e){},e.prototype.getScrollPosition=function(){return[0,0]},e.prototype.scrollToPosition=function(e){},e.prototype.scrollToAnchor=function(e){},e.prototype.setHistoryScrollRestoration=function(e){},e}();export{le as APP_BASE_HREF,Gt as AsyncPipe,sr as CommonModule,ur as CurrencyPipe,Q as DOCUMENT,Kt as DatePipe,tr as DecimalPipe,Ce as FormStyle,Fe as FormatWidth,pe as HashLocationStrategy,Xt as I18nPluralPipe,Jt as I18nSelectPipe,Qt as JsonPipe,qt as KeyValuePipe,te as LOCATION_INITIALIZED,De as Location,se as LocationStrategy,Ut as LowerCasePipe,Et as NgClass,_t as NgComponentOutlet,bt as NgForOf,At as NgForOfContext,Bt as NgIf,St as NgIfContext,vt as NgLocaleLocalization,gt as NgLocalization,xt as NgPlural,Lt as NgPluralCase,Tt as NgStyle,Rt as NgSwitch,Mt as NgSwitchCase,Pt as NgSwitchDefault,Vt as NgTemplateOutlet,ye as NumberFormatStyle,me as NumberSymbol,fe as PathLocationStrategy,rr as PercentPipe,q as PlatformLocation,ge as Plural,ir as SlicePipe,zt as TitleCasePipe,ve as TranslationWidth,Zt as UpperCasePipe,gr as VERSION,Cr as ViewportScroller,Ee as WeekDay,pt as formatCurrency,et as formatDate,ht as formatNumber,Dt as formatPercent,ze as getCurrencySymbol,Ne as getLocaleCurrencyCode,Ve as getLocaleCurrencyName,Te as getLocaleCurrencySymbol,Re as getLocaleDateFormat,Pe as getLocaleDateTimeFormat,we as getLocaleDayNames,be as getLocaleDayPeriods,Ge as getLocaleDirection,Se as getLocaleEraNames,He as getLocaleExtraDayPeriodRules,$e as getLocaleExtraDayPeriods,Oe as getLocaleFirstDayOfWeek,Ae as getLocaleId,Be as getLocaleMonthNames,Le as getLocaleNumberFormat,xe as getLocaleNumberSymbol,je as getLocalePluralCase,Me as getLocaleTimeFormat,ke as getLocaleWeekEndRange,Ze as getNumberOfCurrencyDigits,Dr as isPlatformBrowser,hr as isPlatformServer,dr as isPlatformWorkerApp,yr as isPlatformWorkerUi,Ft as registerLocaleData,re as ɵBrowserPlatformLocation,J as ɵDomAdapter,Fr as ɵNullViewportScroller,cr as ɵPLATFORM_BROWSER_ID,lr as ɵPLATFORM_SERVER_ID,fr as ɵPLATFORM_WORKER_APP_ID,pr as ɵPLATFORM_WORKER_UI_ID,ee as ɵangular_packages_common_common_a,ne as ɵangular_packages_common_common_b,he as ɵangular_packages_common_common_c,ce as ɵangular_packages_common_common_d,Nt as ɵangular_packages_common_common_e,ar as ɵangular_packages_common_common_f,Y as ɵgetDOM,mt as ɵparseCookieValue,X as ɵsetRootDomAdapter};
/* @angular/common@9.1.4 */
import{InjectionToken as e,ɵɵdefineInjectable as t,Injectable as r,ɵɵinject as u,Inject as n,Optional as o,ɵfindLocaleData as i,ɵLocaleDataIndex as a,ɵgetLocaleCurrencyCode as s,ɵgetLocalePluralCase as c,LOCALE_ID as l,ɵregisterLocaleData as f,ɵisListLikeIterable as p,ɵstringify as D,Input as h,Directive as d,NgModuleRef as y,ComponentFactoryResolver as g,isDevMode as C,Host as v,Attribute as F,ɵlooseIdentical as m,WrappedValue as E,ɵisPromise as _,ɵisObservable as A,Pipe as b,DEFAULT_CURRENCY_CODE as w,NgModule as B,Version as S,ErrorHandler as O,EventEmitter as k,IterableDiffers as R,KeyValueDiffers as M,ElementRef as P,Renderer2 as x,Type as L,Injector as T,NgModuleFactory as V,ViewContainerRef as N,TemplateRef as j,ChangeDetectorRef as I}from"@angular/core";var H=function(e,t){return(H=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function $(e,t){function r(){this.constructor=e}H(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function G(e,t,r,u){var n,o=arguments.length,i=o<3?t:null===u?u=Object.getOwnPropertyDescriptor(t,r):u;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,u);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(i=(o<3?n(i):o>3?n(t,r,i):n(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}function U(e,t){return function(r,u){t(r,u,e)}}function W(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],u=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&u>=e.length&&(e=void 0),{value:e&&e[u++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Z(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var u,n,o=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(u=o.next()).done;)i.push(u.value)}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}var K=null;function Y(){return K}function X(e){K||(K=e)}var J=function(){},Q=new e("DocumentToken"),q=function(){function e(){}return e.ɵprov=t({factory:ee,token:e,providedIn:"platform"}),e=G([r({providedIn:"platform",useFactory:ee})],e)}();function ee(){return u(re)}var te=new e("Location Initialized"),re=function(e){function u(t){var r=e.call(this)||this;return r._doc=t,r._init(),r}return $(u,e),u.prototype._init=function(){this.location=Y().getLocation(),this._history=Y().getHistory()},u.prototype.getBaseHrefFromDOM=function(){return Y().getBaseHref(this._doc)},u.prototype.onPopState=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)},u.prototype.onHashChange=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)},Object.defineProperty(u.prototype,"href",{get:function(){return this.location.href},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"protocol",{get:function(){return this.location.protocol},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hostname",{get:function(){return this.location.hostname},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"port",{get:function(){return this.location.port},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"pathname",{get:function(){return this.location.pathname},set:function(e){this.location.pathname=e},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),u.prototype.pushState=function(e,t,r){ue()?this._history.pushState(e,t,r):this.location.hash=r},u.prototype.replaceState=function(e,t,r){ue()?this._history.replaceState(e,t,r):this.location.hash=r},u.prototype.forward=function(){this._history.forward()},u.prototype.back=function(){this._history.back()},u.prototype.getState=function(){return this._history.state},u.ɵprov=t({factory:ne,token:u,providedIn:"platform"}),u=G([r({providedIn:"platform",useFactory:ne}),U(0,n(Q)),W("design:paramtypes",[Object])],u)}(q);function ue(){return!!window.history.pushState}function ne(){return new re(u(Q))}function oe(e,t){if(0==e.length)return t;if(0==t.length)return e;var r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function ie(e){var t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function ae(e){return e&&"?"!==e[0]?"?"+e:e}var se=function(){function e(){}return e.ɵprov=t({factory:ce,token:e,providedIn:"root"}),e=G([r({providedIn:"root",useFactory:ce})],e)}();function ce(e){var t=u(Q).location;return new fe(u(q),t&&t.origin||"")}var le=new e("appBaseHref"),fe=function(e){function t(t,r){var u=e.call(this)||this;if(u._platformLocation=t,null==r&&(r=u._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return u._baseHref=r,u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return oe(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+ae(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),pe=function(e){function t(t,r){var u=e.call(this)||this;return u._platformLocation=t,u._baseHref="",null!=r&&(u._baseHref=r),u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=oe(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),De=function(){function e(e,t){var r=this;this._subject=new k,this._urlChangeListeners=[],this._platformStrategy=e;var u=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=ie(de(u)),this._platformStrategy.onPopState((function(e){r._subject.emit({url:r.path(!0),pop:!0,state:e.state,type:e.type})}))}var u;return u=e,e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.getState=function(){return this._platformLocation.getState()},e.prototype.isCurrentPathEqualTo=function(e,t){return void 0===t&&(t=""),this.path()==this.normalize(e+ae(t))},e.prototype.normalize=function(e){return u.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,de(e)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.replaceState=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.onUrlChange=function(e){var t=this;this._urlChangeListeners.push(e),this.subscribe((function(e){t._notifyUrlChangeListeners(e.url,e.state)}))},e.prototype._notifyUrlChangeListeners=function(e,t){void 0===e&&(e=""),this._urlChangeListeners.forEach((function(r){return r(e,t)}))},e.prototype.subscribe=function(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})},e.normalizeQueryParams=ae,e.joinWithSlash=oe,e.stripTrailingSlash=ie,e.ɵprov=t({factory:he,token:e,providedIn:"root"}),e=u=G([r({providedIn:"root",useFactory:he}),W("design:paramtypes",[se,q])],e)}();function he(){return new De(u(se),u(q))}function de(e){return e.replace(/\/index.html$/,"")}var ye,ge,Ce,ve,Fe,me,Ee,_e={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};function Ae(e){return i(e)[a.LocaleId]}function be(e,t,r){var u=i(e),n=Ue([u[a.DayPeriodsFormat],u[a.DayPeriodsStandalone]],t);return Ue(n,r)}function we(e,t,r){var u=i(e),n=Ue([u[a.DaysFormat],u[a.DaysStandalone]],t);return Ue(n,r)}function Be(e,t,r){var u=i(e),n=Ue([u[a.MonthsFormat],u[a.MonthsStandalone]],t);return Ue(n,r)}function Se(e,t){return Ue(i(e)[a.Eras],t)}function Oe(e){return i(e)[a.FirstDayOfWeek]}function ke(e){return i(e)[a.WeekendRange]}function Re(e,t){return Ue(i(e)[a.DateFormat],t)}function Me(e,t){return Ue(i(e)[a.TimeFormat],t)}function Pe(e,t){return Ue(i(e)[a.DateTimeFormat],t)}function xe(e,t){var r=i(e),u=r[a.NumberSymbols][t];if(void 0===u){if(t===me.CurrencyDecimal)return r[a.NumberSymbols][me.Decimal];if(t===me.CurrencyGroup)return r[a.NumberSymbols][me.Group]}return u}function Le(e,t){return i(e)[a.NumberFormats][t]}function Te(e){return i(e)[a.CurrencySymbol]||null}function Ve(e){return i(e)[a.CurrencyName]||null}function Ne(e){return s(e)}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(ye||(ye={})),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(ge||(ge={})),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(Ce||(Ce={})),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(ve||(ve={})),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(Fe||(Fe={})),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(me||(me={})),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(Ee||(Ee={}));var je=c;function Ie(e){if(!e[a.ExtraData])throw new Error('Missing extra locale data for the locale "'+e[a.LocaleId]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function He(e){var t=i(e);return Ie(t),(t[a.ExtraData][2]||[]).map((function(e){return"string"==typeof e?We(e):[We(e[0]),We(e[1])]}))}function $e(e,t,r){var u=i(e);Ie(u);var n=Ue([u[a.ExtraData][0],u[a.ExtraData][1]],t)||[];return Ue(n,r)||[]}function Ge(e){return i(e)[a.Directionality]}function Ue(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function We(e){var t=Z(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function ze(e,t,r){void 0===r&&(r="en");var u=function(e){return i(e)[a.Currencies]}(r)[e]||_e[e]||[],n=u[1];return"narrow"===t&&"string"==typeof n?n:u[0]||e}function Ze(e){var t,r=_e[e];return r&&(t=r[2]),"number"==typeof t?t:2}var Ke,Ye,Xe,Je=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Qe={},qe=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function et(e,t,r,u){var n=function(e){if(ct(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var r=Z(e.split("-").map((function(e){return+e})),3),u=r[0],n=r[1],o=r[2];return new Date(u,n-1,o)}var i;if(i=e.match(Je))return function(e){var t=new Date(0),r=0,u=0,n=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));n.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var i=Number(e[4]||0)-r,a=Number(e[5]||0)-u,s=Number(e[6]||0),c=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,i,a,s,c),t}(i)}var a=new Date(e);if(!ct(a))throw new Error('Unable to convert "'+e+'" into a date');return a}(e);t=function e(t,r){var u=Ae(t);if(Qe[u]=Qe[u]||{},Qe[u][r])return Qe[u][r];var n="";switch(r){case"shortDate":n=Re(t,Fe.Short);break;case"mediumDate":n=Re(t,Fe.Medium);break;case"longDate":n=Re(t,Fe.Long);break;case"fullDate":n=Re(t,Fe.Full);break;case"shortTime":n=Me(t,Fe.Short);break;case"mediumTime":n=Me(t,Fe.Medium);break;case"longTime":n=Me(t,Fe.Long);break;case"fullTime":n=Me(t,Fe.Full);break;case"short":var o=e(t,"shortTime"),i=e(t,"shortDate");n=tt(Pe(t,Fe.Short),[o,i]);break;case"medium":var a=e(t,"mediumTime"),s=e(t,"mediumDate");n=tt(Pe(t,Fe.Medium),[a,s]);break;case"long":var c=e(t,"longTime"),l=e(t,"longDate");n=tt(Pe(t,Fe.Long),[c,l]);break;case"full":var f=e(t,"fullTime"),p=e(t,"fullDate");n=tt(Pe(t,Fe.Full),[f,p])}n&&(Qe[u][r]=n);return n}(r,t)||t;for(var o,i=[];t;){if(!(o=qe.exec(t))){i.push(t);break}var a=(i=i.concat(o.slice(1))).pop();if(!a)break;t=a}var s=n.getTimezoneOffset();u&&(s=st(u,s),n=function(e,t,r){var u=r?-1:1,n=e.getTimezoneOffset(),o=st(t,n);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-n))}(n,u,!0));var c="";return i.forEach((function(e){var t=function(e){if(at[e])return at[e];var t;switch(e){case"G":case"GG":case"GGG":t=nt(Xe.Eras,ve.Abbreviated);break;case"GGGG":t=nt(Xe.Eras,ve.Wide);break;case"GGGGG":t=nt(Xe.Eras,ve.Narrow);break;case"y":t=ut(Ye.FullYear,1,0,!1,!0);break;case"yy":t=ut(Ye.FullYear,2,0,!0,!0);break;case"yyy":t=ut(Ye.FullYear,3,0,!1,!0);break;case"yyyy":t=ut(Ye.FullYear,4,0,!1,!0);break;case"M":case"L":t=ut(Ye.Month,1,1);break;case"MM":case"LL":t=ut(Ye.Month,2,1);break;case"MMM":t=nt(Xe.Months,ve.Abbreviated);break;case"MMMM":t=nt(Xe.Months,ve.Wide);break;case"MMMMM":t=nt(Xe.Months,ve.Narrow);break;case"LLL":t=nt(Xe.Months,ve.Abbreviated,Ce.Standalone);break;case"LLLL":t=nt(Xe.Months,ve.Wide,Ce.Standalone);break;case"LLLLL":t=nt(Xe.Months,ve.Narrow,Ce.Standalone);break;case"w":t=it(1);break;case"ww":t=it(2);break;case"W":t=it(1,!0);break;case"d":t=ut(Ye.Date,1);break;case"dd":t=ut(Ye.Date,2);break;case"E":case"EE":case"EEE":t=nt(Xe.Days,ve.Abbreviated);break;case"EEEE":t=nt(Xe.Days,ve.Wide);break;case"EEEEE":t=nt(Xe.Days,ve.Narrow);break;case"EEEEEE":t=nt(Xe.Days,ve.Short);break;case"a":case"aa":case"aaa":t=nt(Xe.DayPeriods,ve.Abbreviated);break;case"aaaa":t=nt(Xe.DayPeriods,ve.Wide);break;case"aaaaa":t=nt(Xe.DayPeriods,ve.Narrow);break;case"b":case"bb":case"bbb":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Standalone,!0);break;case"bbbb":t=nt(Xe.DayPeriods,ve.Wide,Ce.Standalone,!0);break;case"bbbbb":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Standalone,!0);break;case"B":case"BB":case"BBB":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Format,!0);break;case"BBBB":t=nt(Xe.DayPeriods,ve.Wide,Ce.Format,!0);break;case"BBBBB":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Format,!0);break;case"h":t=ut(Ye.Hours,1,-12);break;case"hh":t=ut(Ye.Hours,2,-12);break;case"H":t=ut(Ye.Hours,1);break;case"HH":t=ut(Ye.Hours,2);break;case"m":t=ut(Ye.Minutes,1);break;case"mm":t=ut(Ye.Minutes,2);break;case"s":t=ut(Ye.Seconds,1);break;case"ss":t=ut(Ye.Seconds,2);break;case"S":t=ut(Ye.FractionalSeconds,1);break;case"SS":t=ut(Ye.FractionalSeconds,2);break;case"SSS":t=ut(Ye.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=ot(Ke.Short);break;case"ZZZZZ":t=ot(Ke.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=ot(Ke.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=ot(Ke.Long);break;default:return null}return at[e]=t,t}(e);c+=t?t(n,r,s):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),c}function tt(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function rt(e,t,r,u,n){void 0===r&&(r="-");var o="";(e<0||n&&e<=0)&&(n?e=1-e:(e=-e,o=r));for(var i=String(e);i.length<t;)i="0"+i;return u&&(i=i.substr(i.length-t)),o+i}function ut(e,t,r,u,n){return void 0===r&&(r=0),void 0===u&&(u=!1),void 0===n&&(n=!1),function(o,i){var a,s=function(e,t){switch(e){case Ye.FullYear:return t.getFullYear();case Ye.Month:return t.getMonth();case Ye.Date:return t.getDate();case Ye.Hours:return t.getHours();case Ye.Minutes:return t.getMinutes();case Ye.Seconds:return t.getSeconds();case Ye.FractionalSeconds:return t.getMilliseconds();case Ye.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+e+'".')}}(e,o);if((r>0||s>-r)&&(s+=r),e===Ye.Hours)0===s&&-12===r&&(s=12);else if(e===Ye.FractionalSeconds)return a=t,rt(s,3).substr(0,a);var c=xe(i,me.MinusSign);return rt(s,t,c,u,n)}}function nt(e,t,r,u){return void 0===r&&(r=Ce.Format),void 0===u&&(u=!1),function(n,o){return function(e,t,r,u,n,o){switch(r){case Xe.Months:return Be(t,n,u)[e.getMonth()];case Xe.Days:return we(t,n,u)[e.getDay()];case Xe.DayPeriods:var i=e.getHours(),a=e.getMinutes();if(o){var s,c=He(t),l=$e(t,n,u);if(c.forEach((function(e,t){if(Array.isArray(e)){var r=e[0],u=r.hours,n=r.minutes,o=e[1],c=o.hours,f=o.minutes;i>=u&&a>=n&&(i<c||i===c&&a<f)&&(s=l[t])}else{var p=e.hours,D=e.minutes;p===i&&D===a&&(s=l[t])}})),s)return s}return be(t,n,u)[i<12?0:1];case Xe.Eras:return Se(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(n,o,e,t,r,u)}}function ot(e){return function(t,r,u){var n=-1*u,o=xe(r,me.MinusSign),i=n>0?Math.floor(n/60):Math.ceil(n/60);switch(e){case Ke.Short:return(n>=0?"+":"")+rt(i,2,o)+rt(Math.abs(n%60),2,o);case Ke.ShortGMT:return"GMT"+(n>=0?"+":"")+rt(i,1,o);case Ke.Long:return"GMT"+(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);case Ke.Extended:return 0===u?"Z":(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(Ke||(Ke={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(Ye||(Ye={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(Xe||(Xe={}));function it(e,t){return void 0===t&&(t=!1),function(r,u){var n,o,i,a;if(t){var s=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,c=r.getDate();n=1+Math.floor((c+s)/7)}else{var l=(i=r.getFullYear(),a=new Date(i,0,1).getDay(),new Date(i,0,1+(a<=4?4:11)-a)),f=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-l.getTime();n=1+Math.round(f/6048e5)}return rt(n,e,xe(u,me.MinusSign))}}var at={};function st(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function ct(e){return e instanceof Date&&!isNaN(e.valueOf())}var lt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function ft(e,t,r,u,n,o,i){void 0===i&&(i=!1);var a="",s=!1;if(isFinite(e)){var c=function(e){var t,r,u,n,o,i=Math.abs(e)+"",a=0;(r=i.indexOf("."))>-1&&(i=i.replace(".",""));(u=i.search(/e/i))>0?(r<0&&(r=u),r+=+i.slice(u+1),i=i.substring(0,u)):r<0&&(r=i.length);for(u=0;"0"===i.charAt(u);u++);if(u===(o=i.length))t=[0],r=1;else{for(o--;"0"===i.charAt(o);)o--;for(r-=u,t=[],n=0;u<=o;u++,n++)t[n]=Number(i.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(c=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(c));var l=t.minInt,f=t.minFrac,p=t.maxFrac;if(o){var D=o.match(lt);if(null===D)throw new Error(o+" is not a valid digit info");var h=D[1],d=D[3],y=D[5];null!=h&&(l=yt(h)),null!=d&&(f=yt(d)),null!=y?p=yt(y):null!=d&&f>p&&(p=f)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var u=e.digits,n=u.length-e.integerLen,o=Math.min(Math.max(t,n),r),i=o+e.integerLen,a=u[i];if(i>0){u.splice(Math.max(e.integerLen,i));for(var s=i;s<u.length;s++)u[s]=0}else{n=Math.max(0,n),e.integerLen=1,u.length=Math.max(1,i=o+1),u[0]=0;for(var c=1;c<i;c++)u[c]=0}if(a>=5)if(i-1<0){for(var l=0;l>i;l--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[i-1]++;for(;n<Math.max(0,o);n++)u.push(0);var f=0!==o,p=t+e.integerLen,D=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,f&&(0===u[r]&&r>=p?u.pop():f=!1),t>=10?1:0}),0);D&&(u.unshift(D),e.integerLen++)}(c,f,p);var g=c.digits,C=c.integerLen,v=c.exponent,F=[];for(s=g.every((function(e){return!e}));C<l;C++)g.unshift(0);for(;C<0;C++)g.unshift(0);C>0?F=g.splice(C,g.length):(F=g,g=[0]);var m=[];for(g.length>=t.lgSize&&m.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)m.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&m.unshift(g.join("")),a=m.join(xe(r,u)),F.length&&(a+=xe(r,n)+F.join("")),v&&(a+=xe(r,me.Exponential)+"+"+v)}else a=xe(r,me.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf}function pt(e,t,r,u,n){var o=dt(Le(t,ye.Currency),xe(t,me.MinusSign));return o.minFrac=Ze(u),o.maxFrac=o.minFrac,ft(e,o,t,me.CurrencyGroup,me.CurrencyDecimal,n).replace("¤",r).replace("¤","").trim()}function Dt(e,t,r){return ft(e,dt(Le(t,ye.Percent),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r,!0).replace(new RegExp("%","g"),xe(t,me.PercentSign))}function ht(e,t,r){return ft(e,dt(Le(t,ye.Decimal),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r)}function dt(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),n=u[0],o=u[1],i=-1!==n.indexOf(".")?n.split("."):[n.substring(0,n.lastIndexOf("0")+1),n.substring(n.lastIndexOf("0")+1)],a=i[0],s=i[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(var c=0;c<s.length;c++){var l=s.charAt(c);"0"===l?r.minFrac=r.maxFrac=c+1:"#"===l?r.maxFrac=c+1:r.posSuf+=l}var f=a.split(",");if(r.gSize=f[1]?f[1].length:0,r.lgSize=f[2]||f[1]?(f[2]||f[1]).length:0,o){var p=n.length-r.posPre.length-r.posSuf.length,D=o.indexOf("#");r.negPre=o.substr(0,D).replace(/'/g,""),r.negSuf=o.substr(D+p).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function yt(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var gt=function(){};function Ct(e,t,r,u){var n="="+e;if(t.indexOf(n)>-1)return n;if(n=r.getPluralCategory(e,u),t.indexOf(n)>-1)return n;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var vt=function(e){function t(t){var r=e.call(this)||this;return r.locale=t,r}return $(t,e),t.prototype.getPluralCategory=function(e,t){switch(je(t||this.locale)(e)){case ge.Zero:return"zero";case ge.One:return"one";case ge.Two:return"two";case ge.Few:return"few";case ge.Many:return"many";default:return"other"}},t=G([r(),U(0,n(l)),W("design:paramtypes",[String])],t)}(gt);function Ft(e,t,r){return f(e,t,r)}function mt(e,t){var r,u;t=encodeURIComponent(t);try{for(var n=z(e.split(";")),o=n.next();!o.done;o=n.next()){var i=o.value,a=i.indexOf("="),s=Z(-1==a?[i,""]:[i.slice(0,a),i.slice(a+1)],2),c=s[0],l=s[1];if(c.trim()===t)return decodeURIComponent(l)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(u=n.return)&&u.call(n)}finally{if(r)throw r.error}}return null}var Et=function(){function e(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(p(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachRemovedItem((function(e){e.previousValue&&t._toggleClass(e.key,!1)}))},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem((function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+D(e.item));t._toggleClass(e.item,!0)})),e.forEachRemovedItem((function(e){return t._toggleClass(e.item,!1)}))},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!0)})):Object.keys(e).forEach((function(r){return t._toggleClass(r,!!e[r])})))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!1)})):Object.keys(e).forEach((function(e){return t._toggleClass(e,!1)})))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach((function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)}))},G([h("class"),W("design:type",String),W("design:paramtypes",[String])],e.prototype,"klass",null),G([h("ngClass"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngClass",null),e=G([d({selector:"[ngClass]"}),W("design:paramtypes",[R,M,P,x])],e)}(),_t=function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(y);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var u=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(g)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(u,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},G([h(),W("design:type",L)],e.prototype,"ngComponentOutlet",void 0),G([h(),W("design:type",T)],e.prototype,"ngComponentOutletInjector",void 0),G([h(),W("design:type",Array)],e.prototype,"ngComponentOutletContent",void 0),G([h(),W("design:type",V)],e.prototype,"ngComponentOutletNgModuleFactory",void 0),e=G([d({selector:"[ngComponentOutlet]"}),W("design:paramtypes",[N])],e)}(),At=function(){function e(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}(),bt=function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){C()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/api/common/NgForOf#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+(((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays."))}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation((function(e,u,n){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new At(null,t._ngForOf,-1,-1),null===n?void 0:n),i=new wt(e,o);r.push(i)}else if(null==n)t._viewContainer.remove(null===u?void 0:u);else if(null!==u){o=t._viewContainer.get(u);t._viewContainer.move(o,n);i=new wt(e,o);r.push(i)}}));for(var u=0;u<r.length;u++)this._perViewChange(r[u].view,r[u].record);u=0;for(var n=this._viewContainer.length;u<n;u++){var o=this._viewContainer.get(u);o.context.index=u,o.context.count=n,o.context.ngForOf=this._ngForOf}e.forEachIdentityChange((function(e){t._viewContainer.get(e.currentIndex).context.$implicit=e.item}))},e.prototype._perViewChange=function(e,t){e.context.$implicit=t.item},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngForOf",null),G([h(),W("design:type",Function),W("design:paramtypes",[Function])],e.prototype,"ngForTrackBy",null),G([h(),W("design:type",j),W("design:paramtypes",[j])],e.prototype,"ngForTemplate",null),e=G([d({selector:"[ngFor][ngForOf]"}),W("design:paramtypes",[N,j,R])],e)}(),wt=function(e,t){this.record=e,this.view=t};var Bt=function(){function e(e,t){this._viewContainer=e,this._context=new St,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}return Object.defineProperty(e.prototype,"ngIf",{set:function(e){this._context.$implicit=this._context.ngIf=e,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfThen",{set:function(e){Ot("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfElse",{set:function(e){Ot("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),e.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIf",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfThen",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfElse",null),e=G([d({selector:"[ngIf]"}),W("design:paramtypes",[N,j])],e)}(),St=function(){this.$implicit=null,this.ngIf=null};function Ot(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(e+" must be a TemplateRef, but received '"+D(t)+"'.")}var kt=function(){function e(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}return e.prototype.create=function(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)},e.prototype.destroy=function(){this._created=!1,this._viewContainerRef.clear()},e.prototype.enforceState=function(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()},e}(),Rt=function(){function e(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}return Object.defineProperty(e.prototype,"ngSwitch",{set:function(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)},enumerable:!0,configurable:!0}),e.prototype._addCase=function(){return this._caseCount++},e.prototype._addDefault=function(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)},e.prototype._matchCase=function(e){var t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t},e.prototype._updateDefaultCases=function(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(var t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngSwitch",null),e=G([d({selector:"[ngSwitch]"})],e)}(),Mt=function(){function e(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new kt(e,t)}return e.prototype.ngDoCheck=function(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))},G([h(),W("design:type",Object)],e.prototype,"ngSwitchCase",void 0),e=G([d({selector:"[ngSwitchCase]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),Pt=function(){function e(e,t,r){r._addDefault(new kt(e,t))}return e=G([d({selector:"[ngSwitchDefault]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),xt=function(){function e(e){this._localization=e,this._caseViews={}}return Object.defineProperty(e.prototype,"ngPlural",{set:function(e){this._switchValue=e,this._updateView()},enumerable:!0,configurable:!0}),e.prototype.addCase=function(e,t){this._caseViews[e]=t},e.prototype._updateView=function(){this._clearViews();var e=Object.keys(this._caseViews),t=Ct(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])},e.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},e.prototype._activateView=function(e){e&&(this._activeView=e,this._activeView.create())},G([h(),W("design:type",Number),W("design:paramtypes",[Number])],e.prototype,"ngPlural",null),e=G([d({selector:"[ngPlural]"}),W("design:paramtypes",[gt])],e)}(),Lt=function(){function e(e,t,r,u){this.value=e;var n=!isNaN(Number(e));u.addCase(n?"="+e:e,new kt(r,t))}return e=G([d({selector:"[ngPluralCase]"}),U(0,F("ngPluralCase")),U(3,v()),W("design:paramtypes",[String,j,N,xt])],e)}(),Tt=function(){function e(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}return Object.defineProperty(e.prototype,"ngStyle",{set:function(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._differ){var e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}},e.prototype._setStyle=function(e,t){var r=Z(e.split("."),2),u=r[0],n=r[1];null!=(t=null!=t&&n?""+t+n:t)?this._renderer.setStyle(this._ngEl.nativeElement,u,t):this._renderer.removeStyle(this._ngEl.nativeElement,u)},e.prototype._applyChanges=function(e){var t=this;e.forEachRemovedItem((function(e){return t._setStyle(e.key,null)})),e.forEachAddedItem((function(e){return t._setStyle(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._setStyle(e.key,e.currentValue)}))},G([h("ngStyle"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngStyle",null),e=G([d({selector:"[ngStyle]"}),W("design:paramtypes",[P,M,x])],e)}(),Vt=function(){function e(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}return e.prototype.ngOnChanges=function(e){if(this._shouldRecreateView(e)){var t=this._viewContainerRef;this._viewRef&&t.remove(t.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?t.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},e.prototype._shouldRecreateView=function(e){var t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},e.prototype._hasContextShapeChanged=function(e){var t,r,u=Object.keys(e.previousValue||{}),n=Object.keys(e.currentValue||{});if(u.length===n.length){try{for(var o=z(n),i=o.next();!i.done;i=o.next()){var a=i.value;if(-1===u.indexOf(a))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!1}return!0},e.prototype._updateExistingContext=function(e){var t,r;try{for(var u=z(Object.keys(e)),n=u.next();!n.done;n=u.next()){var o=n.value;this._viewRef.context[o]=this.ngTemplateOutletContext[o]}}catch(e){t={error:e}}finally{try{n&&!n.done&&(r=u.return)&&r.call(u)}finally{if(t)throw t.error}}},G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutletContext",void 0),G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutlet",void 0),e=G([d({selector:"[ngTemplateOutlet]"}),W("design:paramtypes",[N])],e)}(),Nt=[Et,_t,bt,Bt,Vt,Tt,Rt,Mt,Pt,xt,Lt];function jt(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+D(e)+"'")}var It=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,(function(e){throw e}))},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),$t=new It,Gt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}var t;return t=e,e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):m(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,E.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(function(r){return t._updateLatestValue(e,r)}))},e.prototype._selectStrategy=function(e){if(_(e))return Ht;if(A(e))return $t;throw jt(t,e)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e=t=G([b({name:"async",pure:!1}),W("design:paramtypes",[I])],e)}(),Ut=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toLowerCase()},e=t=G([b({name:"lowercase"})],e)}(),Wt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.replace(Wt,(function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()}))},e=t=G([b({name:"titlecase"})],e)}(),Zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toUpperCase()},e=t=G([b({name:"uppercase"})],e)}(),Kt=function(){function e(e){this.locale=e}var t;return t=e,e.prototype.transform=function(e,r,u,n){if(void 0===r&&(r="mediumDate"),null==e||""===e||e!=e)return null;try{return et(e,r,n||this.locale,u)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"date",pure:!0}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),Yt=/#/g,Xt=function(){function e(e){this._localization=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return"";if("object"!=typeof r||null===r)throw jt(t,r);return r[Ct(e,Object.keys(r),this._localization,u)].replace(Yt,e.toString())},e=t=G([b({name:"i18nPlural",pure:!0}),W("design:paramtypes",[gt])],e)}(),Jt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r){if(null==e)return"";if("object"!=typeof r||"string"!=typeof e)throw jt(t,r);return r.hasOwnProperty(e)?r[e]:r.hasOwnProperty("other")?r.other:""},e=t=G([b({name:"i18nSelect",pure:!0})],e)}(),Qt=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e=G([b({name:"json",pure:!1})],e)}();var qt=function(){function e(e){this.differs=e,this.keyValues=[]}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=er),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var u=this.differ.diff(e);return u&&(this.keyValues=[],u.forEachItem((function(e){var t,u;r.keyValues.push((t=e.key,u=e.currentValue,{key:t,value:u}))})),this.keyValues.sort(t)),this.keyValues},e=G([b({name:"keyvalue",pure:!1}),W("design:paramtypes",[M])],e)}();function er(e,t){var r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;var n=String(r),o=String(u);return n==o?0:n<o?-1:1}var tr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return ht(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"number"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),rr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return Dt(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"percent"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),ur=function(){function e(e,t){void 0===t&&(t="USD"),this._locale=e,this._defaultCurrencyCode=t}var t;return t=e,e.prototype.transform=function(e,r,u,n,o){if(void 0===u&&(u="symbol"),nr(e))return null;o=o||this._locale,"boolean"==typeof u&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),u=u?"symbol":"code");var i=r||this._defaultCurrencyCode;"code"!==u&&(i="symbol"===u||"symbol-narrow"===u?ze(i,"symbol"===u?"wide":"narrow",o):u);try{return pt(or(e),o,i,r,n)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"currency"}),U(0,n(l)),U(1,n(w)),W("design:paramtypes",[String,String])],e)}();function nr(e){return null==e||""===e||e!=e}function or(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}var ir=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return e;if(!this.supports(e))throw jt(t,e);return e.slice(r,u)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e=t=G([b({name:"slice",pure:!1})],e)}(),ar=[Gt,Zt,Ut,Qt,ir,tr,rr,zt,ur,Kt,Xt,Jt,qt],sr=function(){function e(){}return e=G([B({declarations:[Nt,ar],exports:[Nt,ar],providers:[{provide:gt,useClass:vt}]})],e)}(),cr="browser",lr="server",fr="browserWorkerApp",pr="browserWorkerUi";function Dr(e){return"browser"===e}function hr(e){return"server"===e}function dr(e){return"browserWorkerApp"===e}function yr(e){return"browserWorkerUi"===e}var gr=new S("9.1.4"),Cr=function(){function e(){}return e.ɵprov=t({token:e,providedIn:"root",factory:function(){return new vr(u(Q),window,u(O))}}),e}(),vr=function(){function e(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=function(){return[0,0]}}return e.prototype.setOffset=function(e){Array.isArray(e)?this.offset=function(){return e}:this.offset=e},e.prototype.getScrollPosition=function(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]},e.prototype.scrollToPosition=function(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])},e.prototype.scrollToAnchor=function(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{var t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);var r=this.document.querySelector("[name='"+e+"']");if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}},e.prototype.setHistoryScrollRestoration=function(e){if(this.supportScrollRestoration()){var t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}},e.prototype.scrollToElement=function(e){var t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,n=this.offset();this.window.scrollTo(r-n[0],u-n[1])},e.prototype.supportScrollRestoration=function(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}},e}(),Fr=function(){function e(){}return e.prototype.setOffset=function(e){},e.prototype.getScrollPosition=function(){return[0,0]},e.prototype.scrollToPosition=function(e){},e.prototype.scrollToAnchor=function(e){},e.prototype.setHistoryScrollRestoration=function(e){},e}();export{le as APP_BASE_HREF,Gt as AsyncPipe,sr as CommonModule,ur as CurrencyPipe,Q as DOCUMENT,Kt as DatePipe,tr as DecimalPipe,Ce as FormStyle,Fe as FormatWidth,pe as HashLocationStrategy,Xt as I18nPluralPipe,Jt as I18nSelectPipe,Qt as JsonPipe,qt as KeyValuePipe,te as LOCATION_INITIALIZED,De as Location,se as LocationStrategy,Ut as LowerCasePipe,Et as NgClass,_t as NgComponentOutlet,bt as NgForOf,At as NgForOfContext,Bt as NgIf,St as NgIfContext,vt as NgLocaleLocalization,gt as NgLocalization,xt as NgPlural,Lt as NgPluralCase,Tt as NgStyle,Rt as NgSwitch,Mt as NgSwitchCase,Pt as NgSwitchDefault,Vt as NgTemplateOutlet,ye as NumberFormatStyle,me as NumberSymbol,fe as PathLocationStrategy,rr as PercentPipe,q as PlatformLocation,ge as Plural,ir as SlicePipe,zt as TitleCasePipe,ve as TranslationWidth,Zt as UpperCasePipe,gr as VERSION,Cr as ViewportScroller,Ee as WeekDay,pt as formatCurrency,et as formatDate,ht as formatNumber,Dt as formatPercent,ze as getCurrencySymbol,Ne as getLocaleCurrencyCode,Ve as getLocaleCurrencyName,Te as getLocaleCurrencySymbol,Re as getLocaleDateFormat,Pe as getLocaleDateTimeFormat,we as getLocaleDayNames,be as getLocaleDayPeriods,Ge as getLocaleDirection,Se as getLocaleEraNames,He as getLocaleExtraDayPeriodRules,$e as getLocaleExtraDayPeriods,Oe as getLocaleFirstDayOfWeek,Ae as getLocaleId,Be as getLocaleMonthNames,Le as getLocaleNumberFormat,xe as getLocaleNumberSymbol,je as getLocalePluralCase,Me as getLocaleTimeFormat,ke as getLocaleWeekEndRange,Ze as getNumberOfCurrencyDigits,Dr as isPlatformBrowser,hr as isPlatformServer,dr as isPlatformWorkerApp,yr as isPlatformWorkerUi,Ft as registerLocaleData,re as ɵBrowserPlatformLocation,J as ɵDomAdapter,Fr as ɵNullViewportScroller,cr as ɵPLATFORM_BROWSER_ID,lr as ɵPLATFORM_SERVER_ID,fr as ɵPLATFORM_WORKER_APP_ID,pr as ɵPLATFORM_WORKER_UI_ID,ee as ɵangular_packages_common_common_a,ne as ɵangular_packages_common_common_b,he as ɵangular_packages_common_common_c,ce as ɵangular_packages_common_common_d,Nt as ɵangular_packages_common_common_e,ar as ɵangular_packages_common_common_f,Y as ɵgetDOM,mt as ɵparseCookieValue,X as ɵsetRootDomAdapter};
//# sourceMappingURL=angular-common.min.js.map

@@ -1,2 +0,3 @@

import{InjectionToken as e,ɵɵdefineInjectable as t,Injectable as r,ɵɵinject as u,Inject as n,Optional as o,ɵfindLocaleData as i,ɵLocaleDataIndex as a,ɵgetLocaleCurrencyCode as s,ɵgetLocalePluralCase as c,LOCALE_ID as l,ɵregisterLocaleData as f,ɵisListLikeIterable as p,ɵstringify as D,Input as h,Directive as d,NgModuleRef as y,ComponentFactoryResolver as g,isDevMode as C,Host as v,Attribute as F,ɵlooseIdentical as m,WrappedValue as _,ɵisPromise as E,ɵisObservable as A,Pipe as b,DEFAULT_CURRENCY_CODE as w,NgModule as B,Version as S,ErrorHandler as O,EventEmitter as k,IterableDiffers as R,KeyValueDiffers as M,ElementRef as P,Renderer2 as x,Type as L,Injector as T,NgModuleFactory as V,ViewContainerRef as N,TemplateRef as j,ChangeDetectorRef as I}from"https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@9.1.3-fix.0/esm/es5/angular-core.resolved.min.js";var H=function(e,t){return(H=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function $(e,t){function r(){this.constructor=e}H(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function G(e,t,r,u){var n,o=arguments.length,i=o<3?t:null===u?u=Object.getOwnPropertyDescriptor(t,r):u;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,u);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(i=(o<3?n(i):o>3?n(t,r,i):n(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}function U(e,t){return function(r,u){t(r,u,e)}}function W(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],u=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&u>=e.length&&(e=void 0),{value:e&&e[u++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Z(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var u,n,o=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(u=o.next()).done;)i.push(u.value)}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}var K=null;function Y(){return K}function X(e){K||(K=e)}var J=function(){},Q=new e("DocumentToken"),q=function(){function e(){}return e.ɵprov=t({factory:ee,token:e,providedIn:"platform"}),e=G([r({providedIn:"platform",useFactory:ee})],e)}();function ee(){return u(re)}var te=new e("Location Initialized"),re=function(e){function u(t){var r=e.call(this)||this;return r._doc=t,r._init(),r}return $(u,e),u.prototype._init=function(){this.location=Y().getLocation(),this._history=Y().getHistory()},u.prototype.getBaseHrefFromDOM=function(){return Y().getBaseHref(this._doc)},u.prototype.onPopState=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)},u.prototype.onHashChange=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)},Object.defineProperty(u.prototype,"href",{get:function(){return this.location.href},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"protocol",{get:function(){return this.location.protocol},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hostname",{get:function(){return this.location.hostname},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"port",{get:function(){return this.location.port},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"pathname",{get:function(){return this.location.pathname},set:function(e){this.location.pathname=e},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),u.prototype.pushState=function(e,t,r){ue()?this._history.pushState(e,t,r):this.location.hash=r},u.prototype.replaceState=function(e,t,r){ue()?this._history.replaceState(e,t,r):this.location.hash=r},u.prototype.forward=function(){this._history.forward()},u.prototype.back=function(){this._history.back()},u.prototype.getState=function(){return this._history.state},u.ɵprov=t({factory:ne,token:u,providedIn:"platform"}),u=G([r({providedIn:"platform",useFactory:ne}),U(0,n(Q)),W("design:paramtypes",[Object])],u)}(q);function ue(){return!!window.history.pushState}function ne(){return new re(u(Q))}function oe(e,t){if(0==e.length)return t;if(0==t.length)return e;var r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function ie(e){var t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function ae(e){return e&&"?"!==e[0]?"?"+e:e}var se=function(){function e(){}return e.ɵprov=t({factory:ce,token:e,providedIn:"root"}),e=G([r({providedIn:"root",useFactory:ce})],e)}();function ce(e){var t=u(Q).location;return new fe(u(q),t&&t.origin||"")}var le=new e("appBaseHref"),fe=function(e){function t(t,r){var u=e.call(this)||this;if(u._platformLocation=t,null==r&&(r=u._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return u._baseHref=r,u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return oe(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+ae(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),pe=function(e){function t(t,r){var u=e.call(this)||this;return u._platformLocation=t,u._baseHref="",null!=r&&(u._baseHref=r),u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=oe(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),De=function(){function e(e,t){var r=this;this._subject=new k,this._urlChangeListeners=[],this._platformStrategy=e;var u=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=ie(de(u)),this._platformStrategy.onPopState((function(e){r._subject.emit({url:r.path(!0),pop:!0,state:e.state,type:e.type})}))}var u;return u=e,e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.getState=function(){return this._platformLocation.getState()},e.prototype.isCurrentPathEqualTo=function(e,t){return void 0===t&&(t=""),this.path()==this.normalize(e+ae(t))},e.prototype.normalize=function(e){return u.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,de(e)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.replaceState=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.onUrlChange=function(e){var t=this;this._urlChangeListeners.push(e),this.subscribe((function(e){t._notifyUrlChangeListeners(e.url,e.state)}))},e.prototype._notifyUrlChangeListeners=function(e,t){void 0===e&&(e=""),this._urlChangeListeners.forEach((function(r){return r(e,t)}))},e.prototype.subscribe=function(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})},e.normalizeQueryParams=ae,e.joinWithSlash=oe,e.stripTrailingSlash=ie,e.ɵprov=t({factory:he,token:e,providedIn:"root"}),e=u=G([r({providedIn:"root",useFactory:he}),W("design:paramtypes",[se,q])],e)}();function he(){return new De(u(se),u(q))}function de(e){return e.replace(/\/index.html$/,"")}var ye,ge,Ce,ve,Fe,me,_e,Ee={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};function Ae(e){return i(e)[a.LocaleId]}function be(e,t,r){var u=i(e),n=Ue([u[a.DayPeriodsFormat],u[a.DayPeriodsStandalone]],t);return Ue(n,r)}function we(e,t,r){var u=i(e),n=Ue([u[a.DaysFormat],u[a.DaysStandalone]],t);return Ue(n,r)}function Be(e,t,r){var u=i(e),n=Ue([u[a.MonthsFormat],u[a.MonthsStandalone]],t);return Ue(n,r)}function Se(e,t){return Ue(i(e)[a.Eras],t)}function Oe(e){return i(e)[a.FirstDayOfWeek]}function ke(e){return i(e)[a.WeekendRange]}function Re(e,t){return Ue(i(e)[a.DateFormat],t)}function Me(e,t){return Ue(i(e)[a.TimeFormat],t)}function Pe(e,t){return Ue(i(e)[a.DateTimeFormat],t)}function xe(e,t){var r=i(e),u=r[a.NumberSymbols][t];if(void 0===u){if(t===me.CurrencyDecimal)return r[a.NumberSymbols][me.Decimal];if(t===me.CurrencyGroup)return r[a.NumberSymbols][me.Group]}return u}function Le(e,t){return i(e)[a.NumberFormats][t]}function Te(e){return i(e)[a.CurrencySymbol]||null}function Ve(e){return i(e)[a.CurrencyName]||null}function Ne(e){return s(e)}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(ye||(ye={})),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(ge||(ge={})),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(Ce||(Ce={})),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(ve||(ve={})),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(Fe||(Fe={})),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(me||(me={})),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(_e||(_e={}));var je=c;function Ie(e){if(!e[a.ExtraData])throw new Error('Missing extra locale data for the locale "'+e[a.LocaleId]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function He(e){var t=i(e);return Ie(t),(t[a.ExtraData][2]||[]).map((function(e){return"string"==typeof e?We(e):[We(e[0]),We(e[1])]}))}function $e(e,t,r){var u=i(e);Ie(u);var n=Ue([u[a.ExtraData][0],u[a.ExtraData][1]],t)||[];return Ue(n,r)||[]}function Ge(e){return i(e)[a.Directionality]}function Ue(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function We(e){var t=Z(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function ze(e,t,r){void 0===r&&(r="en");var u=function(e){return i(e)[a.Currencies]}(r)[e]||Ee[e]||[],n=u[1];return"narrow"===t&&"string"==typeof n?n:u[0]||e}function Ze(e){var t,r=Ee[e];return r&&(t=r[2]),"number"==typeof t?t:2}var Ke,Ye,Xe,Je=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Qe={},qe=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function et(e,t,r,u){var n=function(e){if(ct(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var r=Z(e.split("-").map((function(e){return+e})),3),u=r[0],n=r[1],o=r[2];return new Date(u,n-1,o)}var i;if(i=e.match(Je))return function(e){var t=new Date(0),r=0,u=0,n=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));n.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var i=Number(e[4]||0)-r,a=Number(e[5]||0)-u,s=Number(e[6]||0),c=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,i,a,s,c),t}(i)}var a=new Date(e);if(!ct(a))throw new Error('Unable to convert "'+e+'" into a date');return a}(e);t=function e(t,r){var u=Ae(t);if(Qe[u]=Qe[u]||{},Qe[u][r])return Qe[u][r];var n="";switch(r){case"shortDate":n=Re(t,Fe.Short);break;case"mediumDate":n=Re(t,Fe.Medium);break;case"longDate":n=Re(t,Fe.Long);break;case"fullDate":n=Re(t,Fe.Full);break;case"shortTime":n=Me(t,Fe.Short);break;case"mediumTime":n=Me(t,Fe.Medium);break;case"longTime":n=Me(t,Fe.Long);break;case"fullTime":n=Me(t,Fe.Full);break;case"short":var o=e(t,"shortTime"),i=e(t,"shortDate");n=tt(Pe(t,Fe.Short),[o,i]);break;case"medium":var a=e(t,"mediumTime"),s=e(t,"mediumDate");n=tt(Pe(t,Fe.Medium),[a,s]);break;case"long":var c=e(t,"longTime"),l=e(t,"longDate");n=tt(Pe(t,Fe.Long),[c,l]);break;case"full":var f=e(t,"fullTime"),p=e(t,"fullDate");n=tt(Pe(t,Fe.Full),[f,p])}n&&(Qe[u][r]=n);return n}(r,t)||t;for(var o,i=[];t;){if(!(o=qe.exec(t))){i.push(t);break}var a=(i=i.concat(o.slice(1))).pop();if(!a)break;t=a}var s=n.getTimezoneOffset();u&&(s=st(u,s),n=function(e,t,r){var u=r?-1:1,n=e.getTimezoneOffset(),o=st(t,n);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-n))}(n,u,!0));var c="";return i.forEach((function(e){var t=function(e){if(at[e])return at[e];var t;switch(e){case"G":case"GG":case"GGG":t=nt(Xe.Eras,ve.Abbreviated);break;case"GGGG":t=nt(Xe.Eras,ve.Wide);break;case"GGGGG":t=nt(Xe.Eras,ve.Narrow);break;case"y":t=ut(Ye.FullYear,1,0,!1,!0);break;case"yy":t=ut(Ye.FullYear,2,0,!0,!0);break;case"yyy":t=ut(Ye.FullYear,3,0,!1,!0);break;case"yyyy":t=ut(Ye.FullYear,4,0,!1,!0);break;case"M":case"L":t=ut(Ye.Month,1,1);break;case"MM":case"LL":t=ut(Ye.Month,2,1);break;case"MMM":t=nt(Xe.Months,ve.Abbreviated);break;case"MMMM":t=nt(Xe.Months,ve.Wide);break;case"MMMMM":t=nt(Xe.Months,ve.Narrow);break;case"LLL":t=nt(Xe.Months,ve.Abbreviated,Ce.Standalone);break;case"LLLL":t=nt(Xe.Months,ve.Wide,Ce.Standalone);break;case"LLLLL":t=nt(Xe.Months,ve.Narrow,Ce.Standalone);break;case"w":t=it(1);break;case"ww":t=it(2);break;case"W":t=it(1,!0);break;case"d":t=ut(Ye.Date,1);break;case"dd":t=ut(Ye.Date,2);break;case"E":case"EE":case"EEE":t=nt(Xe.Days,ve.Abbreviated);break;case"EEEE":t=nt(Xe.Days,ve.Wide);break;case"EEEEE":t=nt(Xe.Days,ve.Narrow);break;case"EEEEEE":t=nt(Xe.Days,ve.Short);break;case"a":case"aa":case"aaa":t=nt(Xe.DayPeriods,ve.Abbreviated);break;case"aaaa":t=nt(Xe.DayPeriods,ve.Wide);break;case"aaaaa":t=nt(Xe.DayPeriods,ve.Narrow);break;case"b":case"bb":case"bbb":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Standalone,!0);break;case"bbbb":t=nt(Xe.DayPeriods,ve.Wide,Ce.Standalone,!0);break;case"bbbbb":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Standalone,!0);break;case"B":case"BB":case"BBB":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Format,!0);break;case"BBBB":t=nt(Xe.DayPeriods,ve.Wide,Ce.Format,!0);break;case"BBBBB":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Format,!0);break;case"h":t=ut(Ye.Hours,1,-12);break;case"hh":t=ut(Ye.Hours,2,-12);break;case"H":t=ut(Ye.Hours,1);break;case"HH":t=ut(Ye.Hours,2);break;case"m":t=ut(Ye.Minutes,1);break;case"mm":t=ut(Ye.Minutes,2);break;case"s":t=ut(Ye.Seconds,1);break;case"ss":t=ut(Ye.Seconds,2);break;case"S":t=ut(Ye.FractionalSeconds,1);break;case"SS":t=ut(Ye.FractionalSeconds,2);break;case"SSS":t=ut(Ye.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=ot(Ke.Short);break;case"ZZZZZ":t=ot(Ke.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=ot(Ke.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=ot(Ke.Long);break;default:return null}return at[e]=t,t}(e);c+=t?t(n,r,s):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),c}function tt(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function rt(e,t,r,u,n){void 0===r&&(r="-");var o="";(e<0||n&&e<=0)&&(n?e=1-e:(e=-e,o=r));for(var i=String(e);i.length<t;)i="0"+i;return u&&(i=i.substr(i.length-t)),o+i}function ut(e,t,r,u,n){return void 0===r&&(r=0),void 0===u&&(u=!1),void 0===n&&(n=!1),function(o,i){var a,s=function(e,t){switch(e){case Ye.FullYear:return t.getFullYear();case Ye.Month:return t.getMonth();case Ye.Date:return t.getDate();case Ye.Hours:return t.getHours();case Ye.Minutes:return t.getMinutes();case Ye.Seconds:return t.getSeconds();case Ye.FractionalSeconds:return t.getMilliseconds();case Ye.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+e+'".')}}(e,o);if((r>0||s>-r)&&(s+=r),e===Ye.Hours)0===s&&-12===r&&(s=12);else if(e===Ye.FractionalSeconds)return a=t,rt(s,3).substr(0,a);var c=xe(i,me.MinusSign);return rt(s,t,c,u,n)}}function nt(e,t,r,u){return void 0===r&&(r=Ce.Format),void 0===u&&(u=!1),function(n,o){return function(e,t,r,u,n,o){switch(r){case Xe.Months:return Be(t,n,u)[e.getMonth()];case Xe.Days:return we(t,n,u)[e.getDay()];case Xe.DayPeriods:var i=e.getHours(),a=e.getMinutes();if(o){var s,c=He(t),l=$e(t,n,u);if(c.forEach((function(e,t){if(Array.isArray(e)){var r=e[0],u=r.hours,n=r.minutes,o=e[1],c=o.hours,f=o.minutes;i>=u&&a>=n&&(i<c||i===c&&a<f)&&(s=l[t])}else{var p=e.hours,D=e.minutes;p===i&&D===a&&(s=l[t])}})),s)return s}return be(t,n,u)[i<12?0:1];case Xe.Eras:return Se(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(n,o,e,t,r,u)}}function ot(e){return function(t,r,u){var n=-1*u,o=xe(r,me.MinusSign),i=n>0?Math.floor(n/60):Math.ceil(n/60);switch(e){case Ke.Short:return(n>=0?"+":"")+rt(i,2,o)+rt(Math.abs(n%60),2,o);case Ke.ShortGMT:return"GMT"+(n>=0?"+":"")+rt(i,1,o);case Ke.Long:return"GMT"+(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);case Ke.Extended:return 0===u?"Z":(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(Ke||(Ke={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(Ye||(Ye={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(Xe||(Xe={}));function it(e,t){return void 0===t&&(t=!1),function(r,u){var n,o,i,a;if(t){var s=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,c=r.getDate();n=1+Math.floor((c+s)/7)}else{var l=(i=r.getFullYear(),a=new Date(i,0,1).getDay(),new Date(i,0,1+(a<=4?4:11)-a)),f=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-l.getTime();n=1+Math.round(f/6048e5)}return rt(n,e,xe(u,me.MinusSign))}}var at={};function st(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function ct(e){return e instanceof Date&&!isNaN(e.valueOf())}var lt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function ft(e,t,r,u,n,o,i){void 0===i&&(i=!1);var a="",s=!1;if(isFinite(e)){var c=function(e){var t,r,u,n,o,i=Math.abs(e)+"",a=0;(r=i.indexOf("."))>-1&&(i=i.replace(".",""));(u=i.search(/e/i))>0?(r<0&&(r=u),r+=+i.slice(u+1),i=i.substring(0,u)):r<0&&(r=i.length);for(u=0;"0"===i.charAt(u);u++);if(u===(o=i.length))t=[0],r=1;else{for(o--;"0"===i.charAt(o);)o--;for(r-=u,t=[],n=0;u<=o;u++,n++)t[n]=Number(i.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(c=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(c));var l=t.minInt,f=t.minFrac,p=t.maxFrac;if(o){var D=o.match(lt);if(null===D)throw new Error(o+" is not a valid digit info");var h=D[1],d=D[3],y=D[5];null!=h&&(l=yt(h)),null!=d&&(f=yt(d)),null!=y?p=yt(y):null!=d&&f>p&&(p=f)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var u=e.digits,n=u.length-e.integerLen,o=Math.min(Math.max(t,n),r),i=o+e.integerLen,a=u[i];if(i>0){u.splice(Math.max(e.integerLen,i));for(var s=i;s<u.length;s++)u[s]=0}else{n=Math.max(0,n),e.integerLen=1,u.length=Math.max(1,i=o+1),u[0]=0;for(var c=1;c<i;c++)u[c]=0}if(a>=5)if(i-1<0){for(var l=0;l>i;l--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[i-1]++;for(;n<Math.max(0,o);n++)u.push(0);var f=0!==o,p=t+e.integerLen,D=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,f&&(0===u[r]&&r>=p?u.pop():f=!1),t>=10?1:0}),0);D&&(u.unshift(D),e.integerLen++)}(c,f,p);var g=c.digits,C=c.integerLen,v=c.exponent,F=[];for(s=g.every((function(e){return!e}));C<l;C++)g.unshift(0);for(;C<0;C++)g.unshift(0);C>0?F=g.splice(C,g.length):(F=g,g=[0]);var m=[];for(g.length>=t.lgSize&&m.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)m.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&m.unshift(g.join("")),a=m.join(xe(r,u)),F.length&&(a+=xe(r,n)+F.join("")),v&&(a+=xe(r,me.Exponential)+"+"+v)}else a=xe(r,me.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf}function pt(e,t,r,u,n){var o=dt(Le(t,ye.Currency),xe(t,me.MinusSign));return o.minFrac=Ze(u),o.maxFrac=o.minFrac,ft(e,o,t,me.CurrencyGroup,me.CurrencyDecimal,n).replace("¤",r).replace("¤","").trim()}function Dt(e,t,r){return ft(e,dt(Le(t,ye.Percent),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r,!0).replace(new RegExp("%","g"),xe(t,me.PercentSign))}function ht(e,t,r){return ft(e,dt(Le(t,ye.Decimal),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r)}function dt(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),n=u[0],o=u[1],i=-1!==n.indexOf(".")?n.split("."):[n.substring(0,n.lastIndexOf("0")+1),n.substring(n.lastIndexOf("0")+1)],a=i[0],s=i[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(var c=0;c<s.length;c++){var l=s.charAt(c);"0"===l?r.minFrac=r.maxFrac=c+1:"#"===l?r.maxFrac=c+1:r.posSuf+=l}var f=a.split(",");if(r.gSize=f[1]?f[1].length:0,r.lgSize=f[2]||f[1]?(f[2]||f[1]).length:0,o){var p=n.length-r.posPre.length-r.posSuf.length,D=o.indexOf("#");r.negPre=o.substr(0,D).replace(/'/g,""),r.negSuf=o.substr(D+p).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function yt(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var gt=function(){};function Ct(e,t,r,u){var n="="+e;if(t.indexOf(n)>-1)return n;if(n=r.getPluralCategory(e,u),t.indexOf(n)>-1)return n;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var vt=function(e){function t(t){var r=e.call(this)||this;return r.locale=t,r}return $(t,e),t.prototype.getPluralCategory=function(e,t){switch(je(t||this.locale)(e)){case ge.Zero:return"zero";case ge.One:return"one";case ge.Two:return"two";case ge.Few:return"few";case ge.Many:return"many";default:return"other"}},t=G([r(),U(0,n(l)),W("design:paramtypes",[String])],t)}(gt);function Ft(e,t,r){return f(e,t,r)}function mt(e,t){var r,u;t=encodeURIComponent(t);try{for(var n=z(e.split(";")),o=n.next();!o.done;o=n.next()){var i=o.value,a=i.indexOf("="),s=Z(-1==a?[i,""]:[i.slice(0,a),i.slice(a+1)],2),c=s[0],l=s[1];if(c.trim()===t)return decodeURIComponent(l)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(u=n.return)&&u.call(n)}finally{if(r)throw r.error}}return null}var _t=function(){function e(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(p(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachRemovedItem((function(e){e.previousValue&&t._toggleClass(e.key,!1)}))},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem((function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+D(e.item));t._toggleClass(e.item,!0)})),e.forEachRemovedItem((function(e){return t._toggleClass(e.item,!1)}))},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!0)})):Object.keys(e).forEach((function(r){return t._toggleClass(r,!!e[r])})))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!1)})):Object.keys(e).forEach((function(e){return t._toggleClass(e,!1)})))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach((function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)}))},G([h("class"),W("design:type",String),W("design:paramtypes",[String])],e.prototype,"klass",null),G([h("ngClass"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngClass",null),e=G([d({selector:"[ngClass]"}),W("design:paramtypes",[R,M,P,x])],e)}(),Et=function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(y);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var u=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(g)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(u,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},G([h(),W("design:type",L)],e.prototype,"ngComponentOutlet",void 0),G([h(),W("design:type",T)],e.prototype,"ngComponentOutletInjector",void 0),G([h(),W("design:type",Array)],e.prototype,"ngComponentOutletContent",void 0),G([h(),W("design:type",V)],e.prototype,"ngComponentOutletNgModuleFactory",void 0),e=G([d({selector:"[ngComponentOutlet]"}),W("design:paramtypes",[N])],e)}(),At=function(){function e(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}(),bt=function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){C()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/api/common/NgForOf#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+(((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays."))}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation((function(e,u,n){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new At(null,t._ngForOf,-1,-1),null===n?void 0:n),i=new wt(e,o);r.push(i)}else if(null==n)t._viewContainer.remove(null===u?void 0:u);else if(null!==u){o=t._viewContainer.get(u);t._viewContainer.move(o,n);i=new wt(e,o);r.push(i)}}));for(var u=0;u<r.length;u++)this._perViewChange(r[u].view,r[u].record);u=0;for(var n=this._viewContainer.length;u<n;u++){var o=this._viewContainer.get(u);o.context.index=u,o.context.count=n,o.context.ngForOf=this._ngForOf}e.forEachIdentityChange((function(e){t._viewContainer.get(e.currentIndex).context.$implicit=e.item}))},e.prototype._perViewChange=function(e,t){e.context.$implicit=t.item},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngForOf",null),G([h(),W("design:type",Function),W("design:paramtypes",[Function])],e.prototype,"ngForTrackBy",null),G([h(),W("design:type",j),W("design:paramtypes",[j])],e.prototype,"ngForTemplate",null),e=G([d({selector:"[ngFor][ngForOf]"}),W("design:paramtypes",[N,j,R])],e)}(),wt=function(e,t){this.record=e,this.view=t};var Bt=function(){function e(e,t){this._viewContainer=e,this._context=new St,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}return Object.defineProperty(e.prototype,"ngIf",{set:function(e){this._context.$implicit=this._context.ngIf=e,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfThen",{set:function(e){Ot("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfElse",{set:function(e){Ot("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),e.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIf",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfThen",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfElse",null),e=G([d({selector:"[ngIf]"}),W("design:paramtypes",[N,j])],e)}(),St=function(){this.$implicit=null,this.ngIf=null};function Ot(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(e+" must be a TemplateRef, but received '"+D(t)+"'.")}var kt=function(){function e(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}return e.prototype.create=function(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)},e.prototype.destroy=function(){this._created=!1,this._viewContainerRef.clear()},e.prototype.enforceState=function(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()},e}(),Rt=function(){function e(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}return Object.defineProperty(e.prototype,"ngSwitch",{set:function(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)},enumerable:!0,configurable:!0}),e.prototype._addCase=function(){return this._caseCount++},e.prototype._addDefault=function(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)},e.prototype._matchCase=function(e){var t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t},e.prototype._updateDefaultCases=function(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(var t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngSwitch",null),e=G([d({selector:"[ngSwitch]"})],e)}(),Mt=function(){function e(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new kt(e,t)}return e.prototype.ngDoCheck=function(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))},G([h(),W("design:type",Object)],e.prototype,"ngSwitchCase",void 0),e=G([d({selector:"[ngSwitchCase]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),Pt=function(){function e(e,t,r){r._addDefault(new kt(e,t))}return e=G([d({selector:"[ngSwitchDefault]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),xt=function(){function e(e){this._localization=e,this._caseViews={}}return Object.defineProperty(e.prototype,"ngPlural",{set:function(e){this._switchValue=e,this._updateView()},enumerable:!0,configurable:!0}),e.prototype.addCase=function(e,t){this._caseViews[e]=t},e.prototype._updateView=function(){this._clearViews();var e=Object.keys(this._caseViews),t=Ct(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])},e.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},e.prototype._activateView=function(e){e&&(this._activeView=e,this._activeView.create())},G([h(),W("design:type",Number),W("design:paramtypes",[Number])],e.prototype,"ngPlural",null),e=G([d({selector:"[ngPlural]"}),W("design:paramtypes",[gt])],e)}(),Lt=function(){function e(e,t,r,u){this.value=e;var n=!isNaN(Number(e));u.addCase(n?"="+e:e,new kt(r,t))}return e=G([d({selector:"[ngPluralCase]"}),U(0,F("ngPluralCase")),U(3,v()),W("design:paramtypes",[String,j,N,xt])],e)}(),Tt=function(){function e(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}return Object.defineProperty(e.prototype,"ngStyle",{set:function(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._differ){var e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}},e.prototype._setStyle=function(e,t){var r=Z(e.split("."),2),u=r[0],n=r[1];null!=(t=null!=t&&n?""+t+n:t)?this._renderer.setStyle(this._ngEl.nativeElement,u,t):this._renderer.removeStyle(this._ngEl.nativeElement,u)},e.prototype._applyChanges=function(e){var t=this;e.forEachRemovedItem((function(e){return t._setStyle(e.key,null)})),e.forEachAddedItem((function(e){return t._setStyle(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._setStyle(e.key,e.currentValue)}))},G([h("ngStyle"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngStyle",null),e=G([d({selector:"[ngStyle]"}),W("design:paramtypes",[P,M,x])],e)}(),Vt=function(){function e(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}return e.prototype.ngOnChanges=function(e){if(this._shouldRecreateView(e)){var t=this._viewContainerRef;this._viewRef&&t.remove(t.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?t.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},e.prototype._shouldRecreateView=function(e){var t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},e.prototype._hasContextShapeChanged=function(e){var t,r,u=Object.keys(e.previousValue||{}),n=Object.keys(e.currentValue||{});if(u.length===n.length){try{for(var o=z(n),i=o.next();!i.done;i=o.next()){var a=i.value;if(-1===u.indexOf(a))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!1}return!0},e.prototype._updateExistingContext=function(e){var t,r;try{for(var u=z(Object.keys(e)),n=u.next();!n.done;n=u.next()){var o=n.value;this._viewRef.context[o]=this.ngTemplateOutletContext[o]}}catch(e){t={error:e}}finally{try{n&&!n.done&&(r=u.return)&&r.call(u)}finally{if(t)throw t.error}}},G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutletContext",void 0),G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutlet",void 0),e=G([d({selector:"[ngTemplateOutlet]"}),W("design:paramtypes",[N])],e)}(),Nt=[_t,Et,bt,Bt,Vt,Tt,Rt,Mt,Pt,xt,Lt];function jt(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+D(e)+"'")}var It=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,(function(e){throw e}))},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),$t=new It,Gt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}var t;return t=e,e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):m(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,_.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(function(r){return t._updateLatestValue(e,r)}))},e.prototype._selectStrategy=function(e){if(E(e))return Ht;if(A(e))return $t;throw jt(t,e)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e=t=G([b({name:"async",pure:!1}),W("design:paramtypes",[I])],e)}(),Ut=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toLowerCase()},e=t=G([b({name:"lowercase"})],e)}(),Wt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.replace(Wt,(function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()}))},e=t=G([b({name:"titlecase"})],e)}(),Zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toUpperCase()},e=t=G([b({name:"uppercase"})],e)}(),Kt=function(){function e(e){this.locale=e}var t;return t=e,e.prototype.transform=function(e,r,u,n){if(void 0===r&&(r="mediumDate"),null==e||""===e||e!=e)return null;try{return et(e,r,n||this.locale,u)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"date",pure:!0}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),Yt=/#/g,Xt=function(){function e(e){this._localization=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return"";if("object"!=typeof r||null===r)throw jt(t,r);return r[Ct(e,Object.keys(r),this._localization,u)].replace(Yt,e.toString())},e=t=G([b({name:"i18nPlural",pure:!0}),W("design:paramtypes",[gt])],e)}(),Jt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r){if(null==e)return"";if("object"!=typeof r||"string"!=typeof e)throw jt(t,r);return r.hasOwnProperty(e)?r[e]:r.hasOwnProperty("other")?r.other:""},e=t=G([b({name:"i18nSelect",pure:!0})],e)}(),Qt=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e=G([b({name:"json",pure:!1})],e)}();var qt=function(){function e(e){this.differs=e,this.keyValues=[]}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=er),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var u=this.differ.diff(e);return u&&(this.keyValues=[],u.forEachItem((function(e){var t,u;r.keyValues.push((t=e.key,u=e.currentValue,{key:t,value:u}))})),this.keyValues.sort(t)),this.keyValues},e=G([b({name:"keyvalue",pure:!1}),W("design:paramtypes",[M])],e)}();function er(e,t){var r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;var n=String(r),o=String(u);return n==o?0:n<o?-1:1}var tr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return ht(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"number"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),rr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return Dt(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"percent"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),ur=function(){function e(e,t){void 0===t&&(t="USD"),this._locale=e,this._defaultCurrencyCode=t}var t;return t=e,e.prototype.transform=function(e,r,u,n,o){if(void 0===u&&(u="symbol"),nr(e))return null;o=o||this._locale,"boolean"==typeof u&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),u=u?"symbol":"code");var i=r||this._defaultCurrencyCode;"code"!==u&&(i="symbol"===u||"symbol-narrow"===u?ze(i,"symbol"===u?"wide":"narrow",o):u);try{return pt(or(e),o,i,r,n)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"currency"}),U(0,n(l)),U(1,n(w)),W("design:paramtypes",[String,String])],e)}();function nr(e){return null==e||""===e||e!=e}function or(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}var ir=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return e;if(!this.supports(e))throw jt(t,e);return e.slice(r,u)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e=t=G([b({name:"slice",pure:!1})],e)}(),ar=[Gt,Zt,Ut,Qt,ir,tr,rr,zt,ur,Kt,Xt,Jt,qt],sr=function(){function e(){}return e=G([B({declarations:[Nt,ar],exports:[Nt,ar],providers:[{provide:gt,useClass:vt}]})],e)}(),cr="browser",lr="server",fr="browserWorkerApp",pr="browserWorkerUi";function Dr(e){return"browser"===e}function hr(e){return"server"===e}function dr(e){return"browserWorkerApp"===e}function yr(e){return"browserWorkerUi"===e}var gr=new S("9.1.3"),Cr=function(){function e(){}return e.ɵprov=t({token:e,providedIn:"root",factory:function(){return new vr(u(Q),window,u(O))}}),e}(),vr=function(){function e(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=function(){return[0,0]}}return e.prototype.setOffset=function(e){Array.isArray(e)?this.offset=function(){return e}:this.offset=e},e.prototype.getScrollPosition=function(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]},e.prototype.scrollToPosition=function(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])},e.prototype.scrollToAnchor=function(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{var t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);var r=this.document.querySelector("[name='"+e+"']");if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}},e.prototype.setHistoryScrollRestoration=function(e){if(this.supportScrollRestoration()){var t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}},e.prototype.scrollToElement=function(e){var t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,n=this.offset();this.window.scrollTo(r-n[0],u-n[1])},e.prototype.supportScrollRestoration=function(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}},e}(),Fr=function(){function e(){}return e.prototype.setOffset=function(e){},e.prototype.getScrollPosition=function(){return[0,0]},e.prototype.scrollToPosition=function(e){},e.prototype.scrollToAnchor=function(e){},e.prototype.setHistoryScrollRestoration=function(e){},e}();export{le as APP_BASE_HREF,Gt as AsyncPipe,sr as CommonModule,ur as CurrencyPipe,Q as DOCUMENT,Kt as DatePipe,tr as DecimalPipe,Ce as FormStyle,Fe as FormatWidth,pe as HashLocationStrategy,Xt as I18nPluralPipe,Jt as I18nSelectPipe,Qt as JsonPipe,qt as KeyValuePipe,te as LOCATION_INITIALIZED,De as Location,se as LocationStrategy,Ut as LowerCasePipe,_t as NgClass,Et as NgComponentOutlet,bt as NgForOf,At as NgForOfContext,Bt as NgIf,St as NgIfContext,vt as NgLocaleLocalization,gt as NgLocalization,xt as NgPlural,Lt as NgPluralCase,Tt as NgStyle,Rt as NgSwitch,Mt as NgSwitchCase,Pt as NgSwitchDefault,Vt as NgTemplateOutlet,ye as NumberFormatStyle,me as NumberSymbol,fe as PathLocationStrategy,rr as PercentPipe,q as PlatformLocation,ge as Plural,ir as SlicePipe,zt as TitleCasePipe,ve as TranslationWidth,Zt as UpperCasePipe,gr as VERSION,Cr as ViewportScroller,_e as WeekDay,pt as formatCurrency,et as formatDate,ht as formatNumber,Dt as formatPercent,ze as getCurrencySymbol,Ne as getLocaleCurrencyCode,Ve as getLocaleCurrencyName,Te as getLocaleCurrencySymbol,Re as getLocaleDateFormat,Pe as getLocaleDateTimeFormat,we as getLocaleDayNames,be as getLocaleDayPeriods,Ge as getLocaleDirection,Se as getLocaleEraNames,He as getLocaleExtraDayPeriodRules,$e as getLocaleExtraDayPeriods,Oe as getLocaleFirstDayOfWeek,Ae as getLocaleId,Be as getLocaleMonthNames,Le as getLocaleNumberFormat,xe as getLocaleNumberSymbol,je as getLocalePluralCase,Me as getLocaleTimeFormat,ke as getLocaleWeekEndRange,Ze as getNumberOfCurrencyDigits,Dr as isPlatformBrowser,hr as isPlatformServer,dr as isPlatformWorkerApp,yr as isPlatformWorkerUi,Ft as registerLocaleData,re as ɵBrowserPlatformLocation,J as ɵDomAdapter,Fr as ɵNullViewportScroller,cr as ɵPLATFORM_BROWSER_ID,lr as ɵPLATFORM_SERVER_ID,fr as ɵPLATFORM_WORKER_APP_ID,pr as ɵPLATFORM_WORKER_UI_ID,ee as ɵangular_packages_common_common_a,ne as ɵangular_packages_common_common_b,he as ɵangular_packages_common_common_c,ce as ɵangular_packages_common_common_d,Nt as ɵangular_packages_common_common_e,ar as ɵangular_packages_common_common_f,Y as ɵgetDOM,mt as ɵparseCookieValue,X as ɵsetRootDomAdapter};
/* @angular/common@9.1.4 */
import{InjectionToken as e,ɵɵdefineInjectable as t,Injectable as r,ɵɵinject as u,Inject as n,Optional as o,ɵfindLocaleData as i,ɵLocaleDataIndex as a,ɵgetLocaleCurrencyCode as s,ɵgetLocalePluralCase as c,LOCALE_ID as l,ɵregisterLocaleData as f,ɵisListLikeIterable as p,ɵstringify as D,Input as h,Directive as d,NgModuleRef as y,ComponentFactoryResolver as g,isDevMode as C,Host as v,Attribute as F,ɵlooseIdentical as m,WrappedValue as _,ɵisPromise as E,ɵisObservable as A,Pipe as b,DEFAULT_CURRENCY_CODE as w,NgModule as B,Version as S,ErrorHandler as O,EventEmitter as k,IterableDiffers as R,KeyValueDiffers as M,ElementRef as P,Renderer2 as x,Type as L,Injector as T,NgModuleFactory as V,ViewContainerRef as N,TemplateRef as j,ChangeDetectorRef as I}from"https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@9.1.3-fix.0/esm/es5/angular-core.resolved.min.js";var H=function(e,t){return(H=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function $(e,t){function r(){this.constructor=e}H(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function G(e,t,r,u){var n,o=arguments.length,i=o<3?t:null===u?u=Object.getOwnPropertyDescriptor(t,r):u;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,u);else for(var a=e.length-1;a>=0;a--)(n=e[a])&&(i=(o<3?n(i):o>3?n(t,r,i):n(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}function U(e,t){return function(r,u){t(r,u,e)}}function W(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],u=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&u>=e.length&&(e=void 0),{value:e&&e[u++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Z(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var u,n,o=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(u=o.next()).done;)i.push(u.value)}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}var K=null;function Y(){return K}function X(e){K||(K=e)}var J=function(){},Q=new e("DocumentToken"),q=function(){function e(){}return e.ɵprov=t({factory:ee,token:e,providedIn:"platform"}),e=G([r({providedIn:"platform",useFactory:ee})],e)}();function ee(){return u(re)}var te=new e("Location Initialized"),re=function(e){function u(t){var r=e.call(this)||this;return r._doc=t,r._init(),r}return $(u,e),u.prototype._init=function(){this.location=Y().getLocation(),this._history=Y().getHistory()},u.prototype.getBaseHrefFromDOM=function(){return Y().getBaseHref(this._doc)},u.prototype.onPopState=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)},u.prototype.onHashChange=function(e){Y().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)},Object.defineProperty(u.prototype,"href",{get:function(){return this.location.href},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"protocol",{get:function(){return this.location.protocol},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hostname",{get:function(){return this.location.hostname},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"port",{get:function(){return this.location.port},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"pathname",{get:function(){return this.location.pathname},set:function(e){this.location.pathname=e},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(u.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),u.prototype.pushState=function(e,t,r){ue()?this._history.pushState(e,t,r):this.location.hash=r},u.prototype.replaceState=function(e,t,r){ue()?this._history.replaceState(e,t,r):this.location.hash=r},u.prototype.forward=function(){this._history.forward()},u.prototype.back=function(){this._history.back()},u.prototype.getState=function(){return this._history.state},u.ɵprov=t({factory:ne,token:u,providedIn:"platform"}),u=G([r({providedIn:"platform",useFactory:ne}),U(0,n(Q)),W("design:paramtypes",[Object])],u)}(q);function ue(){return!!window.history.pushState}function ne(){return new re(u(Q))}function oe(e,t){if(0==e.length)return t;if(0==t.length)return e;var r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function ie(e){var t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function ae(e){return e&&"?"!==e[0]?"?"+e:e}var se=function(){function e(){}return e.ɵprov=t({factory:ce,token:e,providedIn:"root"}),e=G([r({providedIn:"root",useFactory:ce})],e)}();function ce(e){var t=u(Q).location;return new fe(u(q),t&&t.origin||"")}var le=new e("appBaseHref"),fe=function(e){function t(t,r){var u=e.call(this)||this;if(u._platformLocation=t,null==r&&(r=u._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return u._baseHref=r,u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return oe(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+ae(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),pe=function(e){function t(t,r){var u=e.call(this)||this;return u._platformLocation=t,u._baseHref="",null!=r&&(u._baseHref=r),u}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=oe(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.pushState(e,t,n)},t.prototype.replaceState=function(e,t,r,u){var n=this.prepareExternalUrl(r+ae(u));0==n.length&&(n=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,n)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([r(),U(1,o()),U(1,n(le)),W("design:paramtypes",[q,String])],t)}(se),De=function(){function e(e,t){var r=this;this._subject=new k,this._urlChangeListeners=[],this._platformStrategy=e;var u=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=ie(de(u)),this._platformStrategy.onPopState((function(e){r._subject.emit({url:r.path(!0),pop:!0,state:e.state,type:e.type})}))}var u;return u=e,e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.getState=function(){return this._platformLocation.getState()},e.prototype.isCurrentPathEqualTo=function(e,t){return void 0===t&&(t=""),this.path()==this.normalize(e+ae(t))},e.prototype.normalize=function(e){return u.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,de(e)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.replaceState=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+ae(t)),r)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.onUrlChange=function(e){var t=this;this._urlChangeListeners.push(e),this.subscribe((function(e){t._notifyUrlChangeListeners(e.url,e.state)}))},e.prototype._notifyUrlChangeListeners=function(e,t){void 0===e&&(e=""),this._urlChangeListeners.forEach((function(r){return r(e,t)}))},e.prototype.subscribe=function(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})},e.normalizeQueryParams=ae,e.joinWithSlash=oe,e.stripTrailingSlash=ie,e.ɵprov=t({factory:he,token:e,providedIn:"root"}),e=u=G([r({providedIn:"root",useFactory:he}),W("design:paramtypes",[se,q])],e)}();function he(){return new De(u(se),u(q))}function de(e){return e.replace(/\/index.html$/,"")}var ye,ge,Ce,ve,Fe,me,_e,Ee={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};function Ae(e){return i(e)[a.LocaleId]}function be(e,t,r){var u=i(e),n=Ue([u[a.DayPeriodsFormat],u[a.DayPeriodsStandalone]],t);return Ue(n,r)}function we(e,t,r){var u=i(e),n=Ue([u[a.DaysFormat],u[a.DaysStandalone]],t);return Ue(n,r)}function Be(e,t,r){var u=i(e),n=Ue([u[a.MonthsFormat],u[a.MonthsStandalone]],t);return Ue(n,r)}function Se(e,t){return Ue(i(e)[a.Eras],t)}function Oe(e){return i(e)[a.FirstDayOfWeek]}function ke(e){return i(e)[a.WeekendRange]}function Re(e,t){return Ue(i(e)[a.DateFormat],t)}function Me(e,t){return Ue(i(e)[a.TimeFormat],t)}function Pe(e,t){return Ue(i(e)[a.DateTimeFormat],t)}function xe(e,t){var r=i(e),u=r[a.NumberSymbols][t];if(void 0===u){if(t===me.CurrencyDecimal)return r[a.NumberSymbols][me.Decimal];if(t===me.CurrencyGroup)return r[a.NumberSymbols][me.Group]}return u}function Le(e,t){return i(e)[a.NumberFormats][t]}function Te(e){return i(e)[a.CurrencySymbol]||null}function Ve(e){return i(e)[a.CurrencyName]||null}function Ne(e){return s(e)}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(ye||(ye={})),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(ge||(ge={})),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(Ce||(Ce={})),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(ve||(ve={})),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(Fe||(Fe={})),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(me||(me={})),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(_e||(_e={}));var je=c;function Ie(e){if(!e[a.ExtraData])throw new Error('Missing extra locale data for the locale "'+e[a.LocaleId]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function He(e){var t=i(e);return Ie(t),(t[a.ExtraData][2]||[]).map((function(e){return"string"==typeof e?We(e):[We(e[0]),We(e[1])]}))}function $e(e,t,r){var u=i(e);Ie(u);var n=Ue([u[a.ExtraData][0],u[a.ExtraData][1]],t)||[];return Ue(n,r)||[]}function Ge(e){return i(e)[a.Directionality]}function Ue(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function We(e){var t=Z(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function ze(e,t,r){void 0===r&&(r="en");var u=function(e){return i(e)[a.Currencies]}(r)[e]||Ee[e]||[],n=u[1];return"narrow"===t&&"string"==typeof n?n:u[0]||e}function Ze(e){var t,r=Ee[e];return r&&(t=r[2]),"number"==typeof t?t:2}var Ke,Ye,Xe,Je=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Qe={},qe=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function et(e,t,r,u){var n=function(e){if(ct(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var r=Z(e.split("-").map((function(e){return+e})),3),u=r[0],n=r[1],o=r[2];return new Date(u,n-1,o)}var i;if(i=e.match(Je))return function(e){var t=new Date(0),r=0,u=0,n=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));n.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var i=Number(e[4]||0)-r,a=Number(e[5]||0)-u,s=Number(e[6]||0),c=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,i,a,s,c),t}(i)}var a=new Date(e);if(!ct(a))throw new Error('Unable to convert "'+e+'" into a date');return a}(e);t=function e(t,r){var u=Ae(t);if(Qe[u]=Qe[u]||{},Qe[u][r])return Qe[u][r];var n="";switch(r){case"shortDate":n=Re(t,Fe.Short);break;case"mediumDate":n=Re(t,Fe.Medium);break;case"longDate":n=Re(t,Fe.Long);break;case"fullDate":n=Re(t,Fe.Full);break;case"shortTime":n=Me(t,Fe.Short);break;case"mediumTime":n=Me(t,Fe.Medium);break;case"longTime":n=Me(t,Fe.Long);break;case"fullTime":n=Me(t,Fe.Full);break;case"short":var o=e(t,"shortTime"),i=e(t,"shortDate");n=tt(Pe(t,Fe.Short),[o,i]);break;case"medium":var a=e(t,"mediumTime"),s=e(t,"mediumDate");n=tt(Pe(t,Fe.Medium),[a,s]);break;case"long":var c=e(t,"longTime"),l=e(t,"longDate");n=tt(Pe(t,Fe.Long),[c,l]);break;case"full":var f=e(t,"fullTime"),p=e(t,"fullDate");n=tt(Pe(t,Fe.Full),[f,p])}n&&(Qe[u][r]=n);return n}(r,t)||t;for(var o,i=[];t;){if(!(o=qe.exec(t))){i.push(t);break}var a=(i=i.concat(o.slice(1))).pop();if(!a)break;t=a}var s=n.getTimezoneOffset();u&&(s=st(u,s),n=function(e,t,r){var u=r?-1:1,n=e.getTimezoneOffset(),o=st(t,n);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-n))}(n,u,!0));var c="";return i.forEach((function(e){var t=function(e){if(at[e])return at[e];var t;switch(e){case"G":case"GG":case"GGG":t=nt(Xe.Eras,ve.Abbreviated);break;case"GGGG":t=nt(Xe.Eras,ve.Wide);break;case"GGGGG":t=nt(Xe.Eras,ve.Narrow);break;case"y":t=ut(Ye.FullYear,1,0,!1,!0);break;case"yy":t=ut(Ye.FullYear,2,0,!0,!0);break;case"yyy":t=ut(Ye.FullYear,3,0,!1,!0);break;case"yyyy":t=ut(Ye.FullYear,4,0,!1,!0);break;case"M":case"L":t=ut(Ye.Month,1,1);break;case"MM":case"LL":t=ut(Ye.Month,2,1);break;case"MMM":t=nt(Xe.Months,ve.Abbreviated);break;case"MMMM":t=nt(Xe.Months,ve.Wide);break;case"MMMMM":t=nt(Xe.Months,ve.Narrow);break;case"LLL":t=nt(Xe.Months,ve.Abbreviated,Ce.Standalone);break;case"LLLL":t=nt(Xe.Months,ve.Wide,Ce.Standalone);break;case"LLLLL":t=nt(Xe.Months,ve.Narrow,Ce.Standalone);break;case"w":t=it(1);break;case"ww":t=it(2);break;case"W":t=it(1,!0);break;case"d":t=ut(Ye.Date,1);break;case"dd":t=ut(Ye.Date,2);break;case"E":case"EE":case"EEE":t=nt(Xe.Days,ve.Abbreviated);break;case"EEEE":t=nt(Xe.Days,ve.Wide);break;case"EEEEE":t=nt(Xe.Days,ve.Narrow);break;case"EEEEEE":t=nt(Xe.Days,ve.Short);break;case"a":case"aa":case"aaa":t=nt(Xe.DayPeriods,ve.Abbreviated);break;case"aaaa":t=nt(Xe.DayPeriods,ve.Wide);break;case"aaaaa":t=nt(Xe.DayPeriods,ve.Narrow);break;case"b":case"bb":case"bbb":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Standalone,!0);break;case"bbbb":t=nt(Xe.DayPeriods,ve.Wide,Ce.Standalone,!0);break;case"bbbbb":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Standalone,!0);break;case"B":case"BB":case"BBB":t=nt(Xe.DayPeriods,ve.Abbreviated,Ce.Format,!0);break;case"BBBB":t=nt(Xe.DayPeriods,ve.Wide,Ce.Format,!0);break;case"BBBBB":t=nt(Xe.DayPeriods,ve.Narrow,Ce.Format,!0);break;case"h":t=ut(Ye.Hours,1,-12);break;case"hh":t=ut(Ye.Hours,2,-12);break;case"H":t=ut(Ye.Hours,1);break;case"HH":t=ut(Ye.Hours,2);break;case"m":t=ut(Ye.Minutes,1);break;case"mm":t=ut(Ye.Minutes,2);break;case"s":t=ut(Ye.Seconds,1);break;case"ss":t=ut(Ye.Seconds,2);break;case"S":t=ut(Ye.FractionalSeconds,1);break;case"SS":t=ut(Ye.FractionalSeconds,2);break;case"SSS":t=ut(Ye.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=ot(Ke.Short);break;case"ZZZZZ":t=ot(Ke.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=ot(Ke.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=ot(Ke.Long);break;default:return null}return at[e]=t,t}(e);c+=t?t(n,r,s):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),c}function tt(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function rt(e,t,r,u,n){void 0===r&&(r="-");var o="";(e<0||n&&e<=0)&&(n?e=1-e:(e=-e,o=r));for(var i=String(e);i.length<t;)i="0"+i;return u&&(i=i.substr(i.length-t)),o+i}function ut(e,t,r,u,n){return void 0===r&&(r=0),void 0===u&&(u=!1),void 0===n&&(n=!1),function(o,i){var a,s=function(e,t){switch(e){case Ye.FullYear:return t.getFullYear();case Ye.Month:return t.getMonth();case Ye.Date:return t.getDate();case Ye.Hours:return t.getHours();case Ye.Minutes:return t.getMinutes();case Ye.Seconds:return t.getSeconds();case Ye.FractionalSeconds:return t.getMilliseconds();case Ye.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+e+'".')}}(e,o);if((r>0||s>-r)&&(s+=r),e===Ye.Hours)0===s&&-12===r&&(s=12);else if(e===Ye.FractionalSeconds)return a=t,rt(s,3).substr(0,a);var c=xe(i,me.MinusSign);return rt(s,t,c,u,n)}}function nt(e,t,r,u){return void 0===r&&(r=Ce.Format),void 0===u&&(u=!1),function(n,o){return function(e,t,r,u,n,o){switch(r){case Xe.Months:return Be(t,n,u)[e.getMonth()];case Xe.Days:return we(t,n,u)[e.getDay()];case Xe.DayPeriods:var i=e.getHours(),a=e.getMinutes();if(o){var s,c=He(t),l=$e(t,n,u);if(c.forEach((function(e,t){if(Array.isArray(e)){var r=e[0],u=r.hours,n=r.minutes,o=e[1],c=o.hours,f=o.minutes;i>=u&&a>=n&&(i<c||i===c&&a<f)&&(s=l[t])}else{var p=e.hours,D=e.minutes;p===i&&D===a&&(s=l[t])}})),s)return s}return be(t,n,u)[i<12?0:1];case Xe.Eras:return Se(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(n,o,e,t,r,u)}}function ot(e){return function(t,r,u){var n=-1*u,o=xe(r,me.MinusSign),i=n>0?Math.floor(n/60):Math.ceil(n/60);switch(e){case Ke.Short:return(n>=0?"+":"")+rt(i,2,o)+rt(Math.abs(n%60),2,o);case Ke.ShortGMT:return"GMT"+(n>=0?"+":"")+rt(i,1,o);case Ke.Long:return"GMT"+(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);case Ke.Extended:return 0===u?"Z":(n>=0?"+":"")+rt(i,2,o)+":"+rt(Math.abs(n%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(Ke||(Ke={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(Ye||(Ye={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(Xe||(Xe={}));function it(e,t){return void 0===t&&(t=!1),function(r,u){var n,o,i,a;if(t){var s=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,c=r.getDate();n=1+Math.floor((c+s)/7)}else{var l=(i=r.getFullYear(),a=new Date(i,0,1).getDay(),new Date(i,0,1+(a<=4?4:11)-a)),f=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-l.getTime();n=1+Math.round(f/6048e5)}return rt(n,e,xe(u,me.MinusSign))}}var at={};function st(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function ct(e){return e instanceof Date&&!isNaN(e.valueOf())}var lt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function ft(e,t,r,u,n,o,i){void 0===i&&(i=!1);var a="",s=!1;if(isFinite(e)){var c=function(e){var t,r,u,n,o,i=Math.abs(e)+"",a=0;(r=i.indexOf("."))>-1&&(i=i.replace(".",""));(u=i.search(/e/i))>0?(r<0&&(r=u),r+=+i.slice(u+1),i=i.substring(0,u)):r<0&&(r=i.length);for(u=0;"0"===i.charAt(u);u++);if(u===(o=i.length))t=[0],r=1;else{for(o--;"0"===i.charAt(o);)o--;for(r-=u,t=[],n=0;u<=o;u++,n++)t[n]=Number(i.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(c=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(c));var l=t.minInt,f=t.minFrac,p=t.maxFrac;if(o){var D=o.match(lt);if(null===D)throw new Error(o+" is not a valid digit info");var h=D[1],d=D[3],y=D[5];null!=h&&(l=yt(h)),null!=d&&(f=yt(d)),null!=y?p=yt(y):null!=d&&f>p&&(p=f)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var u=e.digits,n=u.length-e.integerLen,o=Math.min(Math.max(t,n),r),i=o+e.integerLen,a=u[i];if(i>0){u.splice(Math.max(e.integerLen,i));for(var s=i;s<u.length;s++)u[s]=0}else{n=Math.max(0,n),e.integerLen=1,u.length=Math.max(1,i=o+1),u[0]=0;for(var c=1;c<i;c++)u[c]=0}if(a>=5)if(i-1<0){for(var l=0;l>i;l--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[i-1]++;for(;n<Math.max(0,o);n++)u.push(0);var f=0!==o,p=t+e.integerLen,D=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,f&&(0===u[r]&&r>=p?u.pop():f=!1),t>=10?1:0}),0);D&&(u.unshift(D),e.integerLen++)}(c,f,p);var g=c.digits,C=c.integerLen,v=c.exponent,F=[];for(s=g.every((function(e){return!e}));C<l;C++)g.unshift(0);for(;C<0;C++)g.unshift(0);C>0?F=g.splice(C,g.length):(F=g,g=[0]);var m=[];for(g.length>=t.lgSize&&m.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)m.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&m.unshift(g.join("")),a=m.join(xe(r,u)),F.length&&(a+=xe(r,n)+F.join("")),v&&(a+=xe(r,me.Exponential)+"+"+v)}else a=xe(r,me.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf}function pt(e,t,r,u,n){var o=dt(Le(t,ye.Currency),xe(t,me.MinusSign));return o.minFrac=Ze(u),o.maxFrac=o.minFrac,ft(e,o,t,me.CurrencyGroup,me.CurrencyDecimal,n).replace("¤",r).replace("¤","").trim()}function Dt(e,t,r){return ft(e,dt(Le(t,ye.Percent),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r,!0).replace(new RegExp("%","g"),xe(t,me.PercentSign))}function ht(e,t,r){return ft(e,dt(Le(t,ye.Decimal),xe(t,me.MinusSign)),t,me.Group,me.Decimal,r)}function dt(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),n=u[0],o=u[1],i=-1!==n.indexOf(".")?n.split("."):[n.substring(0,n.lastIndexOf("0")+1),n.substring(n.lastIndexOf("0")+1)],a=i[0],s=i[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(var c=0;c<s.length;c++){var l=s.charAt(c);"0"===l?r.minFrac=r.maxFrac=c+1:"#"===l?r.maxFrac=c+1:r.posSuf+=l}var f=a.split(",");if(r.gSize=f[1]?f[1].length:0,r.lgSize=f[2]||f[1]?(f[2]||f[1]).length:0,o){var p=n.length-r.posPre.length-r.posSuf.length,D=o.indexOf("#");r.negPre=o.substr(0,D).replace(/'/g,""),r.negSuf=o.substr(D+p).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function yt(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var gt=function(){};function Ct(e,t,r,u){var n="="+e;if(t.indexOf(n)>-1)return n;if(n=r.getPluralCategory(e,u),t.indexOf(n)>-1)return n;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var vt=function(e){function t(t){var r=e.call(this)||this;return r.locale=t,r}return $(t,e),t.prototype.getPluralCategory=function(e,t){switch(je(t||this.locale)(e)){case ge.Zero:return"zero";case ge.One:return"one";case ge.Two:return"two";case ge.Few:return"few";case ge.Many:return"many";default:return"other"}},t=G([r(),U(0,n(l)),W("design:paramtypes",[String])],t)}(gt);function Ft(e,t,r){return f(e,t,r)}function mt(e,t){var r,u;t=encodeURIComponent(t);try{for(var n=z(e.split(";")),o=n.next();!o.done;o=n.next()){var i=o.value,a=i.indexOf("="),s=Z(-1==a?[i,""]:[i.slice(0,a),i.slice(a+1)],2),c=s[0],l=s[1];if(c.trim()===t)return decodeURIComponent(l)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(u=n.return)&&u.call(n)}finally{if(r)throw r.error}}return null}var _t=function(){function e(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(p(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachRemovedItem((function(e){e.previousValue&&t._toggleClass(e.key,!1)}))},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem((function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+D(e.item));t._toggleClass(e.item,!0)})),e.forEachRemovedItem((function(e){return t._toggleClass(e.item,!1)}))},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!0)})):Object.keys(e).forEach((function(r){return t._toggleClass(r,!!e[r])})))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!1)})):Object.keys(e).forEach((function(e){return t._toggleClass(e,!1)})))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach((function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)}))},G([h("class"),W("design:type",String),W("design:paramtypes",[String])],e.prototype,"klass",null),G([h("ngClass"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngClass",null),e=G([d({selector:"[ngClass]"}),W("design:paramtypes",[R,M,P,x])],e)}(),Et=function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(y);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var u=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(g)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(u,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},G([h(),W("design:type",L)],e.prototype,"ngComponentOutlet",void 0),G([h(),W("design:type",T)],e.prototype,"ngComponentOutletInjector",void 0),G([h(),W("design:type",Array)],e.prototype,"ngComponentOutletContent",void 0),G([h(),W("design:type",V)],e.prototype,"ngComponentOutletNgModuleFactory",void 0),e=G([d({selector:"[ngComponentOutlet]"}),W("design:paramtypes",[N])],e)}(),At=function(){function e(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}(),bt=function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){C()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/api/common/NgForOf#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+(((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays."))}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation((function(e,u,n){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new At(null,t._ngForOf,-1,-1),null===n?void 0:n),i=new wt(e,o);r.push(i)}else if(null==n)t._viewContainer.remove(null===u?void 0:u);else if(null!==u){o=t._viewContainer.get(u);t._viewContainer.move(o,n);i=new wt(e,o);r.push(i)}}));for(var u=0;u<r.length;u++)this._perViewChange(r[u].view,r[u].record);u=0;for(var n=this._viewContainer.length;u<n;u++){var o=this._viewContainer.get(u);o.context.index=u,o.context.count=n,o.context.ngForOf=this._ngForOf}e.forEachIdentityChange((function(e){t._viewContainer.get(e.currentIndex).context.$implicit=e.item}))},e.prototype._perViewChange=function(e,t){e.context.$implicit=t.item},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngForOf",null),G([h(),W("design:type",Function),W("design:paramtypes",[Function])],e.prototype,"ngForTrackBy",null),G([h(),W("design:type",j),W("design:paramtypes",[j])],e.prototype,"ngForTemplate",null),e=G([d({selector:"[ngFor][ngForOf]"}),W("design:paramtypes",[N,j,R])],e)}(),wt=function(e,t){this.record=e,this.view=t};var Bt=function(){function e(e,t){this._viewContainer=e,this._context=new St,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}return Object.defineProperty(e.prototype,"ngIf",{set:function(e){this._context.$implicit=this._context.ngIf=e,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfThen",{set:function(e){Ot("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfElse",{set:function(e){Ot("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),e.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},e.ngTemplateContextGuard=function(e,t){return!0},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIf",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfThen",null),G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngIfElse",null),e=G([d({selector:"[ngIf]"}),W("design:paramtypes",[N,j])],e)}(),St=function(){this.$implicit=null,this.ngIf=null};function Ot(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(e+" must be a TemplateRef, but received '"+D(t)+"'.")}var kt=function(){function e(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}return e.prototype.create=function(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)},e.prototype.destroy=function(){this._created=!1,this._viewContainerRef.clear()},e.prototype.enforceState=function(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()},e}(),Rt=function(){function e(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}return Object.defineProperty(e.prototype,"ngSwitch",{set:function(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)},enumerable:!0,configurable:!0}),e.prototype._addCase=function(){return this._caseCount++},e.prototype._addDefault=function(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)},e.prototype._matchCase=function(e){var t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t},e.prototype._updateDefaultCases=function(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(var t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}},G([h(),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngSwitch",null),e=G([d({selector:"[ngSwitch]"})],e)}(),Mt=function(){function e(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new kt(e,t)}return e.prototype.ngDoCheck=function(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))},G([h(),W("design:type",Object)],e.prototype,"ngSwitchCase",void 0),e=G([d({selector:"[ngSwitchCase]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),Pt=function(){function e(e,t,r){r._addDefault(new kt(e,t))}return e=G([d({selector:"[ngSwitchDefault]"}),U(2,v()),W("design:paramtypes",[N,j,Rt])],e)}(),xt=function(){function e(e){this._localization=e,this._caseViews={}}return Object.defineProperty(e.prototype,"ngPlural",{set:function(e){this._switchValue=e,this._updateView()},enumerable:!0,configurable:!0}),e.prototype.addCase=function(e,t){this._caseViews[e]=t},e.prototype._updateView=function(){this._clearViews();var e=Object.keys(this._caseViews),t=Ct(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])},e.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},e.prototype._activateView=function(e){e&&(this._activeView=e,this._activeView.create())},G([h(),W("design:type",Number),W("design:paramtypes",[Number])],e.prototype,"ngPlural",null),e=G([d({selector:"[ngPlural]"}),W("design:paramtypes",[gt])],e)}(),Lt=function(){function e(e,t,r,u){this.value=e;var n=!isNaN(Number(e));u.addCase(n?"="+e:e,new kt(r,t))}return e=G([d({selector:"[ngPluralCase]"}),U(0,F("ngPluralCase")),U(3,v()),W("design:paramtypes",[String,j,N,xt])],e)}(),Tt=function(){function e(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}return Object.defineProperty(e.prototype,"ngStyle",{set:function(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._differ){var e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}},e.prototype._setStyle=function(e,t){var r=Z(e.split("."),2),u=r[0],n=r[1];null!=(t=null!=t&&n?""+t+n:t)?this._renderer.setStyle(this._ngEl.nativeElement,u,t):this._renderer.removeStyle(this._ngEl.nativeElement,u)},e.prototype._applyChanges=function(e){var t=this;e.forEachRemovedItem((function(e){return t._setStyle(e.key,null)})),e.forEachAddedItem((function(e){return t._setStyle(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._setStyle(e.key,e.currentValue)}))},G([h("ngStyle"),W("design:type",Object),W("design:paramtypes",[Object])],e.prototype,"ngStyle",null),e=G([d({selector:"[ngStyle]"}),W("design:paramtypes",[P,M,x])],e)}(),Vt=function(){function e(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}return e.prototype.ngOnChanges=function(e){if(this._shouldRecreateView(e)){var t=this._viewContainerRef;this._viewRef&&t.remove(t.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?t.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},e.prototype._shouldRecreateView=function(e){var t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},e.prototype._hasContextShapeChanged=function(e){var t,r,u=Object.keys(e.previousValue||{}),n=Object.keys(e.currentValue||{});if(u.length===n.length){try{for(var o=z(n),i=o.next();!i.done;i=o.next()){var a=i.value;if(-1===u.indexOf(a))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!1}return!0},e.prototype._updateExistingContext=function(e){var t,r;try{for(var u=z(Object.keys(e)),n=u.next();!n.done;n=u.next()){var o=n.value;this._viewRef.context[o]=this.ngTemplateOutletContext[o]}}catch(e){t={error:e}}finally{try{n&&!n.done&&(r=u.return)&&r.call(u)}finally{if(t)throw t.error}}},G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutletContext",void 0),G([h(),W("design:type",Object)],e.prototype,"ngTemplateOutlet",void 0),e=G([d({selector:"[ngTemplateOutlet]"}),W("design:paramtypes",[N])],e)}(),Nt=[_t,Et,bt,Bt,Vt,Tt,Rt,Mt,Pt,xt,Lt];function jt(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+D(e)+"'")}var It=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Ht=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,(function(e){throw e}))},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),$t=new It,Gt=function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}var t;return t=e,e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):m(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,_.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(function(r){return t._updateLatestValue(e,r)}))},e.prototype._selectStrategy=function(e){if(E(e))return Ht;if(A(e))return $t;throw jt(t,e)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e=t=G([b({name:"async",pure:!1}),W("design:paramtypes",[I])],e)}(),Ut=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toLowerCase()},e=t=G([b({name:"lowercase"})],e)}(),Wt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.replace(Wt,(function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()}))},e=t=G([b({name:"titlecase"})],e)}(),Zt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw jt(t,e);return e.toUpperCase()},e=t=G([b({name:"uppercase"})],e)}(),Kt=function(){function e(e){this.locale=e}var t;return t=e,e.prototype.transform=function(e,r,u,n){if(void 0===r&&(r="mediumDate"),null==e||""===e||e!=e)return null;try{return et(e,r,n||this.locale,u)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"date",pure:!0}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),Yt=/#/g,Xt=function(){function e(e){this._localization=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return"";if("object"!=typeof r||null===r)throw jt(t,r);return r[Ct(e,Object.keys(r),this._localization,u)].replace(Yt,e.toString())},e=t=G([b({name:"i18nPlural",pure:!0}),W("design:paramtypes",[gt])],e)}(),Jt=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r){if(null==e)return"";if("object"!=typeof r||"string"!=typeof e)throw jt(t,r);return r.hasOwnProperty(e)?r[e]:r.hasOwnProperty("other")?r.other:""},e=t=G([b({name:"i18nSelect",pure:!0})],e)}(),Qt=function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e=G([b({name:"json",pure:!1})],e)}();var qt=function(){function e(e){this.differs=e,this.keyValues=[]}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=er),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var u=this.differ.diff(e);return u&&(this.keyValues=[],u.forEachItem((function(e){var t,u;r.keyValues.push((t=e.key,u=e.currentValue,{key:t,value:u}))})),this.keyValues.sort(t)),this.keyValues},e=G([b({name:"keyvalue",pure:!1}),W("design:paramtypes",[M])],e)}();function er(e,t){var r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;var n=String(r),o=String(u);return n==o?0:n<o?-1:1}var tr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return ht(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"number"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),rr=function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,u){if(nr(e))return null;u=u||this._locale;try{return Dt(or(e),u,r)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"percent"}),U(0,n(l)),W("design:paramtypes",[String])],e)}(),ur=function(){function e(e,t){void 0===t&&(t="USD"),this._locale=e,this._defaultCurrencyCode=t}var t;return t=e,e.prototype.transform=function(e,r,u,n,o){if(void 0===u&&(u="symbol"),nr(e))return null;o=o||this._locale,"boolean"==typeof u&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),u=u?"symbol":"code");var i=r||this._defaultCurrencyCode;"code"!==u&&(i="symbol"===u||"symbol-narrow"===u?ze(i,"symbol"===u?"wide":"narrow",o):u);try{return pt(or(e),o,i,r,n)}catch(e){throw jt(t,e.message)}},e=t=G([b({name:"currency"}),U(0,n(l)),U(1,n(w)),W("design:paramtypes",[String,String])],e)}();function nr(e){return null==e||""===e||e!=e}function or(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}var ir=function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r,u){if(null==e)return e;if(!this.supports(e))throw jt(t,e);return e.slice(r,u)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e=t=G([b({name:"slice",pure:!1})],e)}(),ar=[Gt,Zt,Ut,Qt,ir,tr,rr,zt,ur,Kt,Xt,Jt,qt],sr=function(){function e(){}return e=G([B({declarations:[Nt,ar],exports:[Nt,ar],providers:[{provide:gt,useClass:vt}]})],e)}(),cr="browser",lr="server",fr="browserWorkerApp",pr="browserWorkerUi";function Dr(e){return"browser"===e}function hr(e){return"server"===e}function dr(e){return"browserWorkerApp"===e}function yr(e){return"browserWorkerUi"===e}var gr=new S("9.1.4"),Cr=function(){function e(){}return e.ɵprov=t({token:e,providedIn:"root",factory:function(){return new vr(u(Q),window,u(O))}}),e}(),vr=function(){function e(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=function(){return[0,0]}}return e.prototype.setOffset=function(e){Array.isArray(e)?this.offset=function(){return e}:this.offset=e},e.prototype.getScrollPosition=function(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]},e.prototype.scrollToPosition=function(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])},e.prototype.scrollToAnchor=function(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{var t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);var r=this.document.querySelector("[name='"+e+"']");if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}},e.prototype.setHistoryScrollRestoration=function(e){if(this.supportScrollRestoration()){var t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}},e.prototype.scrollToElement=function(e){var t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,n=this.offset();this.window.scrollTo(r-n[0],u-n[1])},e.prototype.supportScrollRestoration=function(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}},e}(),Fr=function(){function e(){}return e.prototype.setOffset=function(e){},e.prototype.getScrollPosition=function(){return[0,0]},e.prototype.scrollToPosition=function(e){},e.prototype.scrollToAnchor=function(e){},e.prototype.setHistoryScrollRestoration=function(e){},e}();export{le as APP_BASE_HREF,Gt as AsyncPipe,sr as CommonModule,ur as CurrencyPipe,Q as DOCUMENT,Kt as DatePipe,tr as DecimalPipe,Ce as FormStyle,Fe as FormatWidth,pe as HashLocationStrategy,Xt as I18nPluralPipe,Jt as I18nSelectPipe,Qt as JsonPipe,qt as KeyValuePipe,te as LOCATION_INITIALIZED,De as Location,se as LocationStrategy,Ut as LowerCasePipe,_t as NgClass,Et as NgComponentOutlet,bt as NgForOf,At as NgForOfContext,Bt as NgIf,St as NgIfContext,vt as NgLocaleLocalization,gt as NgLocalization,xt as NgPlural,Lt as NgPluralCase,Tt as NgStyle,Rt as NgSwitch,Mt as NgSwitchCase,Pt as NgSwitchDefault,Vt as NgTemplateOutlet,ye as NumberFormatStyle,me as NumberSymbol,fe as PathLocationStrategy,rr as PercentPipe,q as PlatformLocation,ge as Plural,ir as SlicePipe,zt as TitleCasePipe,ve as TranslationWidth,Zt as UpperCasePipe,gr as VERSION,Cr as ViewportScroller,_e as WeekDay,pt as formatCurrency,et as formatDate,ht as formatNumber,Dt as formatPercent,ze as getCurrencySymbol,Ne as getLocaleCurrencyCode,Ve as getLocaleCurrencyName,Te as getLocaleCurrencySymbol,Re as getLocaleDateFormat,Pe as getLocaleDateTimeFormat,we as getLocaleDayNames,be as getLocaleDayPeriods,Ge as getLocaleDirection,Se as getLocaleEraNames,He as getLocaleExtraDayPeriodRules,$e as getLocaleExtraDayPeriods,Oe as getLocaleFirstDayOfWeek,Ae as getLocaleId,Be as getLocaleMonthNames,Le as getLocaleNumberFormat,xe as getLocaleNumberSymbol,je as getLocalePluralCase,Me as getLocaleTimeFormat,ke as getLocaleWeekEndRange,Ze as getNumberOfCurrencyDigits,Dr as isPlatformBrowser,hr as isPlatformServer,dr as isPlatformWorkerApp,yr as isPlatformWorkerUi,Ft as registerLocaleData,re as ɵBrowserPlatformLocation,J as ɵDomAdapter,Fr as ɵNullViewportScroller,cr as ɵPLATFORM_BROWSER_ID,lr as ɵPLATFORM_SERVER_ID,fr as ɵPLATFORM_WORKER_APP_ID,pr as ɵPLATFORM_WORKER_UI_ID,ee as ɵangular_packages_common_common_a,ne as ɵangular_packages_common_common_b,he as ɵangular_packages_common_common_c,ce as ɵangular_packages_common_common_d,Nt as ɵangular_packages_common_common_e,ar as ɵangular_packages_common_common_f,Y as ɵgetDOM,mt as ɵparseCookieValue,X as ɵsetRootDomAdapter};
//# sourceMappingURL=angular-common.resolved.min.js.map
{
"name": "@esm-bundle/angular__common",
"version": "9.1.3",
"version": "9.1.4",
"description": "Repo to test esm-bundle's automatic publishing",
"main": "index.js",
"module": "esm/index.js",
"exports": {
".": "./esm/es2015/angular-common.js"
},
"type": "module",

@@ -39,3 +40,3 @@ "scripts": {

"devDependencies": {
"@angular/common": "9.1.3",
"@angular/common": "9.1.4",
"@angular/core": "npm:@esm-bundle/angular__core@9.1.3-fix.0",

@@ -42,0 +43,0 @@ "esm-bundle-scripts": "1.2.0",

@@ -1,2 +0,3 @@

System.register(["@angular/core"],(function(e){"use strict";var t,r,u,s,o,n,a,i,l,c,D,h,d,f,p,g,C,F,m,y,E,_,A,v,w,S,b,B,L,P,k,R,M,O,T,x,N,V;return{setters:[function(e){t=e.InjectionToken,r=e.Injectable,u=e.ɵɵdefineInjectable,s=e.ɵɵinject,o=e.Inject,n=e.Optional,a=e.EventEmitter,i=e.ɵfindLocaleData,l=e.ɵLocaleDataIndex,c=e.ɵgetLocaleCurrencyCode,D=e.ɵgetLocalePluralCase,h=e.LOCALE_ID,d=e.ɵregisterLocaleData,f=e.ɵisListLikeIterable,p=e.ɵstringify,g=e.Directive,C=e.IterableDiffers,F=e.KeyValueDiffers,m=e.ElementRef,y=e.Renderer2,E=e.Input,_=e.NgModuleRef,A=e.ComponentFactoryResolver,v=e.ViewContainerRef,w=e.isDevMode,S=e.TemplateRef,b=e.Host,B=e.Attribute,L=e.ɵlooseIdentical,P=e.WrappedValue,k=e.ɵisPromise,R=e.ɵisObservable,M=e.Pipe,O=e.ChangeDetectorRef,T=e.DEFAULT_CURRENCY_CODE,x=e.NgModule,N=e.Version,V=e.ErrorHandler}],execute:function(){e({formatCurrency:Ke,formatDate:xe,formatNumber:Xe,formatPercent:Ye,getCurrencySymbol:Be,getLocaleCurrencyCode:function(e){return c(e)},getLocaleCurrencyName:function(e){return i(e)[l.CurrencyName]||null},getLocaleCurrencySymbol:function(e){return i(e)[l.CurrencySymbol]||null},getLocaleDateFormat:Ce,getLocaleDateTimeFormat:me,getLocaleDayNames:fe,getLocaleDayPeriods:de,getLocaleDirection:function(e){return i(e)[l.Directionality]},getLocaleEraNames:ge,getLocaleExtraDayPeriodRules:ve,getLocaleExtraDayPeriods:we,getLocaleFirstDayOfWeek:function(e){return i(e)[l.FirstDayOfWeek]},getLocaleId:he,getLocaleMonthNames:pe,getLocaleNumberFormat:Ee,getLocaleNumberSymbol:ye,getLocaleTimeFormat:Fe,getLocaleWeekEndRange:function(e){return i(e)[l.WeekendRange]},getNumberOfCurrencyDigits:Le,isPlatformBrowser:function(e){return e===Ut},isPlatformServer:function(e){return e===Gt},isPlatformWorkerApp:function(e){return e===Wt},isPlatformWorkerUi:function(e){return e===zt},registerLocaleData:function(e,t,r){return d(e,t,r)},"ɵangular_packages_common_common_a":G,"ɵangular_packages_common_common_b":Z,"ɵangular_packages_common_common_c":re,"ɵangular_packages_common_common_d":J,"ɵgetDOM":$,"ɵparseCookieValue":function(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[u,s]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(u.trim()===t)return decodeURIComponent(s)}return null},"ɵsetRootDomAdapter":function(e){I||(I=e)}});let I=null;function $(){return I}e("ɵDomAdapter",class{});const H=e("DOCUMENT",new t("DocumentToken"));class U{}function G(){return s(W)}e("PlatformLocation",U),U.decorators=[{type:r,args:[{providedIn:"platform",useFactory:G}]}],U.ɵprov=u({factory:G,token:U,providedIn:"platform"});e("LOCATION_INITIALIZED",new t("Location Initialized"));class W extends U{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=$().getLocation(),this._history=$().getHistory()}getBaseHrefFromDOM(){return $().getBaseHref(this._doc)}onPopState(e){$().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){$().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){z()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){z()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}function z(){return!!window.history.pushState}function Z(){return new W(s(H))}function j(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function K(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function Y(e){return e&&"?"!==e[0]?"?"+e:e}e("ɵBrowserPlatformLocation",W),W.decorators=[{type:r,args:[{providedIn:"platform",useFactory:Z}]}],W.ctorParameters=()=>[{type:void 0,decorators:[{type:o,args:[H]}]}],W.ɵprov=u({factory:Z,token:W,providedIn:"platform"});class X{}function J(e){const t=s(H).location;return new q(s(U),t&&t.origin||"")}e("LocationStrategy",X),X.decorators=[{type:r,args:[{providedIn:"root",useFactory:J}]}],X.ɵprov=u({factory:J,token:X,providedIn:"root"});const Q=e("APP_BASE_HREF",new t("appBaseHref"));class q extends X{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return j(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+Y(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,u){const s=this.prepareExternalUrl(r+Y(u));this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){const s=this.prepareExternalUrl(r+Y(u));this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}e("PathLocationStrategy",q),q.decorators=[{type:r}],q.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:o,args:[Q]}]}];class ee extends X{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=j(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,u){let s=this.prepareExternalUrl(r+Y(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){let s=this.prepareExternalUrl(r+Y(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}e("HashLocationStrategy",ee),ee.decorators=[{type:r}],ee.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:o,args:[Q]}]}];class te{constructor(e,t){this._subject=new a,this._urlChangeListeners=[],this._platformStrategy=e;const r=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=K(ue(r)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+Y(t))}normalize(e){return te.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,ue(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+Y(t)),r)}replaceState(e,t="",r=null){this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+Y(t)),r)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(r=>r(e,t))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function re(){return new te(s(X),s(U))}function ue(e){return e.replace(/\/index.html$/,"")}e("Location",te),te.normalizeQueryParams=Y,te.joinWithSlash=j,te.stripTrailingSlash=K,te.decorators=[{type:r,args:[{providedIn:"root",useFactory:re}]}],te.ctorParameters=()=>[{type:X},{type:U}],te.ɵprov=u({factory:re,token:te,providedIn:"root"});const se={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},oe=e("NumberFormatStyle",{Decimal:0,Percent:1,Currency:2,Scientific:3});oe[oe.Decimal]="Decimal",oe[oe.Percent]="Percent",oe[oe.Currency]="Currency",oe[oe.Scientific]="Scientific";const ne=e("Plural",{Zero:0,One:1,Two:2,Few:3,Many:4,Other:5});ne[ne.Zero]="Zero",ne[ne.One]="One",ne[ne.Two]="Two",ne[ne.Few]="Few",ne[ne.Many]="Many",ne[ne.Other]="Other";const ae=e("FormStyle",{Format:0,Standalone:1});ae[ae.Format]="Format",ae[ae.Standalone]="Standalone";const ie=e("TranslationWidth",{Narrow:0,Abbreviated:1,Wide:2,Short:3});ie[ie.Narrow]="Narrow",ie[ie.Abbreviated]="Abbreviated",ie[ie.Wide]="Wide",ie[ie.Short]="Short";const le=e("FormatWidth",{Short:0,Medium:1,Long:2,Full:3});le[le.Short]="Short",le[le.Medium]="Medium",le[le.Long]="Long",le[le.Full]="Full";const ce=e("NumberSymbol",{Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13});ce[ce.Decimal]="Decimal",ce[ce.Group]="Group",ce[ce.List]="List",ce[ce.PercentSign]="PercentSign",ce[ce.PlusSign]="PlusSign",ce[ce.MinusSign]="MinusSign",ce[ce.Exponential]="Exponential",ce[ce.SuperscriptingExponent]="SuperscriptingExponent",ce[ce.PerMille]="PerMille",ce[ce.Infinity]="Infinity",ce[ce.NaN]="NaN",ce[ce.TimeSeparator]="TimeSeparator",ce[ce.CurrencyDecimal]="CurrencyDecimal",ce[ce.CurrencyGroup]="CurrencyGroup";const De=e("WeekDay",{Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6});function he(e){return i(e)[l.LocaleId]}function de(e,t,r){const u=i(e),s=Se([u[l.DayPeriodsFormat],u[l.DayPeriodsStandalone]],t);return Se(s,r)}function fe(e,t,r){const u=i(e),s=Se([u[l.DaysFormat],u[l.DaysStandalone]],t);return Se(s,r)}function pe(e,t,r){const u=i(e),s=Se([u[l.MonthsFormat],u[l.MonthsStandalone]],t);return Se(s,r)}function ge(e,t){return Se(i(e)[l.Eras],t)}function Ce(e,t){return Se(i(e)[l.DateFormat],t)}function Fe(e,t){return Se(i(e)[l.TimeFormat],t)}function me(e,t){return Se(i(e)[l.DateTimeFormat],t)}function ye(e,t){const r=i(e),u=r[l.NumberSymbols][t];if(void 0===u){if(t===ce.CurrencyDecimal)return r[l.NumberSymbols][ce.Decimal];if(t===ce.CurrencyGroup)return r[l.NumberSymbols][ce.Group]}return u}function Ee(e,t){return i(e)[l.NumberFormats][t]}De[De.Sunday]="Sunday",De[De.Monday]="Monday",De[De.Tuesday]="Tuesday",De[De.Wednesday]="Wednesday",De[De.Thursday]="Thursday",De[De.Friday]="Friday",De[De.Saturday]="Saturday";const _e=e("getLocalePluralCase",D);function Ae(e){if(!e[l.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[l.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function ve(e){const t=i(e);return Ae(t),(t[l.ExtraData][2]||[]).map(e=>"string"==typeof e?be(e):[be(e[0]),be(e[1])])}function we(e,t,r){const u=i(e);Ae(u);const s=Se([u[l.ExtraData][0],u[l.ExtraData][1]],t)||[];return Se(s,r)||[]}function Se(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function be(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function Be(e,t,r="en"){const u=function(e){return i(e)[l.Currencies]}(r)[e]||se[e]||[],s=u[1];return"narrow"===t&&"string"==typeof s?s:u[0]||e}function Le(e){let t;const r=se[e];return r&&(t=r[2]),"number"==typeof t?t:2}const Pe=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,ke={},Re=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,Me={Short:0,ShortGMT:1,Long:2,Extended:3};Me[Me.Short]="Short",Me[Me.ShortGMT]="ShortGMT",Me[Me.Long]="Long",Me[Me.Extended]="Extended";const Oe={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};Oe[Oe.FullYear]="FullYear",Oe[Oe.Month]="Month",Oe[Oe.Date]="Date",Oe[Oe.Hours]="Hours",Oe[Oe.Minutes]="Minutes",Oe[Oe.Seconds]="Seconds",Oe[Oe.FractionalSeconds]="FractionalSeconds",Oe[Oe.Day]="Day";const Te={DayPeriods:0,Days:1,Months:2,Eras:3};function xe(e,t,r,u){let s=function(e){if(ze(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,r,u]=e.split("-").map(e=>+e);return new Date(t,r-1,u)}let r;if(r=e.match(Pe))return function(e){const t=new Date(0);let r=0,u=0;const s=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));s.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const n=Number(e[4]||0)-r,a=Number(e[5]||0)-u,i=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,n,a,i,l),t}(r)}const t=new Date(e);if(!ze(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,r){const u=he(t);if(ke[u]=ke[u]||{},ke[u][r])return ke[u][r];let s="";switch(r){case"shortDate":s=Ce(t,le.Short);break;case"mediumDate":s=Ce(t,le.Medium);break;case"longDate":s=Ce(t,le.Long);break;case"fullDate":s=Ce(t,le.Full);break;case"shortTime":s=Fe(t,le.Short);break;case"mediumTime":s=Fe(t,le.Medium);break;case"longTime":s=Fe(t,le.Long);break;case"fullTime":s=Fe(t,le.Full);break;case"short":const r=e(t,"shortTime"),u=e(t,"shortDate");s=Ne(me(t,le.Short),[r,u]);break;case"medium":const o=e(t,"mediumTime"),n=e(t,"mediumDate");s=Ne(me(t,le.Medium),[o,n]);break;case"long":const a=e(t,"longTime"),i=e(t,"longDate");s=Ne(me(t,le.Long),[a,i]);break;case"full":const l=e(t,"fullTime"),c=e(t,"fullDate");s=Ne(me(t,le.Full),[l,c])}s&&(ke[u][r]=s);return s}(r,t)||t;let o,n=[];for(;t;){if(o=Re.exec(t),!o){n.push(t);break}{n=n.concat(o.slice(1));const e=n.pop();if(!e)break;t=e}}let a=s.getTimezoneOffset();u&&(a=We(u,a),s=function(e,t,r){const u=r?-1:1,s=e.getTimezoneOffset(),o=We(t,s);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-s))}(s,u,!0));let i="";return n.forEach(e=>{const t=function(e){if(Ge[e])return Ge[e];let t;switch(e){case"G":case"GG":case"GGG":t=$e(Te.Eras,ie.Abbreviated);break;case"GGGG":t=$e(Te.Eras,ie.Wide);break;case"GGGGG":t=$e(Te.Eras,ie.Narrow);break;case"y":t=Ie(Oe.FullYear,1,0,!1,!0);break;case"yy":t=Ie(Oe.FullYear,2,0,!0,!0);break;case"yyy":t=Ie(Oe.FullYear,3,0,!1,!0);break;case"yyyy":t=Ie(Oe.FullYear,4,0,!1,!0);break;case"M":case"L":t=Ie(Oe.Month,1,1);break;case"MM":case"LL":t=Ie(Oe.Month,2,1);break;case"MMM":t=$e(Te.Months,ie.Abbreviated);break;case"MMMM":t=$e(Te.Months,ie.Wide);break;case"MMMMM":t=$e(Te.Months,ie.Narrow);break;case"LLL":t=$e(Te.Months,ie.Abbreviated,ae.Standalone);break;case"LLLL":t=$e(Te.Months,ie.Wide,ae.Standalone);break;case"LLLLL":t=$e(Te.Months,ie.Narrow,ae.Standalone);break;case"w":t=Ue(1);break;case"ww":t=Ue(2);break;case"W":t=Ue(1,!0);break;case"d":t=Ie(Oe.Date,1);break;case"dd":t=Ie(Oe.Date,2);break;case"E":case"EE":case"EEE":t=$e(Te.Days,ie.Abbreviated);break;case"EEEE":t=$e(Te.Days,ie.Wide);break;case"EEEEE":t=$e(Te.Days,ie.Narrow);break;case"EEEEEE":t=$e(Te.Days,ie.Short);break;case"a":case"aa":case"aaa":t=$e(Te.DayPeriods,ie.Abbreviated);break;case"aaaa":t=$e(Te.DayPeriods,ie.Wide);break;case"aaaaa":t=$e(Te.DayPeriods,ie.Narrow);break;case"b":case"bb":case"bbb":t=$e(Te.DayPeriods,ie.Abbreviated,ae.Standalone,!0);break;case"bbbb":t=$e(Te.DayPeriods,ie.Wide,ae.Standalone,!0);break;case"bbbbb":t=$e(Te.DayPeriods,ie.Narrow,ae.Standalone,!0);break;case"B":case"BB":case"BBB":t=$e(Te.DayPeriods,ie.Abbreviated,ae.Format,!0);break;case"BBBB":t=$e(Te.DayPeriods,ie.Wide,ae.Format,!0);break;case"BBBBB":t=$e(Te.DayPeriods,ie.Narrow,ae.Format,!0);break;case"h":t=Ie(Oe.Hours,1,-12);break;case"hh":t=Ie(Oe.Hours,2,-12);break;case"H":t=Ie(Oe.Hours,1);break;case"HH":t=Ie(Oe.Hours,2);break;case"m":t=Ie(Oe.Minutes,1);break;case"mm":t=Ie(Oe.Minutes,2);break;case"s":t=Ie(Oe.Seconds,1);break;case"ss":t=Ie(Oe.Seconds,2);break;case"S":t=Ie(Oe.FractionalSeconds,1);break;case"SS":t=Ie(Oe.FractionalSeconds,2);break;case"SSS":t=Ie(Oe.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=He(Me.Short);break;case"ZZZZZ":t=He(Me.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=He(Me.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=He(Me.Long);break;default:return null}return Ge[e]=t,t}(e);i+=t?t(s,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}function Ne(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ve(e,t,r="-",u,s){let o="";(e<0||s&&e<=0)&&(s?e=1-e:(e=-e,o=r));let n=String(e);for(;n.length<t;)n="0"+n;return u&&(n=n.substr(n.length-t)),o+n}function Ie(e,t,r=0,u=!1,s=!1){return function(o,n){let a=function(e,t){switch(e){case Oe.FullYear:return t.getFullYear();case Oe.Month:return t.getMonth();case Oe.Date:return t.getDate();case Oe.Hours:return t.getHours();case Oe.Minutes:return t.getMinutes();case Oe.Seconds:return t.getSeconds();case Oe.FractionalSeconds:return t.getMilliseconds();case Oe.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,o);if((r>0||a>-r)&&(a+=r),e===Oe.Hours)0===a&&-12===r&&(a=12);else if(e===Oe.FractionalSeconds)return i=t,Ve(a,3).substr(0,i);var i;const l=ye(n,ce.MinusSign);return Ve(a,t,l,u,s)}}function $e(e,t,r=ae.Format,u=!1){return function(s,o){return function(e,t,r,u,s,o){switch(r){case Te.Months:return pe(t,s,u)[e.getMonth()];case Te.Days:return fe(t,s,u)[e.getDay()];case Te.DayPeriods:const n=e.getHours(),a=e.getMinutes();if(o){const e=ve(t),r=we(t,s,u);let o;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:u,minutes:s}=e[0],{hours:i,minutes:l}=e[1];n>=u&&a>=s&&(n<i||n===i&&a<l)&&(o=r[t])}else{const{hours:u,minutes:s}=e;u===n&&s===a&&(o=r[t])}}),o)return o}return de(t,s,u)[n<12?0:1];case Te.Eras:return ge(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(s,o,e,t,r,u)}}function He(e){return function(t,r,u){const s=-1*u,o=ye(r,ce.MinusSign),n=s>0?Math.floor(s/60):Math.ceil(s/60);switch(e){case Me.Short:return(s>=0?"+":"")+Ve(n,2,o)+Ve(Math.abs(s%60),2,o);case Me.ShortGMT:return"GMT"+(s>=0?"+":"")+Ve(n,1,o);case Me.Long:return"GMT"+(s>=0?"+":"")+Ve(n,2,o)+":"+Ve(Math.abs(s%60),2,o);case Me.Extended:return 0===u?"Z":(s>=0?"+":"")+Ve(n,2,o)+":"+Ve(Math.abs(s%60),2,o);default:throw new Error(`Unknown zone width "${e}"`)}}}Te[Te.DayPeriods]="DayPeriods",Te[Te.Days]="Days",Te[Te.Months]="Months",Te[Te.Eras]="Eras";function Ue(e,t=!1){return function(r,u){let s;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();s=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(r.getFullYear()),t=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-e.getTime();s=1+Math.round(t/6048e5)}var o;return Ve(s,e,ye(u,ce.MinusSign))}}const Ge={};function We(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function ze(e){return e instanceof Date&&!isNaN(e.valueOf())}const Ze=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function je(e,t,r,u,s,o,n=!1){let a="",i=!1;if(isFinite(e)){let l=function(e){let t,r,u,s,o,n=Math.abs(e)+"",a=0;(r=n.indexOf("."))>-1&&(n=n.replace(".",""));(u=n.search(/e/i))>0?(r<0&&(r=u),r+=+n.slice(u+1),n=n.substring(0,u)):r<0&&(r=n.length);for(u=0;"0"===n.charAt(u);u++);if(u===(o=n.length))t=[0],r=1;else{for(o--;"0"===n.charAt(o);)o--;for(r-=u,t=[],s=0;u<=o;u++,s++)t[s]=Number(n.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);n&&(l=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));let c=t.minInt,D=t.minFrac,h=t.maxFrac;if(o){const e=o.match(Ze);if(null===e)throw new Error(o+" is not a valid digit info");const t=e[1],r=e[3],u=e[5];null!=t&&(c=Qe(t)),null!=r&&(D=Qe(r)),null!=u?h=Qe(u):null!=r&&D>h&&(h=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let u=e.digits,s=u.length-e.integerLen;const o=Math.min(Math.max(t,s),r);let n=o+e.integerLen,a=u[n];if(n>0){u.splice(Math.max(e.integerLen,n));for(let e=n;e<u.length;e++)u[e]=0}else{s=Math.max(0,s),e.integerLen=1,u.length=Math.max(1,n=o+1),u[0]=0;for(let e=1;e<n;e++)u[e]=0}if(a>=5)if(n-1<0){for(let t=0;t>n;t--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[n-1]++;for(;s<Math.max(0,o);s++)u.push(0);let i=0!==o;const l=t+e.integerLen,c=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,i&&(0===u[r]&&r>=l?u.pop():i=!1),t>=10?1:0}),0);c&&(u.unshift(c),e.integerLen++)}(l,D,h);let d=l.digits,f=l.integerLen;const p=l.exponent;let g=[];for(i=d.every(e=>!e);f<c;f++)d.unshift(0);for(;f<0;f++)d.unshift(0);f>0?g=d.splice(f,d.length):(g=d,d=[0]);const C=[];for(d.length>=t.lgSize&&C.unshift(d.splice(-t.lgSize,d.length).join(""));d.length>t.gSize;)C.unshift(d.splice(-t.gSize,d.length).join(""));d.length&&C.unshift(d.join("")),a=C.join(ye(r,u)),g.length&&(a+=ye(r,s)+g.join("")),p&&(a+=ye(r,ce.Exponential)+"+"+p)}else a=ye(r,ce.Infinity);return a=e<0&&!i?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function Ke(e,t,r,u,s){const o=Je(Ee(t,oe.Currency),ye(t,ce.MinusSign));return o.minFrac=Le(u),o.maxFrac=o.minFrac,je(e,o,t,ce.CurrencyGroup,ce.CurrencyDecimal,s).replace("¤",r).replace("¤","").trim()}function Ye(e,t,r){return je(e,Je(Ee(t,oe.Percent),ye(t,ce.MinusSign)),t,ce.Group,ce.Decimal,r,!0).replace(new RegExp("%","g"),ye(t,ce.PercentSign))}function Xe(e,t,r){return je(e,Je(Ee(t,oe.Decimal),ye(t,ce.MinusSign)),t,ce.Group,ce.Decimal,r)}function Je(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),s=u[0],o=u[1],n=-1!==s.indexOf(".")?s.split("."):[s.substring(0,s.lastIndexOf("0")+1),s.substring(s.lastIndexOf("0")+1)],a=n[0],i=n[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(let e=0;e<i.length;e++){const t=i.charAt(e);"0"===t?r.minFrac=r.maxFrac=e+1:"#"===t?r.maxFrac=e+1:r.posSuf+=t}const l=a.split(",");if(r.gSize=l[1]?l[1].length:0,r.lgSize=l[2]||l[1]?(l[2]||l[1]).length:0,o){const e=s.length-r.posPre.length-r.posSuf.length,t=o.indexOf("#");r.negPre=o.substr(0,t).replace(/'/g,""),r.negSuf=o.substr(t+e).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function Qe(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class qe{}function et(e,t,r,u){let s="="+e;if(t.indexOf(s)>-1)return s;if(s=r.getPluralCategory(e,u),t.indexOf(s)>-1)return s;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}e("NgLocalization",qe);class tt extends qe{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(_e(t||this.locale)(e)){case ne.Zero:return"zero";case ne.One:return"one";case ne.Two:return"two";case ne.Few:return"few";case ne.Many:return"many";default:return"other"}}}e("NgLocaleLocalization",tt),tt.decorators=[{type:r}],tt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];class rt{constructor(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(f(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+p(e.item));this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}e("NgClass",rt),rt.decorators=[{type:g,args:[{selector:"[ngClass]"}]}],rt.ctorParameters=()=>[{type:C},{type:F},{type:m},{type:y}],rt.propDecorators={klass:[{type:E,args:["class"]}],ngClass:[{type:E,args:["ngClass"]}]};class ut{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(_);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const r=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(A)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(r,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}e("NgComponentOutlet",ut),ut.decorators=[{type:g,args:[{selector:"[ngComponentOutlet]"}]}],ut.ctorParameters=()=>[{type:v}],ut.propDecorators={ngComponentOutlet:[{type:E}],ngComponentOutletInjector:[{type:E}],ngComponentOutletContent:[{type:E}],ngComponentOutletNgModuleFactory:[{type:E}]};class st{constructor(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}e("NgForOfContext",st);class ot{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){w()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch(r){throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,r,u)=>{if(null==e.previousIndex){const r=this._viewContainer.createEmbeddedView(this._template,new st(null,this._ngForOf,-1,-1),null===u?void 0:u),s=new nt(e,r);t.push(s)}else if(null==u)this._viewContainer.remove(null===r?void 0:r);else if(null!==r){const s=this._viewContainer.get(r);this._viewContainer.move(s,u);const o=new nt(e,s);t.push(o)}});for(let e=0;e<t.length;e++)this._perViewChange(t[e].view,t[e].record);for(let e=0,t=this._viewContainer.length;e<t;e++){const r=this._viewContainer.get(e);r.context.index=e,r.context.count=t,r.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}e("NgForOf",ot),ot.decorators=[{type:g,args:[{selector:"[ngFor][ngForOf]"}]}],ot.ctorParameters=()=>[{type:v},{type:S},{type:C}],ot.propDecorators={ngForOf:[{type:E}],ngForTrackBy:[{type:E}],ngForTemplate:[{type:E}]};class nt{constructor(e,t){this.record=e,this.view=t}}class at{constructor(e,t){this._viewContainer=e,this._context=new it,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){lt("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){lt("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}e("NgIf",at),at.decorators=[{type:g,args:[{selector:"[ngIf]"}]}],at.ctorParameters=()=>[{type:v},{type:S}],at.propDecorators={ngIf:[{type:E}],ngIfThen:[{type:E}],ngIfElse:[{type:E}]};class it{constructor(){this.$implicit=null,this.ngIf=null}}function lt(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${p(t)}'.`)}e("NgIfContext",it);class ct{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Dt{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}}}e("NgSwitch",Dt),Dt.decorators=[{type:g,args:[{selector:"[ngSwitch]"}]}],Dt.propDecorators={ngSwitch:[{type:E}]};class ht{constructor(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new ct(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}e("NgSwitchCase",ht),ht.decorators=[{type:g,args:[{selector:"[ngSwitchCase]"}]}],ht.ctorParameters=()=>[{type:v},{type:S},{type:Dt,decorators:[{type:b}]}],ht.propDecorators={ngSwitchCase:[{type:E}]};class dt{constructor(e,t,r){r._addDefault(new ct(e,t))}}e("NgSwitchDefault",dt),dt.decorators=[{type:g,args:[{selector:"[ngSwitchDefault]"}]}],dt.ctorParameters=()=>[{type:v},{type:S},{type:Dt,decorators:[{type:b}]}];class ft{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=et(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}e("NgPlural",ft),ft.decorators=[{type:g,args:[{selector:"[ngPlural]"}]}],ft.ctorParameters=()=>[{type:qe}],ft.propDecorators={ngPlural:[{type:E}]};class pt{constructor(e,t,r,u){this.value=e;const s=!isNaN(Number(e));u.addCase(s?"="+e:e,new ct(r,t))}}e("NgPluralCase",pt),pt.decorators=[{type:g,args:[{selector:"[ngPluralCase]"}]}],pt.ctorParameters=()=>[{type:String,decorators:[{type:B,args:["ngPluralCase"]}]},{type:S},{type:v},{type:ft,decorators:[{type:b}]}];class gt{constructor(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[r,u]=e.split(".");null!=(t=null!=t&&u?`${t}${u}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}e("NgStyle",gt),gt.decorators=[{type:g,args:[{selector:"[ngStyle]"}]}],gt.ctorParameters=()=>[{type:m},{type:F},{type:y}],gt.propDecorators={ngStyle:[{type:E,args:["ngStyle"]}]};class Ct{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),r=Object.keys(e.currentValue||{});if(t.length===r.length){for(let e of r)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}e("NgTemplateOutlet",Ct),Ct.decorators=[{type:g,args:[{selector:"[ngTemplateOutlet]"}]}],Ct.ctorParameters=()=>[{type:v}],Ct.propDecorators={ngTemplateOutletContext:[{type:E}],ngTemplateOutlet:[{type:E}]};const Ft=e("ɵangular_packages_common_common_e",[rt,ut,ot,at,Ct,gt,Dt,ht,dt,ft,pt]);function mt(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${p(e)}'`)}const yt=new class{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}},Et=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}};class _t{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):L(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,P.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(e){if(k(e))return yt;if(R(e))return Et;throw mt(_t,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}e("AsyncPipe",_t),_t.decorators=[{type:M,args:[{name:"async",pure:!1}]}],_t.ctorParameters=()=>[{type:O}];class At{transform(e){if(!e)return e;if("string"!=typeof e)throw mt(At,e);return e.toLowerCase()}}e("LowerCasePipe",At),At.decorators=[{type:M,args:[{name:"lowercase"}]}];const vt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;class wt{transform(e){if(!e)return e;if("string"!=typeof e)throw mt(wt,e);return e.replace(vt,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}e("TitleCasePipe",wt),wt.decorators=[{type:M,args:[{name:"titlecase"}]}];class St{transform(e){if(!e)return e;if("string"!=typeof e)throw mt(St,e);return e.toUpperCase()}}e("UpperCasePipe",St),St.decorators=[{type:M,args:[{name:"uppercase"}]}];class bt{constructor(e){this.locale=e}transform(e,t="mediumDate",r,u){if(null==e||""===e||e!=e)return null;try{return xe(e,t,u||this.locale,r)}catch(e){throw mt(bt,e.message)}}}e("DatePipe",bt),bt.decorators=[{type:M,args:[{name:"date",pure:!0}]}],bt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];const Bt=/#/g;class Lt{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw mt(Lt,t);return t[et(e,Object.keys(t),this._localization,r)].replace(Bt,e.toString())}}e("I18nPluralPipe",Lt),Lt.decorators=[{type:M,args:[{name:"i18nPlural",pure:!0}]}],Lt.ctorParameters=()=>[{type:qe}];class Pt{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw mt(Pt,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}e("I18nSelectPipe",Pt),Pt.decorators=[{type:M,args:[{name:"i18nSelect",pure:!0}]}];class kt{transform(e){return JSON.stringify(e,null,2)}}e("JsonPipe",kt),kt.decorators=[{type:M,args:[{name:"json",pure:!1}]}];class Rt{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=Mt){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e);return r&&(this.keyValues=[],r.forEachItem(e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}),this.keyValues.sort(t)),this.keyValues}}function Mt(e,t){const r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;const s=String(r),o=String(u);return s==o?0:s<o?-1:1}e("KeyValuePipe",Rt),Rt.decorators=[{type:M,args:[{name:"keyvalue",pure:!1}]}],Rt.ctorParameters=()=>[{type:F}];class Ot{constructor(e){this._locale=e}transform(e,t,r){if(Nt(e))return null;r=r||this._locale;try{return Xe(Vt(e),r,t)}catch(e){throw mt(Ot,e.message)}}}e("DecimalPipe",Ot),Ot.decorators=[{type:M,args:[{name:"number"}]}],Ot.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];class Tt{constructor(e){this._locale=e}transform(e,t,r){if(Nt(e))return null;r=r||this._locale;try{return Ye(Vt(e),r,t)}catch(e){throw mt(Tt,e.message)}}}e("PercentPipe",Tt),Tt.decorators=[{type:M,args:[{name:"percent"}]}],Tt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];class xt{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(e,t,r="symbol",u,s){if(Nt(e))return null;s=s||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let o=t||this._defaultCurrencyCode;"code"!==r&&(o="symbol"===r||"symbol-narrow"===r?Be(o,"symbol"===r?"wide":"narrow",s):r);try{return Ke(Vt(e),s,o,t,u)}catch(e){throw mt(xt,e.message)}}}function Nt(e){return null==e||""===e||e!=e}function Vt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}e("CurrencyPipe",xt),xt.decorators=[{type:M,args:[{name:"currency"}]}],xt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]},{type:String,decorators:[{type:o,args:[T]}]}];class It{transform(e,t,r){if(null==e)return e;if(!this.supports(e))throw mt(It,e);return e.slice(t,r)}supports(e){return"string"==typeof e||Array.isArray(e)}}e("SlicePipe",It),It.decorators=[{type:M,args:[{name:"slice",pure:!1}]}];const $t=e("ɵangular_packages_common_common_f",[_t,St,At,kt,It,Ot,Tt,wt,xt,bt,Lt,Pt,Rt]);class Ht{}e("CommonModule",Ht),Ht.decorators=[{type:x,args:[{declarations:[Ft,$t],exports:[Ft,$t],providers:[{provide:qe,useClass:tt}]}]}];const Ut=e("ɵPLATFORM_BROWSER_ID","browser"),Gt=e("ɵPLATFORM_SERVER_ID","server"),Wt=e("ɵPLATFORM_WORKER_APP_ID","browserWorkerApp"),zt=e("ɵPLATFORM_WORKER_UI_ID","browserWorkerUi");e("VERSION",new N("9.1.3"));class Zt{}e("ViewportScroller",Zt),Zt.ɵprov=u({token:Zt,providedIn:"root",factory:()=>new jt(s(H),window,s(V))});class jt{constructor(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);const r=this.document.querySelector(`[name='${e}']`);if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],u-s[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}e("ɵNullViewportScroller",class{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}})}}}));
/* @angular/common@9.1.4 */
System.register(["@angular/core"],(function(e){"use strict";var t,r,u,s,o,n,a,i,l,c,D,h,d,f,p,g,C,F,m,y,E,_,A,v,w,S,b,B,L,P,k,R,M,O,T,x,N,V;return{setters:[function(e){t=e.InjectionToken,r=e.Injectable,u=e.ɵɵdefineInjectable,s=e.ɵɵinject,o=e.Inject,n=e.Optional,a=e.EventEmitter,i=e.ɵfindLocaleData,l=e.ɵLocaleDataIndex,c=e.ɵgetLocaleCurrencyCode,D=e.ɵgetLocalePluralCase,h=e.LOCALE_ID,d=e.ɵregisterLocaleData,f=e.ɵisListLikeIterable,p=e.ɵstringify,g=e.Directive,C=e.IterableDiffers,F=e.KeyValueDiffers,m=e.ElementRef,y=e.Renderer2,E=e.Input,_=e.NgModuleRef,A=e.ComponentFactoryResolver,v=e.ViewContainerRef,w=e.isDevMode,S=e.TemplateRef,b=e.Host,B=e.Attribute,L=e.ɵlooseIdentical,P=e.WrappedValue,k=e.ɵisPromise,R=e.ɵisObservable,M=e.Pipe,O=e.ChangeDetectorRef,T=e.DEFAULT_CURRENCY_CODE,x=e.NgModule,N=e.Version,V=e.ErrorHandler}],execute:function(){e({formatCurrency:Ke,formatDate:xe,formatNumber:Xe,formatPercent:Ye,getCurrencySymbol:Be,getLocaleCurrencyCode:function(e){return c(e)},getLocaleCurrencyName:function(e){return i(e)[l.CurrencyName]||null},getLocaleCurrencySymbol:function(e){return i(e)[l.CurrencySymbol]||null},getLocaleDateFormat:Ce,getLocaleDateTimeFormat:me,getLocaleDayNames:fe,getLocaleDayPeriods:de,getLocaleDirection:function(e){return i(e)[l.Directionality]},getLocaleEraNames:ge,getLocaleExtraDayPeriodRules:ve,getLocaleExtraDayPeriods:we,getLocaleFirstDayOfWeek:function(e){return i(e)[l.FirstDayOfWeek]},getLocaleId:he,getLocaleMonthNames:pe,getLocaleNumberFormat:Ee,getLocaleNumberSymbol:ye,getLocaleTimeFormat:Fe,getLocaleWeekEndRange:function(e){return i(e)[l.WeekendRange]},getNumberOfCurrencyDigits:Le,isPlatformBrowser:function(e){return e===Ut},isPlatformServer:function(e){return e===Gt},isPlatformWorkerApp:function(e){return e===Wt},isPlatformWorkerUi:function(e){return e===zt},registerLocaleData:function(e,t,r){return d(e,t,r)},"ɵangular_packages_common_common_a":G,"ɵangular_packages_common_common_b":Z,"ɵangular_packages_common_common_c":re,"ɵangular_packages_common_common_d":J,"ɵgetDOM":$,"ɵparseCookieValue":function(e,t){t=encodeURIComponent(t);for(const r of e.split(";")){const e=r.indexOf("="),[u,s]=-1==e?[r,""]:[r.slice(0,e),r.slice(e+1)];if(u.trim()===t)return decodeURIComponent(s)}return null},"ɵsetRootDomAdapter":function(e){I||(I=e)}});let I=null;function $(){return I}e("ɵDomAdapter",class{});const H=e("DOCUMENT",new t("DocumentToken"));class U{}function G(){return s(W)}e("PlatformLocation",U),U.decorators=[{type:r,args:[{providedIn:"platform",useFactory:G}]}],U.ɵprov=u({factory:G,token:U,providedIn:"platform"});e("LOCATION_INITIALIZED",new t("Location Initialized"));class W extends U{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=$().getLocation(),this._history=$().getHistory()}getBaseHrefFromDOM(){return $().getBaseHref(this._doc)}onPopState(e){$().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){$().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(e){this.location.pathname=e}pushState(e,t,r){z()?this._history.pushState(e,t,r):this.location.hash=r}replaceState(e,t,r){z()?this._history.replaceState(e,t,r):this.location.hash=r}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}}function z(){return!!window.history.pushState}function Z(){return new W(s(H))}function j(e,t){if(0==e.length)return t;if(0==t.length)return e;let r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function K(e){const t=e.match(/#|\?|$/),r=t&&t.index||e.length,u=r-("/"===e[r-1]?1:0);return e.slice(0,u)+e.slice(r)}function Y(e){return e&&"?"!==e[0]?"?"+e:e}e("ɵBrowserPlatformLocation",W),W.decorators=[{type:r,args:[{providedIn:"platform",useFactory:Z}]}],W.ctorParameters=()=>[{type:void 0,decorators:[{type:o,args:[H]}]}],W.ɵprov=u({factory:Z,token:W,providedIn:"platform"});class X{}function J(e){const t=s(H).location;return new q(s(U),t&&t.origin||"")}e("LocationStrategy",X),X.decorators=[{type:r,args:[{providedIn:"root",useFactory:J}]}],X.ɵprov=u({factory:J,token:X,providedIn:"root"});const Q=e("APP_BASE_HREF",new t("appBaseHref"));class q extends X{constructor(e,t){if(super(),this._platformLocation=e,null==t&&(t=this._platformLocation.getBaseHrefFromDOM()),null==t)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=t}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return j(this._baseHref,e)}path(e=!1){const t=this._platformLocation.pathname+Y(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?`${t}${r}`:t}pushState(e,t,r,u){const s=this.prepareExternalUrl(r+Y(u));this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){const s=this.prepareExternalUrl(r+Y(u));this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}e("PathLocationStrategy",q),q.decorators=[{type:r}],q.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:o,args:[Q]}]}];class ee extends X{constructor(e,t){super(),this._platformLocation=e,this._baseHref="",null!=t&&(this._baseHref=t)}onPopState(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)}getBaseHref(){return this._baseHref}path(e=!1){let t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t}prepareExternalUrl(e){const t=j(this._baseHref,e);return t.length>0?"#"+t:t}pushState(e,t,r,u){let s=this.prepareExternalUrl(r+Y(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,t,s)}replaceState(e,t,r,u){let s=this.prepareExternalUrl(r+Y(u));0==s.length&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}}e("HashLocationStrategy",ee),ee.decorators=[{type:r}],ee.ctorParameters=()=>[{type:U},{type:String,decorators:[{type:n},{type:o,args:[Q]}]}];class te{constructor(e,t){this._subject=new a,this._urlChangeListeners=[],this._platformStrategy=e;const r=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=K(ue(r)),this._platformStrategy.onPopState(e=>{this._subject.emit({url:this.path(!0),pop:!0,state:e.state,type:e.type})})}path(e=!1){return this.normalize(this._platformStrategy.path(e))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(e,t=""){return this.path()==this.normalize(e+Y(t))}normalize(e){return te.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,ue(e)))}prepareExternalUrl(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)}go(e,t="",r=null){this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+Y(t)),r)}replaceState(e,t="",r=null){this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+Y(t)),r)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}onUrlChange(e){this._urlChangeListeners.push(e),this.subscribe(e=>{this._notifyUrlChangeListeners(e.url,e.state)})}_notifyUrlChangeListeners(e="",t){this._urlChangeListeners.forEach(r=>r(e,t))}subscribe(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})}}function re(){return new te(s(X),s(U))}function ue(e){return e.replace(/\/index.html$/,"")}e("Location",te),te.normalizeQueryParams=Y,te.joinWithSlash=j,te.stripTrailingSlash=K,te.decorators=[{type:r,args:[{providedIn:"root",useFactory:re}]}],te.ctorParameters=()=>[{type:X},{type:U}],te.ɵprov=u({factory:re,token:te,providedIn:"root"});const se={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]},oe=e("NumberFormatStyle",{Decimal:0,Percent:1,Currency:2,Scientific:3});oe[oe.Decimal]="Decimal",oe[oe.Percent]="Percent",oe[oe.Currency]="Currency",oe[oe.Scientific]="Scientific";const ne=e("Plural",{Zero:0,One:1,Two:2,Few:3,Many:4,Other:5});ne[ne.Zero]="Zero",ne[ne.One]="One",ne[ne.Two]="Two",ne[ne.Few]="Few",ne[ne.Many]="Many",ne[ne.Other]="Other";const ae=e("FormStyle",{Format:0,Standalone:1});ae[ae.Format]="Format",ae[ae.Standalone]="Standalone";const ie=e("TranslationWidth",{Narrow:0,Abbreviated:1,Wide:2,Short:3});ie[ie.Narrow]="Narrow",ie[ie.Abbreviated]="Abbreviated",ie[ie.Wide]="Wide",ie[ie.Short]="Short";const le=e("FormatWidth",{Short:0,Medium:1,Long:2,Full:3});le[le.Short]="Short",le[le.Medium]="Medium",le[le.Long]="Long",le[le.Full]="Full";const ce=e("NumberSymbol",{Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13});ce[ce.Decimal]="Decimal",ce[ce.Group]="Group",ce[ce.List]="List",ce[ce.PercentSign]="PercentSign",ce[ce.PlusSign]="PlusSign",ce[ce.MinusSign]="MinusSign",ce[ce.Exponential]="Exponential",ce[ce.SuperscriptingExponent]="SuperscriptingExponent",ce[ce.PerMille]="PerMille",ce[ce.Infinity]="Infinity",ce[ce.NaN]="NaN",ce[ce.TimeSeparator]="TimeSeparator",ce[ce.CurrencyDecimal]="CurrencyDecimal",ce[ce.CurrencyGroup]="CurrencyGroup";const De=e("WeekDay",{Sunday:0,Monday:1,Tuesday:2,Wednesday:3,Thursday:4,Friday:5,Saturday:6});function he(e){return i(e)[l.LocaleId]}function de(e,t,r){const u=i(e),s=Se([u[l.DayPeriodsFormat],u[l.DayPeriodsStandalone]],t);return Se(s,r)}function fe(e,t,r){const u=i(e),s=Se([u[l.DaysFormat],u[l.DaysStandalone]],t);return Se(s,r)}function pe(e,t,r){const u=i(e),s=Se([u[l.MonthsFormat],u[l.MonthsStandalone]],t);return Se(s,r)}function ge(e,t){return Se(i(e)[l.Eras],t)}function Ce(e,t){return Se(i(e)[l.DateFormat],t)}function Fe(e,t){return Se(i(e)[l.TimeFormat],t)}function me(e,t){return Se(i(e)[l.DateTimeFormat],t)}function ye(e,t){const r=i(e),u=r[l.NumberSymbols][t];if(void 0===u){if(t===ce.CurrencyDecimal)return r[l.NumberSymbols][ce.Decimal];if(t===ce.CurrencyGroup)return r[l.NumberSymbols][ce.Group]}return u}function Ee(e,t){return i(e)[l.NumberFormats][t]}De[De.Sunday]="Sunday",De[De.Monday]="Monday",De[De.Tuesday]="Tuesday",De[De.Wednesday]="Wednesday",De[De.Thursday]="Thursday",De[De.Friday]="Friday",De[De.Saturday]="Saturday";const _e=e("getLocalePluralCase",D);function Ae(e){if(!e[l.ExtraData])throw new Error(`Missing extra locale data for the locale "${e[l.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function ve(e){const t=i(e);return Ae(t),(t[l.ExtraData][2]||[]).map(e=>"string"==typeof e?be(e):[be(e[0]),be(e[1])])}function we(e,t,r){const u=i(e);Ae(u);const s=Se([u[l.ExtraData][0],u[l.ExtraData][1]],t)||[];return Se(s,r)||[]}function Se(e,t){for(let r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function be(e){const[t,r]=e.split(":");return{hours:+t,minutes:+r}}function Be(e,t,r="en"){const u=function(e){return i(e)[l.Currencies]}(r)[e]||se[e]||[],s=u[1];return"narrow"===t&&"string"==typeof s?s:u[0]||e}function Le(e){let t;const r=se[e];return r&&(t=r[2]),"number"==typeof t?t:2}const Pe=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,ke={},Re=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/,Me={Short:0,ShortGMT:1,Long:2,Extended:3};Me[Me.Short]="Short",Me[Me.ShortGMT]="ShortGMT",Me[Me.Long]="Long",Me[Me.Extended]="Extended";const Oe={FullYear:0,Month:1,Date:2,Hours:3,Minutes:4,Seconds:5,FractionalSeconds:6,Day:7};Oe[Oe.FullYear]="FullYear",Oe[Oe.Month]="Month",Oe[Oe.Date]="Date",Oe[Oe.Hours]="Hours",Oe[Oe.Minutes]="Minutes",Oe[Oe.Seconds]="Seconds",Oe[Oe.FractionalSeconds]="FractionalSeconds",Oe[Oe.Day]="Day";const Te={DayPeriods:0,Days:1,Months:2,Eras:3};function xe(e,t,r,u){let s=function(e){if(ze(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();const t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){const[t,r,u]=e.split("-").map(e=>+e);return new Date(t,r-1,u)}let r;if(r=e.match(Pe))return function(e){const t=new Date(0);let r=0,u=0;const s=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),u=Number(e[9]+e[11]));s.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));const n=Number(e[4]||0)-r,a=Number(e[5]||0)-u,i=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,n,a,i,l),t}(r)}const t=new Date(e);if(!ze(t))throw new Error(`Unable to convert "${e}" into a date`);return t}(e);t=function e(t,r){const u=he(t);if(ke[u]=ke[u]||{},ke[u][r])return ke[u][r];let s="";switch(r){case"shortDate":s=Ce(t,le.Short);break;case"mediumDate":s=Ce(t,le.Medium);break;case"longDate":s=Ce(t,le.Long);break;case"fullDate":s=Ce(t,le.Full);break;case"shortTime":s=Fe(t,le.Short);break;case"mediumTime":s=Fe(t,le.Medium);break;case"longTime":s=Fe(t,le.Long);break;case"fullTime":s=Fe(t,le.Full);break;case"short":const r=e(t,"shortTime"),u=e(t,"shortDate");s=Ne(me(t,le.Short),[r,u]);break;case"medium":const o=e(t,"mediumTime"),n=e(t,"mediumDate");s=Ne(me(t,le.Medium),[o,n]);break;case"long":const a=e(t,"longTime"),i=e(t,"longDate");s=Ne(me(t,le.Long),[a,i]);break;case"full":const l=e(t,"fullTime"),c=e(t,"fullDate");s=Ne(me(t,le.Full),[l,c])}s&&(ke[u][r]=s);return s}(r,t)||t;let o,n=[];for(;t;){if(o=Re.exec(t),!o){n.push(t);break}{n=n.concat(o.slice(1));const e=n.pop();if(!e)break;t=e}}let a=s.getTimezoneOffset();u&&(a=We(u,a),s=function(e,t,r){const u=r?-1:1,s=e.getTimezoneOffset(),o=We(t,s);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,u*(o-s))}(s,u,!0));let i="";return n.forEach(e=>{const t=function(e){if(Ge[e])return Ge[e];let t;switch(e){case"G":case"GG":case"GGG":t=$e(Te.Eras,ie.Abbreviated);break;case"GGGG":t=$e(Te.Eras,ie.Wide);break;case"GGGGG":t=$e(Te.Eras,ie.Narrow);break;case"y":t=Ie(Oe.FullYear,1,0,!1,!0);break;case"yy":t=Ie(Oe.FullYear,2,0,!0,!0);break;case"yyy":t=Ie(Oe.FullYear,3,0,!1,!0);break;case"yyyy":t=Ie(Oe.FullYear,4,0,!1,!0);break;case"M":case"L":t=Ie(Oe.Month,1,1);break;case"MM":case"LL":t=Ie(Oe.Month,2,1);break;case"MMM":t=$e(Te.Months,ie.Abbreviated);break;case"MMMM":t=$e(Te.Months,ie.Wide);break;case"MMMMM":t=$e(Te.Months,ie.Narrow);break;case"LLL":t=$e(Te.Months,ie.Abbreviated,ae.Standalone);break;case"LLLL":t=$e(Te.Months,ie.Wide,ae.Standalone);break;case"LLLLL":t=$e(Te.Months,ie.Narrow,ae.Standalone);break;case"w":t=Ue(1);break;case"ww":t=Ue(2);break;case"W":t=Ue(1,!0);break;case"d":t=Ie(Oe.Date,1);break;case"dd":t=Ie(Oe.Date,2);break;case"E":case"EE":case"EEE":t=$e(Te.Days,ie.Abbreviated);break;case"EEEE":t=$e(Te.Days,ie.Wide);break;case"EEEEE":t=$e(Te.Days,ie.Narrow);break;case"EEEEEE":t=$e(Te.Days,ie.Short);break;case"a":case"aa":case"aaa":t=$e(Te.DayPeriods,ie.Abbreviated);break;case"aaaa":t=$e(Te.DayPeriods,ie.Wide);break;case"aaaaa":t=$e(Te.DayPeriods,ie.Narrow);break;case"b":case"bb":case"bbb":t=$e(Te.DayPeriods,ie.Abbreviated,ae.Standalone,!0);break;case"bbbb":t=$e(Te.DayPeriods,ie.Wide,ae.Standalone,!0);break;case"bbbbb":t=$e(Te.DayPeriods,ie.Narrow,ae.Standalone,!0);break;case"B":case"BB":case"BBB":t=$e(Te.DayPeriods,ie.Abbreviated,ae.Format,!0);break;case"BBBB":t=$e(Te.DayPeriods,ie.Wide,ae.Format,!0);break;case"BBBBB":t=$e(Te.DayPeriods,ie.Narrow,ae.Format,!0);break;case"h":t=Ie(Oe.Hours,1,-12);break;case"hh":t=Ie(Oe.Hours,2,-12);break;case"H":t=Ie(Oe.Hours,1);break;case"HH":t=Ie(Oe.Hours,2);break;case"m":t=Ie(Oe.Minutes,1);break;case"mm":t=Ie(Oe.Minutes,2);break;case"s":t=Ie(Oe.Seconds,1);break;case"ss":t=Ie(Oe.Seconds,2);break;case"S":t=Ie(Oe.FractionalSeconds,1);break;case"SS":t=Ie(Oe.FractionalSeconds,2);break;case"SSS":t=Ie(Oe.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=He(Me.Short);break;case"ZZZZZ":t=He(Me.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=He(Me.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=He(Me.Long);break;default:return null}return Ge[e]=t,t}(e);i+=t?t(s,r,a):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),i}function Ne(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ve(e,t,r="-",u,s){let o="";(e<0||s&&e<=0)&&(s?e=1-e:(e=-e,o=r));let n=String(e);for(;n.length<t;)n="0"+n;return u&&(n=n.substr(n.length-t)),o+n}function Ie(e,t,r=0,u=!1,s=!1){return function(o,n){let a=function(e,t){switch(e){case Oe.FullYear:return t.getFullYear();case Oe.Month:return t.getMonth();case Oe.Date:return t.getDate();case Oe.Hours:return t.getHours();case Oe.Minutes:return t.getMinutes();case Oe.Seconds:return t.getSeconds();case Oe.FractionalSeconds:return t.getMilliseconds();case Oe.Day:return t.getDay();default:throw new Error(`Unknown DateType value "${e}".`)}}(e,o);if((r>0||a>-r)&&(a+=r),e===Oe.Hours)0===a&&-12===r&&(a=12);else if(e===Oe.FractionalSeconds)return i=t,Ve(a,3).substr(0,i);var i;const l=ye(n,ce.MinusSign);return Ve(a,t,l,u,s)}}function $e(e,t,r=ae.Format,u=!1){return function(s,o){return function(e,t,r,u,s,o){switch(r){case Te.Months:return pe(t,s,u)[e.getMonth()];case Te.Days:return fe(t,s,u)[e.getDay()];case Te.DayPeriods:const n=e.getHours(),a=e.getMinutes();if(o){const e=ve(t),r=we(t,s,u);let o;if(e.forEach((e,t)=>{if(Array.isArray(e)){const{hours:u,minutes:s}=e[0],{hours:i,minutes:l}=e[1];n>=u&&a>=s&&(n<i||n===i&&a<l)&&(o=r[t])}else{const{hours:u,minutes:s}=e;u===n&&s===a&&(o=r[t])}}),o)return o}return de(t,s,u)[n<12?0:1];case Te.Eras:return ge(t,u)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(s,o,e,t,r,u)}}function He(e){return function(t,r,u){const s=-1*u,o=ye(r,ce.MinusSign),n=s>0?Math.floor(s/60):Math.ceil(s/60);switch(e){case Me.Short:return(s>=0?"+":"")+Ve(n,2,o)+Ve(Math.abs(s%60),2,o);case Me.ShortGMT:return"GMT"+(s>=0?"+":"")+Ve(n,1,o);case Me.Long:return"GMT"+(s>=0?"+":"")+Ve(n,2,o)+":"+Ve(Math.abs(s%60),2,o);case Me.Extended:return 0===u?"Z":(s>=0?"+":"")+Ve(n,2,o)+":"+Ve(Math.abs(s%60),2,o);default:throw new Error(`Unknown zone width "${e}"`)}}}Te[Te.DayPeriods]="DayPeriods",Te[Te.Days]="Days",Te[Te.Months]="Months",Te[Te.Eras]="Eras";function Ue(e,t=!1){return function(r,u){let s;if(t){const e=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,t=r.getDate();s=1+Math.floor((t+e)/7)}else{const e=function(e){const t=new Date(e,0,1).getDay();return new Date(e,0,1+(t<=4?4:11)-t)}(r.getFullYear()),t=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-e.getTime();s=1+Math.round(t/6048e5)}var o;return Ve(s,e,ye(u,ce.MinusSign))}}const Ge={};function We(e,t){e=e.replace(/:/g,"");const r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function ze(e){return e instanceof Date&&!isNaN(e.valueOf())}const Ze=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function je(e,t,r,u,s,o,n=!1){let a="",i=!1;if(isFinite(e)){let l=function(e){let t,r,u,s,o,n=Math.abs(e)+"",a=0;(r=n.indexOf("."))>-1&&(n=n.replace(".",""));(u=n.search(/e/i))>0?(r<0&&(r=u),r+=+n.slice(u+1),n=n.substring(0,u)):r<0&&(r=n.length);for(u=0;"0"===n.charAt(u);u++);if(u===(o=n.length))t=[0],r=1;else{for(o--;"0"===n.charAt(o);)o--;for(r-=u,t=[],s=0;u<=o;u++,s++)t[s]=Number(n.charAt(u))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);n&&(l=function(e){if(0===e.digits[0])return e;const t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));let c=t.minInt,D=t.minFrac,h=t.maxFrac;if(o){const e=o.match(Ze);if(null===e)throw new Error(o+" is not a valid digit info");const t=e[1],r=e[3],u=e[5];null!=t&&(c=Qe(t)),null!=r&&(D=Qe(r)),null!=u?h=Qe(u):null!=r&&D>h&&(h=D)}!function(e,t,r){if(t>r)throw new Error(`The minimum number of digits after fraction (${t}) is higher than the maximum (${r}).`);let u=e.digits,s=u.length-e.integerLen;const o=Math.min(Math.max(t,s),r);let n=o+e.integerLen,a=u[n];if(n>0){u.splice(Math.max(e.integerLen,n));for(let e=n;e<u.length;e++)u[e]=0}else{s=Math.max(0,s),e.integerLen=1,u.length=Math.max(1,n=o+1),u[0]=0;for(let e=1;e<n;e++)u[e]=0}if(a>=5)if(n-1<0){for(let t=0;t>n;t--)u.unshift(0),e.integerLen++;u.unshift(1),e.integerLen++}else u[n-1]++;for(;s<Math.max(0,o);s++)u.push(0);let i=0!==o;const l=t+e.integerLen,c=u.reduceRight((function(e,t,r,u){return t+=e,u[r]=t<10?t:t-10,i&&(0===u[r]&&r>=l?u.pop():i=!1),t>=10?1:0}),0);c&&(u.unshift(c),e.integerLen++)}(l,D,h);let d=l.digits,f=l.integerLen;const p=l.exponent;let g=[];for(i=d.every(e=>!e);f<c;f++)d.unshift(0);for(;f<0;f++)d.unshift(0);f>0?g=d.splice(f,d.length):(g=d,d=[0]);const C=[];for(d.length>=t.lgSize&&C.unshift(d.splice(-t.lgSize,d.length).join(""));d.length>t.gSize;)C.unshift(d.splice(-t.gSize,d.length).join(""));d.length&&C.unshift(d.join("")),a=C.join(ye(r,u)),g.length&&(a+=ye(r,s)+g.join("")),p&&(a+=ye(r,ce.Exponential)+"+"+p)}else a=ye(r,ce.Infinity);return a=e<0&&!i?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf,a}function Ke(e,t,r,u,s){const o=Je(Ee(t,oe.Currency),ye(t,ce.MinusSign));return o.minFrac=Le(u),o.maxFrac=o.minFrac,je(e,o,t,ce.CurrencyGroup,ce.CurrencyDecimal,s).replace("¤",r).replace("¤","").trim()}function Ye(e,t,r){return je(e,Je(Ee(t,oe.Percent),ye(t,ce.MinusSign)),t,ce.Group,ce.Decimal,r,!0).replace(new RegExp("%","g"),ye(t,ce.PercentSign))}function Xe(e,t,r){return je(e,Je(Ee(t,oe.Decimal),ye(t,ce.MinusSign)),t,ce.Group,ce.Decimal,r)}function Je(e,t="-"){const r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},u=e.split(";"),s=u[0],o=u[1],n=-1!==s.indexOf(".")?s.split("."):[s.substring(0,s.lastIndexOf("0")+1),s.substring(s.lastIndexOf("0")+1)],a=n[0],i=n[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(let e=0;e<i.length;e++){const t=i.charAt(e);"0"===t?r.minFrac=r.maxFrac=e+1:"#"===t?r.maxFrac=e+1:r.posSuf+=t}const l=a.split(",");if(r.gSize=l[1]?l[1].length:0,r.lgSize=l[2]||l[1]?(l[2]||l[1]).length:0,o){const e=s.length-r.posPre.length-r.posSuf.length,t=o.indexOf("#");r.negPre=o.substr(0,t).replace(/'/g,""),r.negSuf=o.substr(t+e).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function Qe(e){const t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}class qe{}function et(e,t,r,u){let s="="+e;if(t.indexOf(s)>-1)return s;if(s=r.getPluralCategory(e,u),t.indexOf(s)>-1)return s;if(t.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${e}"`)}e("NgLocalization",qe);class tt extends qe{constructor(e){super(),this.locale=e}getPluralCategory(e,t){switch(_e(t||this.locale)(e)){case ne.Zero:return"zero";case ne.One:return"one";case ne.Two:return"two";case ne.Few:return"few";case ne.Many:return"many";default:return"other"}}}e("NgLocaleLocalization",tt),tt.decorators=[{type:r}],tt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];class rt{constructor(e,t,r,u){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=u,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(f(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){const e=this._keyValueDiffer.diff(this._rawClass);e&&this._applyKeyValueChanges(e)}}_applyKeyValueChanges(e){e.forEachAddedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachChangedItem(e=>this._toggleClass(e.key,e.currentValue)),e.forEachRemovedItem(e=>{e.previousValue&&this._toggleClass(e.key,!1)})}_applyIterableChanges(e){e.forEachAddedItem(e=>{if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+p(e.item));this._toggleClass(e.item,!0)}),e.forEachRemovedItem(e=>this._toggleClass(e.item,!1))}_applyClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!0)):Object.keys(e).forEach(t=>this._toggleClass(t,!!e[t])))}_removeClasses(e){e&&(Array.isArray(e)||e instanceof Set?e.forEach(e=>this._toggleClass(e,!1)):Object.keys(e).forEach(e=>this._toggleClass(e,!1)))}_toggleClass(e,t){(e=e.trim())&&e.split(/\s+/g).forEach(e=>{t?this._renderer.addClass(this._ngEl.nativeElement,e):this._renderer.removeClass(this._ngEl.nativeElement,e)})}}e("NgClass",rt),rt.decorators=[{type:g,args:[{selector:"[ngClass]"}]}],rt.ctorParameters=()=>[{type:C},{type:F},{type:m},{type:y}],rt.propDecorators={klass:[{type:E,args:["class"]}],ngClass:[{type:E,args:["ngClass"]}]};class ut{constructor(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}ngOnChanges(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){const t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){const e=t.get(_);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(e.injector)}else this._moduleRef=null;const r=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(A)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(r,this._viewContainerRef.length,t,this.ngComponentOutletContent)}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}e("NgComponentOutlet",ut),ut.decorators=[{type:g,args:[{selector:"[ngComponentOutlet]"}]}],ut.ctorParameters=()=>[{type:v}],ut.propDecorators={ngComponentOutlet:[{type:E}],ngComponentOutletInjector:[{type:E}],ngComponentOutletContent:[{type:E}],ngComponentOutletNgModuleFactory:[{type:E}]};class st{constructor(e,t,r,u){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=u}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}e("NgForOfContext",st);class ot{constructor(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){w()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn(`trackBy must be a function, but received ${JSON.stringify(e)}. See https://angular.io/api/common/NgForOf#change-propagation for more information.`),this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const t=this._ngForOf;if(!this._differ&&t)try{this._differ=this._differs.find(t).create(this.ngForTrackBy)}catch(r){throw new Error(`Cannot find a differ supporting object '${t}' of type '${e=t,e.name||typeof e}'. NgFor only supports binding to Iterables such as Arrays.`)}}var e;if(this._differ){const e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){const t=[];e.forEachOperation((e,r,u)=>{if(null==e.previousIndex){const r=this._viewContainer.createEmbeddedView(this._template,new st(null,this._ngForOf,-1,-1),null===u?void 0:u),s=new nt(e,r);t.push(s)}else if(null==u)this._viewContainer.remove(null===r?void 0:r);else if(null!==r){const s=this._viewContainer.get(r);this._viewContainer.move(s,u);const o=new nt(e,s);t.push(o)}});for(let e=0;e<t.length;e++)this._perViewChange(t[e].view,t[e].record);for(let e=0,t=this._viewContainer.length;e<t;e++){const r=this._viewContainer.get(e);r.context.index=e,r.context.count=t,r.context.ngForOf=this._ngForOf}e.forEachIdentityChange(e=>{this._viewContainer.get(e.currentIndex).context.$implicit=e.item})}_perViewChange(e,t){e.context.$implicit=t.item}static ngTemplateContextGuard(e,t){return!0}}e("NgForOf",ot),ot.decorators=[{type:g,args:[{selector:"[ngFor][ngForOf]"}]}],ot.ctorParameters=()=>[{type:v},{type:S},{type:C}],ot.propDecorators={ngForOf:[{type:E}],ngForTrackBy:[{type:E}],ngForTemplate:[{type:E}]};class nt{constructor(e,t){this.record=e,this.view=t}}class at{constructor(e,t){this._viewContainer=e,this._context=new it,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){lt("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){lt("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,t){return!0}}e("NgIf",at),at.decorators=[{type:g,args:[{selector:"[ngIf]"}]}],at.ctorParameters=()=>[{type:v},{type:S}],at.propDecorators={ngIf:[{type:E}],ngIfThen:[{type:E}],ngIfElse:[{type:E}]};class it{constructor(){this.$implicit=null,this.ngIf=null}}function lt(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(`${e} must be a TemplateRef, but received '${p(t)}'.`)}e("NgIfContext",it);class ct{constructor(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()}}class Dt{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)}_matchCase(e){const t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t}_updateDefaultCases(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(let t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}}}e("NgSwitch",Dt),Dt.decorators=[{type:g,args:[{selector:"[ngSwitch]"}]}],Dt.propDecorators={ngSwitch:[{type:E}]};class ht{constructor(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new ct(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}e("NgSwitchCase",ht),ht.decorators=[{type:g,args:[{selector:"[ngSwitchCase]"}]}],ht.ctorParameters=()=>[{type:v},{type:S},{type:Dt,decorators:[{type:b}]}],ht.propDecorators={ngSwitchCase:[{type:E}]};class dt{constructor(e,t,r){r._addDefault(new ct(e,t))}}e("NgSwitchDefault",dt),dt.decorators=[{type:g,args:[{selector:"[ngSwitchDefault]"}]}],dt.ctorParameters=()=>[{type:v},{type:S},{type:Dt,decorators:[{type:b}]}];class ft{constructor(e){this._localization=e,this._caseViews={}}set ngPlural(e){this._switchValue=e,this._updateView()}addCase(e,t){this._caseViews[e]=t}_updateView(){this._clearViews();const e=Object.keys(this._caseViews),t=et(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(e){e&&(this._activeView=e,this._activeView.create())}}e("NgPlural",ft),ft.decorators=[{type:g,args:[{selector:"[ngPlural]"}]}],ft.ctorParameters=()=>[{type:qe}],ft.propDecorators={ngPlural:[{type:E}]};class pt{constructor(e,t,r,u){this.value=e;const s=!isNaN(Number(e));u.addCase(s?"="+e:e,new ct(r,t))}}e("NgPluralCase",pt),pt.decorators=[{type:g,args:[{selector:"[ngPluralCase]"}]}],pt.ctorParameters=()=>[{type:String,decorators:[{type:B,args:["ngPluralCase"]}]},{type:S},{type:v},{type:ft,decorators:[{type:b}]}];class gt{constructor(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){const e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,t){const[r,u]=e.split(".");null!=(t=null!=t&&u?`${t}${u}`:t)?this._renderer.setStyle(this._ngEl.nativeElement,r,t):this._renderer.removeStyle(this._ngEl.nativeElement,r)}_applyChanges(e){e.forEachRemovedItem(e=>this._setStyle(e.key,null)),e.forEachAddedItem(e=>this._setStyle(e.key,e.currentValue)),e.forEachChangedItem(e=>this._setStyle(e.key,e.currentValue))}}e("NgStyle",gt),gt.decorators=[{type:g,args:[{selector:"[ngStyle]"}]}],gt.ctorParameters=()=>[{type:m},{type:F},{type:y}],gt.propDecorators={ngStyle:[{type:E,args:["ngStyle"]}]};class Ct{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(e){if(this._shouldRecreateView(e)){const e=this._viewContainerRef;this._viewRef&&e.remove(e.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?e.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)}_shouldRecreateView(e){const t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)}_hasContextShapeChanged(e){const t=Object.keys(e.previousValue||{}),r=Object.keys(e.currentValue||{});if(t.length===r.length){for(let e of r)if(-1===t.indexOf(e))return!0;return!1}return!0}_updateExistingContext(e){for(let t of Object.keys(e))this._viewRef.context[t]=this.ngTemplateOutletContext[t]}}e("NgTemplateOutlet",Ct),Ct.decorators=[{type:g,args:[{selector:"[ngTemplateOutlet]"}]}],Ct.ctorParameters=()=>[{type:v}],Ct.propDecorators={ngTemplateOutletContext:[{type:E}],ngTemplateOutlet:[{type:E}]};const Ft=e("ɵangular_packages_common_common_e",[rt,ut,ot,at,Ct,gt,Dt,ht,dt,ft,pt]);function mt(e,t){return Error(`InvalidPipeArgument: '${t}' for pipe '${p(e)}'`)}const yt=new class{createSubscription(e,t){return e.then(t,e=>{throw e})}dispose(e){}onDestroy(e){}},Et=new class{createSubscription(e,t){return e.subscribe({next:t,error:e=>{throw e}})}dispose(e){e.unsubscribe()}onDestroy(e){e.unsubscribe()}};class _t{constructor(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):L(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,P.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,t=>this._updateLatestValue(e,t))}_selectStrategy(e){if(k(e))return yt;if(R(e))return Et;throw mt(_t,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())}}e("AsyncPipe",_t),_t.decorators=[{type:M,args:[{name:"async",pure:!1}]}],_t.ctorParameters=()=>[{type:O}];class At{transform(e){if(!e)return e;if("string"!=typeof e)throw mt(At,e);return e.toLowerCase()}}e("LowerCasePipe",At),At.decorators=[{type:M,args:[{name:"lowercase"}]}];const vt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g;class wt{transform(e){if(!e)return e;if("string"!=typeof e)throw mt(wt,e);return e.replace(vt,e=>e[0].toUpperCase()+e.substr(1).toLowerCase())}}e("TitleCasePipe",wt),wt.decorators=[{type:M,args:[{name:"titlecase"}]}];class St{transform(e){if(!e)return e;if("string"!=typeof e)throw mt(St,e);return e.toUpperCase()}}e("UpperCasePipe",St),St.decorators=[{type:M,args:[{name:"uppercase"}]}];class bt{constructor(e){this.locale=e}transform(e,t="mediumDate",r,u){if(null==e||""===e||e!=e)return null;try{return xe(e,t,u||this.locale,r)}catch(e){throw mt(bt,e.message)}}}e("DatePipe",bt),bt.decorators=[{type:M,args:[{name:"date",pure:!0}]}],bt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];const Bt=/#/g;class Lt{constructor(e){this._localization=e}transform(e,t,r){if(null==e)return"";if("object"!=typeof t||null===t)throw mt(Lt,t);return t[et(e,Object.keys(t),this._localization,r)].replace(Bt,e.toString())}}e("I18nPluralPipe",Lt),Lt.decorators=[{type:M,args:[{name:"i18nPlural",pure:!0}]}],Lt.ctorParameters=()=>[{type:qe}];class Pt{transform(e,t){if(null==e)return"";if("object"!=typeof t||"string"!=typeof e)throw mt(Pt,t);return t.hasOwnProperty(e)?t[e]:t.hasOwnProperty("other")?t.other:""}}e("I18nSelectPipe",Pt),Pt.decorators=[{type:M,args:[{name:"i18nSelect",pure:!0}]}];class kt{transform(e){return JSON.stringify(e,null,2)}}e("JsonPipe",kt),kt.decorators=[{type:M,args:[{name:"json",pure:!1}]}];class Rt{constructor(e){this.differs=e,this.keyValues=[]}transform(e,t=Mt){if(!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());const r=this.differ.diff(e);return r&&(this.keyValues=[],r.forEachItem(e=>{var t,r;this.keyValues.push((t=e.key,r=e.currentValue,{key:t,value:r}))}),this.keyValues.sort(t)),this.keyValues}}function Mt(e,t){const r=e.key,u=t.key;if(r===u)return 0;if(void 0===r)return 1;if(void 0===u)return-1;if(null===r)return 1;if(null===u)return-1;if("string"==typeof r&&"string"==typeof u)return r<u?-1:1;if("number"==typeof r&&"number"==typeof u)return r-u;if("boolean"==typeof r&&"boolean"==typeof u)return r<u?-1:1;const s=String(r),o=String(u);return s==o?0:s<o?-1:1}e("KeyValuePipe",Rt),Rt.decorators=[{type:M,args:[{name:"keyvalue",pure:!1}]}],Rt.ctorParameters=()=>[{type:F}];class Ot{constructor(e){this._locale=e}transform(e,t,r){if(Nt(e))return null;r=r||this._locale;try{return Xe(Vt(e),r,t)}catch(e){throw mt(Ot,e.message)}}}e("DecimalPipe",Ot),Ot.decorators=[{type:M,args:[{name:"number"}]}],Ot.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];class Tt{constructor(e){this._locale=e}transform(e,t,r){if(Nt(e))return null;r=r||this._locale;try{return Ye(Vt(e),r,t)}catch(e){throw mt(Tt,e.message)}}}e("PercentPipe",Tt),Tt.decorators=[{type:M,args:[{name:"percent"}]}],Tt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]}];class xt{constructor(e,t="USD"){this._locale=e,this._defaultCurrencyCode=t}transform(e,t,r="symbol",u,s){if(Nt(e))return null;s=s||this._locale,"boolean"==typeof r&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),r=r?"symbol":"code");let o=t||this._defaultCurrencyCode;"code"!==r&&(o="symbol"===r||"symbol-narrow"===r?Be(o,"symbol"===r?"wide":"narrow",s):r);try{return Ke(Vt(e),s,o,t,u)}catch(e){throw mt(xt,e.message)}}}function Nt(e){return null==e||""===e||e!=e}function Vt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}e("CurrencyPipe",xt),xt.decorators=[{type:M,args:[{name:"currency"}]}],xt.ctorParameters=()=>[{type:String,decorators:[{type:o,args:[h]}]},{type:String,decorators:[{type:o,args:[T]}]}];class It{transform(e,t,r){if(null==e)return e;if(!this.supports(e))throw mt(It,e);return e.slice(t,r)}supports(e){return"string"==typeof e||Array.isArray(e)}}e("SlicePipe",It),It.decorators=[{type:M,args:[{name:"slice",pure:!1}]}];const $t=e("ɵangular_packages_common_common_f",[_t,St,At,kt,It,Ot,Tt,wt,xt,bt,Lt,Pt,Rt]);class Ht{}e("CommonModule",Ht),Ht.decorators=[{type:x,args:[{declarations:[Ft,$t],exports:[Ft,$t],providers:[{provide:qe,useClass:tt}]}]}];const Ut=e("ɵPLATFORM_BROWSER_ID","browser"),Gt=e("ɵPLATFORM_SERVER_ID","server"),Wt=e("ɵPLATFORM_WORKER_APP_ID","browserWorkerApp"),zt=e("ɵPLATFORM_WORKER_UI_ID","browserWorkerUi");e("VERSION",new N("9.1.4"));class Zt{}e("ViewportScroller",Zt),Zt.ɵprov=u({token:Zt,providedIn:"root",factory:()=>new jt(s(H),window,s(V))});class jt{constructor(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=()=>[0,0]}setOffset(e){Array.isArray(e)?this.offset=()=>e:this.offset=e}getScrollPosition(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]}scrollToPosition(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])}scrollToAnchor(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{const t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);const r=this.document.querySelector(`[name='${e}']`);if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}}setHistoryScrollRestoration(e){if(this.supportScrollRestoration()){const t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}}scrollToElement(e){const t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,u=t.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(r-s[0],u-s[1])}supportScrollRestoration(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}}}e("ɵNullViewportScroller",class{setOffset(e){}getScrollPosition(){return[0,0]}scrollToPosition(e){}scrollToAnchor(e){}setHistoryScrollRestoration(e){}})}}}));
//# sourceMappingURL=angular-common.min.js.map

@@ -1,2 +0,3 @@

System.register(["@angular/core"],(function(e){"use strict";var t,r,n,u,o,i,a,s,l,c,f,p,D,h,d,y,g,C,v,m,F,E,_,A,b,w,S,B,O,L,P,k,R,M,T,x,N,V,I,j,H;return{setters:[function(e){t=e.InjectionToken,r=e.ɵɵdefineInjectable,n=e.Injectable,u=e.ɵɵinject,o=e.Inject,i=e.Optional,a=e.ɵfindLocaleData,s=e.ɵLocaleDataIndex,l=e.ɵgetLocaleCurrencyCode,c=e.ɵgetLocalePluralCase,f=e.LOCALE_ID,p=e.ɵregisterLocaleData,D=e.ɵisListLikeIterable,h=e.ɵstringify,d=e.Input,y=e.Directive,g=e.NgModuleRef,C=e.ComponentFactoryResolver,v=e.isDevMode,m=e.Host,F=e.Attribute,E=e.ɵlooseIdentical,_=e.WrappedValue,A=e.ɵisPromise,b=e.ɵisObservable,w=e.Pipe,S=e.DEFAULT_CURRENCY_CODE,B=e.NgModule,O=e.Version,L=e.ErrorHandler,P=e.EventEmitter,k=e.IterableDiffers,R=e.KeyValueDiffers,M=e.ElementRef,T=e.Renderer2,x=e.Type,N=e.Injector,V=e.NgModuleFactory,I=e.ViewContainerRef,j=e.TemplateRef,H=e.ChangeDetectorRef}],execute:function(){e({FormStyle:void 0,FormatWidth:void 0,NumberFormatStyle:void 0,NumberSymbol:void 0,Plural:void 0,TranslationWidth:void 0,WeekDay:void 0,formatCurrency:nt,formatDate:We,formatNumber:ot,formatPercent:ut,getCurrencySymbol:Ne,getLocaleCurrencyCode:function(e){return l(e)},getLocaleCurrencyName:function(e){return a(e)[s.CurrencyName]||null},getLocaleCurrencySymbol:function(e){return a(e)[s.CurrencySymbol]||null},getLocaleDateFormat:we,getLocaleDateTimeFormat:Be,getLocaleDayNames:_e,getLocaleDayPeriods:Ee,getLocaleDirection:function(e){return a(e)[s.Directionality]},getLocaleEraNames:be,getLocaleExtraDayPeriodRules:Re,getLocaleExtraDayPeriods:Me,getLocaleFirstDayOfWeek:function(e){return a(e)[s.FirstDayOfWeek]},getLocaleId:Fe,getLocaleMonthNames:Ae,getLocaleNumberFormat:Le,getLocaleNumberSymbol:Oe,getLocaleTimeFormat:Se,getLocaleWeekEndRange:function(e){return a(e)[s.WeekendRange]},getNumberOfCurrencyDigits:Ve,isPlatformBrowser:function(e){return e===Jt},isPlatformServer:function(e){return e===Qt},isPlatformWorkerApp:function(e){return e===qt},isPlatformWorkerUi:function(e){return e===er},registerLocaleData:function(e,t,r){return p(e,t,r)},"ɵangular_packages_common_common_a":q,"ɵangular_packages_common_common_b":re,"ɵangular_packages_common_common_c":fe,"ɵangular_packages_common_common_d":ae,"ɵgetDOM":X,"ɵparseCookieValue":function(e,t){var r,n;t=encodeURIComponent(t);try{for(var u=Z(e.split(";")),o=u.next();!o.done;o=u.next()){var i=o.value,a=i.indexOf("="),s=K(-1==a?[i,""]:[i.slice(0,a),i.slice(a+1)],2),l=s[0],c=s[1];if(l.trim()===t)return decodeURIComponent(c)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}return null},"ɵsetRootDomAdapter":function(e){Y||(Y=e)}});var U=function(e,t){return(U=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function $(e,t){function r(){this.constructor=e}U(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function G(e,t,r,n){var u,o=arguments.length,i=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(u=e[a])&&(i=(o<3?u(i):o>3?u(t,r,i):u(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}function W(e,t){return function(r,n){t(r,n,e)}}function z(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function Z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function K(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,u,o=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(e){u={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(u)throw u.error}}return i}var Y=null;function X(){return Y}e("ɵDomAdapter",(function(){}));var J=e("DOCUMENT",new t("DocumentToken")),Q=e("PlatformLocation",function(){function e(){}return e.ɵprov=r({factory:q,token:e,providedIn:"platform"}),e=G([n({providedIn:"platform",useFactory:q})],e)}());function q(){return u(ee)}e("LOCATION_INITIALIZED",new t("Location Initialized"));var ee=e("ɵBrowserPlatformLocation",function(e){function t(t){var r=e.call(this)||this;return r._doc=t,r._init(),r}return $(t,e),t.prototype._init=function(){this.location=X().getLocation(),this._history=X().getHistory()},t.prototype.getBaseHrefFromDOM=function(){return X().getBaseHref(this._doc)},t.prototype.onPopState=function(e){X().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)},t.prototype.onHashChange=function(e){X().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)},Object.defineProperty(t.prototype,"href",{get:function(){return this.location.href},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"protocol",{get:function(){return this.location.protocol},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hostname",{get:function(){return this.location.hostname},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"port",{get:function(){return this.location.port},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"pathname",{get:function(){return this.location.pathname},set:function(e){this.location.pathname=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),t.prototype.pushState=function(e,t,r){te()?this._history.pushState(e,t,r):this.location.hash=r},t.prototype.replaceState=function(e,t,r){te()?this._history.replaceState(e,t,r):this.location.hash=r},t.prototype.forward=function(){this._history.forward()},t.prototype.back=function(){this._history.back()},t.prototype.getState=function(){return this._history.state},t.ɵprov=r({factory:re,token:t,providedIn:"platform"}),t=G([n({providedIn:"platform",useFactory:re}),W(0,o(J)),z("design:paramtypes",[Object])],t)}(Q));function te(){return!!window.history.pushState}function re(){return new ee(u(J))}function ne(e,t){if(0==e.length)return t;if(0==t.length)return e;var r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function ue(e){var t=e.match(/#|\?|$/),r=t&&t.index||e.length,n=r-("/"===e[r-1]?1:0);return e.slice(0,n)+e.slice(r)}function oe(e){return e&&"?"!==e[0]?"?"+e:e}var ie=e("LocationStrategy",function(){function e(){}return e.ɵprov=r({factory:ae,token:e,providedIn:"root"}),e=G([n({providedIn:"root",useFactory:ae})],e)}());function ae(e){var t=u(J).location;return new le(u(Q),t&&t.origin||"")}var se=e("APP_BASE_HREF",new t("appBaseHref")),le=e("PathLocationStrategy",function(e){function t(t,r){var n=e.call(this)||this;if(n._platformLocation=t,null==r&&(r=n._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return n._baseHref=r,n}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return ne(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+oe(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));this._platformLocation.pushState(e,t,u)},t.prototype.replaceState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));this._platformLocation.replaceState(e,t,u)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([n(),W(1,i()),W(1,o(se)),z("design:paramtypes",[Q,String])],t)}(ie)),ce=(e("HashLocationStrategy",function(e){function t(t,r){var n=e.call(this)||this;return n._platformLocation=t,n._baseHref="",null!=r&&(n._baseHref=r),n}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=ne(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));0==u.length&&(u=this._platformLocation.pathname),this._platformLocation.pushState(e,t,u)},t.prototype.replaceState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));0==u.length&&(u=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,u)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([n(),W(1,i()),W(1,o(se)),z("design:paramtypes",[Q,String])],t)}(ie)),e("Location",function(){function e(e,t){var r=this;this._subject=new P,this._urlChangeListeners=[],this._platformStrategy=e;var n=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=ue(pe(n)),this._platformStrategy.onPopState((function(e){r._subject.emit({url:r.path(!0),pop:!0,state:e.state,type:e.type})}))}var t;return t=e,e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.getState=function(){return this._platformLocation.getState()},e.prototype.isCurrentPathEqualTo=function(e,t){return void 0===t&&(t=""),this.path()==this.normalize(e+oe(t))},e.prototype.normalize=function(e){return t.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,pe(e)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+oe(t)),r)},e.prototype.replaceState=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+oe(t)),r)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.onUrlChange=function(e){var t=this;this._urlChangeListeners.push(e),this.subscribe((function(e){t._notifyUrlChangeListeners(e.url,e.state)}))},e.prototype._notifyUrlChangeListeners=function(e,t){void 0===e&&(e=""),this._urlChangeListeners.forEach((function(r){return r(e,t)}))},e.prototype.subscribe=function(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})},e.normalizeQueryParams=oe,e.joinWithSlash=ne,e.stripTrailingSlash=ue,e.ɵprov=r({factory:fe,token:e,providedIn:"root"}),e=t=G([n({providedIn:"root",useFactory:fe}),z("design:paramtypes",[ie,Q])],e)}()));function fe(){return new ce(u(ie),u(Q))}function pe(e){return e.replace(/\/index.html$/,"")}var De,he,de,ye,ge,Ce,ve,me={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};function Fe(e){return a(e)[s.LocaleId]}function Ee(e,t,r){var n=a(e),u=Te([n[s.DayPeriodsFormat],n[s.DayPeriodsStandalone]],t);return Te(u,r)}function _e(e,t,r){var n=a(e),u=Te([n[s.DaysFormat],n[s.DaysStandalone]],t);return Te(u,r)}function Ae(e,t,r){var n=a(e),u=Te([n[s.MonthsFormat],n[s.MonthsStandalone]],t);return Te(u,r)}function be(e,t){return Te(a(e)[s.Eras],t)}function we(e,t){return Te(a(e)[s.DateFormat],t)}function Se(e,t){return Te(a(e)[s.TimeFormat],t)}function Be(e,t){return Te(a(e)[s.DateTimeFormat],t)}function Oe(e,t){var r=a(e),n=r[s.NumberSymbols][t];if(void 0===n){if(t===Ce.CurrencyDecimal)return r[s.NumberSymbols][Ce.Decimal];if(t===Ce.CurrencyGroup)return r[s.NumberSymbols][Ce.Group]}return n}function Le(e,t){return a(e)[s.NumberFormats][t]}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(De||(De=e("NumberFormatStyle",{}))),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(he||(he=e("Plural",{}))),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(de||(de=e("FormStyle",{}))),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(ye||(ye=e("TranslationWidth",{}))),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(ge||(ge=e("FormatWidth",{}))),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(Ce||(Ce=e("NumberSymbol",{}))),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(ve||(ve=e("WeekDay",{})));var Pe=e("getLocalePluralCase",c);function ke(e){if(!e[s.ExtraData])throw new Error('Missing extra locale data for the locale "'+e[s.LocaleId]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function Re(e){var t=a(e);return ke(t),(t[s.ExtraData][2]||[]).map((function(e){return"string"==typeof e?xe(e):[xe(e[0]),xe(e[1])]}))}function Me(e,t,r){var n=a(e);ke(n);var u=Te([n[s.ExtraData][0],n[s.ExtraData][1]],t)||[];return Te(u,r)||[]}function Te(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function xe(e){var t=K(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function Ne(e,t,r){void 0===r&&(r="en");var n=function(e){return a(e)[s.Currencies]}(r)[e]||me[e]||[],u=n[1];return"narrow"===t&&"string"==typeof u?u:n[0]||e}function Ve(e){var t,r=me[e];return r&&(t=r[2]),"number"==typeof t?t:2}var Ie,je,He,Ue=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,$e={},Ge=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function We(e,t,r,n){var u=function(e){if(et(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var r=K(e.split("-").map((function(e){return+e})),3),n=r[0],u=r[1],o=r[2];return new Date(n,u-1,o)}var i;if(i=e.match(Ue))return function(e){var t=new Date(0),r=0,n=0,u=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),n=Number(e[9]+e[11]));u.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var i=Number(e[4]||0)-r,a=Number(e[5]||0)-n,s=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,i,a,s,l),t}(i)}var a=new Date(e);if(!et(a))throw new Error('Unable to convert "'+e+'" into a date');return a}(e);t=function e(t,r){var n=Fe(t);if($e[n]=$e[n]||{},$e[n][r])return $e[n][r];var u="";switch(r){case"shortDate":u=we(t,ge.Short);break;case"mediumDate":u=we(t,ge.Medium);break;case"longDate":u=we(t,ge.Long);break;case"fullDate":u=we(t,ge.Full);break;case"shortTime":u=Se(t,ge.Short);break;case"mediumTime":u=Se(t,ge.Medium);break;case"longTime":u=Se(t,ge.Long);break;case"fullTime":u=Se(t,ge.Full);break;case"short":var o=e(t,"shortTime"),i=e(t,"shortDate");u=ze(Be(t,ge.Short),[o,i]);break;case"medium":var a=e(t,"mediumTime"),s=e(t,"mediumDate");u=ze(Be(t,ge.Medium),[a,s]);break;case"long":var l=e(t,"longTime"),c=e(t,"longDate");u=ze(Be(t,ge.Long),[l,c]);break;case"full":var f=e(t,"fullTime"),p=e(t,"fullDate");u=ze(Be(t,ge.Full),[f,p])}u&&($e[n][r]=u);return u}(r,t)||t;for(var o,i=[];t;){if(!(o=Ge.exec(t))){i.push(t);break}var a=(i=i.concat(o.slice(1))).pop();if(!a)break;t=a}var s=u.getTimezoneOffset();n&&(s=qe(n,s),u=function(e,t,r){var n=r?-1:1,u=e.getTimezoneOffset(),o=qe(t,u);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,n*(o-u))}(u,n,!0));var l="";return i.forEach((function(e){var t=function(e){if(Qe[e])return Qe[e];var t;switch(e){case"G":case"GG":case"GGG":t=Ye(He.Eras,ye.Abbreviated);break;case"GGGG":t=Ye(He.Eras,ye.Wide);break;case"GGGGG":t=Ye(He.Eras,ye.Narrow);break;case"y":t=Ke(je.FullYear,1,0,!1,!0);break;case"yy":t=Ke(je.FullYear,2,0,!0,!0);break;case"yyy":t=Ke(je.FullYear,3,0,!1,!0);break;case"yyyy":t=Ke(je.FullYear,4,0,!1,!0);break;case"M":case"L":t=Ke(je.Month,1,1);break;case"MM":case"LL":t=Ke(je.Month,2,1);break;case"MMM":t=Ye(He.Months,ye.Abbreviated);break;case"MMMM":t=Ye(He.Months,ye.Wide);break;case"MMMMM":t=Ye(He.Months,ye.Narrow);break;case"LLL":t=Ye(He.Months,ye.Abbreviated,de.Standalone);break;case"LLLL":t=Ye(He.Months,ye.Wide,de.Standalone);break;case"LLLLL":t=Ye(He.Months,ye.Narrow,de.Standalone);break;case"w":t=Je(1);break;case"ww":t=Je(2);break;case"W":t=Je(1,!0);break;case"d":t=Ke(je.Date,1);break;case"dd":t=Ke(je.Date,2);break;case"E":case"EE":case"EEE":t=Ye(He.Days,ye.Abbreviated);break;case"EEEE":t=Ye(He.Days,ye.Wide);break;case"EEEEE":t=Ye(He.Days,ye.Narrow);break;case"EEEEEE":t=Ye(He.Days,ye.Short);break;case"a":case"aa":case"aaa":t=Ye(He.DayPeriods,ye.Abbreviated);break;case"aaaa":t=Ye(He.DayPeriods,ye.Wide);break;case"aaaaa":t=Ye(He.DayPeriods,ye.Narrow);break;case"b":case"bb":case"bbb":t=Ye(He.DayPeriods,ye.Abbreviated,de.Standalone,!0);break;case"bbbb":t=Ye(He.DayPeriods,ye.Wide,de.Standalone,!0);break;case"bbbbb":t=Ye(He.DayPeriods,ye.Narrow,de.Standalone,!0);break;case"B":case"BB":case"BBB":t=Ye(He.DayPeriods,ye.Abbreviated,de.Format,!0);break;case"BBBB":t=Ye(He.DayPeriods,ye.Wide,de.Format,!0);break;case"BBBBB":t=Ye(He.DayPeriods,ye.Narrow,de.Format,!0);break;case"h":t=Ke(je.Hours,1,-12);break;case"hh":t=Ke(je.Hours,2,-12);break;case"H":t=Ke(je.Hours,1);break;case"HH":t=Ke(je.Hours,2);break;case"m":t=Ke(je.Minutes,1);break;case"mm":t=Ke(je.Minutes,2);break;case"s":t=Ke(je.Seconds,1);break;case"ss":t=Ke(je.Seconds,2);break;case"S":t=Ke(je.FractionalSeconds,1);break;case"SS":t=Ke(je.FractionalSeconds,2);break;case"SSS":t=Ke(je.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Xe(Ie.Short);break;case"ZZZZZ":t=Xe(Ie.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Xe(Ie.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Xe(Ie.Long);break;default:return null}return Qe[e]=t,t}(e);l+=t?t(u,r,s):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),l}function ze(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ze(e,t,r,n,u){void 0===r&&(r="-");var o="";(e<0||u&&e<=0)&&(u?e=1-e:(e=-e,o=r));for(var i=String(e);i.length<t;)i="0"+i;return n&&(i=i.substr(i.length-t)),o+i}function Ke(e,t,r,n,u){return void 0===r&&(r=0),void 0===n&&(n=!1),void 0===u&&(u=!1),function(o,i){var a,s=function(e,t){switch(e){case je.FullYear:return t.getFullYear();case je.Month:return t.getMonth();case je.Date:return t.getDate();case je.Hours:return t.getHours();case je.Minutes:return t.getMinutes();case je.Seconds:return t.getSeconds();case je.FractionalSeconds:return t.getMilliseconds();case je.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+e+'".')}}(e,o);if((r>0||s>-r)&&(s+=r),e===je.Hours)0===s&&-12===r&&(s=12);else if(e===je.FractionalSeconds)return a=t,Ze(s,3).substr(0,a);var l=Oe(i,Ce.MinusSign);return Ze(s,t,l,n,u)}}function Ye(e,t,r,n){return void 0===r&&(r=de.Format),void 0===n&&(n=!1),function(u,o){return function(e,t,r,n,u,o){switch(r){case He.Months:return Ae(t,u,n)[e.getMonth()];case He.Days:return _e(t,u,n)[e.getDay()];case He.DayPeriods:var i=e.getHours(),a=e.getMinutes();if(o){var s,l=Re(t),c=Me(t,u,n);if(l.forEach((function(e,t){if(Array.isArray(e)){var r=e[0],n=r.hours,u=r.minutes,o=e[1],l=o.hours,f=o.minutes;i>=n&&a>=u&&(i<l||i===l&&a<f)&&(s=c[t])}else{var p=e.hours,D=e.minutes;p===i&&D===a&&(s=c[t])}})),s)return s}return Ee(t,u,n)[i<12?0:1];case He.Eras:return be(t,n)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(u,o,e,t,r,n)}}function Xe(e){return function(t,r,n){var u=-1*n,o=Oe(r,Ce.MinusSign),i=u>0?Math.floor(u/60):Math.ceil(u/60);switch(e){case Ie.Short:return(u>=0?"+":"")+Ze(i,2,o)+Ze(Math.abs(u%60),2,o);case Ie.ShortGMT:return"GMT"+(u>=0?"+":"")+Ze(i,1,o);case Ie.Long:return"GMT"+(u>=0?"+":"")+Ze(i,2,o)+":"+Ze(Math.abs(u%60),2,o);case Ie.Extended:return 0===n?"Z":(u>=0?"+":"")+Ze(i,2,o)+":"+Ze(Math.abs(u%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(Ie||(Ie={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(je||(je={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(He||(He={}));function Je(e,t){return void 0===t&&(t=!1),function(r,n){var u,o,i,a;if(t){var s=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,l=r.getDate();u=1+Math.floor((l+s)/7)}else{var c=(i=r.getFullYear(),a=new Date(i,0,1).getDay(),new Date(i,0,1+(a<=4?4:11)-a)),f=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-c.getTime();u=1+Math.round(f/6048e5)}return Ze(u,e,Oe(n,Ce.MinusSign))}}var Qe={};function qe(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function et(e){return e instanceof Date&&!isNaN(e.valueOf())}var tt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function rt(e,t,r,n,u,o,i){void 0===i&&(i=!1);var a="",s=!1;if(isFinite(e)){var l=function(e){var t,r,n,u,o,i=Math.abs(e)+"",a=0;(r=i.indexOf("."))>-1&&(i=i.replace(".",""));(n=i.search(/e/i))>0?(r<0&&(r=n),r+=+i.slice(n+1),i=i.substring(0,n)):r<0&&(r=i.length);for(n=0;"0"===i.charAt(n);n++);if(n===(o=i.length))t=[0],r=1;else{for(o--;"0"===i.charAt(o);)o--;for(r-=n,t=[],u=0;n<=o;n++,u++)t[u]=Number(i.charAt(n))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(l=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));var c=t.minInt,f=t.minFrac,p=t.maxFrac;if(o){var D=o.match(tt);if(null===D)throw new Error(o+" is not a valid digit info");var h=D[1],d=D[3],y=D[5];null!=h&&(c=at(h)),null!=d&&(f=at(d)),null!=y?p=at(y):null!=d&&f>p&&(p=f)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var n=e.digits,u=n.length-e.integerLen,o=Math.min(Math.max(t,u),r),i=o+e.integerLen,a=n[i];if(i>0){n.splice(Math.max(e.integerLen,i));for(var s=i;s<n.length;s++)n[s]=0}else{u=Math.max(0,u),e.integerLen=1,n.length=Math.max(1,i=o+1),n[0]=0;for(var l=1;l<i;l++)n[l]=0}if(a>=5)if(i-1<0){for(var c=0;c>i;c--)n.unshift(0),e.integerLen++;n.unshift(1),e.integerLen++}else n[i-1]++;for(;u<Math.max(0,o);u++)n.push(0);var f=0!==o,p=t+e.integerLen,D=n.reduceRight((function(e,t,r,n){return t+=e,n[r]=t<10?t:t-10,f&&(0===n[r]&&r>=p?n.pop():f=!1),t>=10?1:0}),0);D&&(n.unshift(D),e.integerLen++)}(l,f,p);var g=l.digits,C=l.integerLen,v=l.exponent,m=[];for(s=g.every((function(e){return!e}));C<c;C++)g.unshift(0);for(;C<0;C++)g.unshift(0);C>0?m=g.splice(C,g.length):(m=g,g=[0]);var F=[];for(g.length>=t.lgSize&&F.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)F.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&F.unshift(g.join("")),a=F.join(Oe(r,n)),m.length&&(a+=Oe(r,u)+m.join("")),v&&(a+=Oe(r,Ce.Exponential)+"+"+v)}else a=Oe(r,Ce.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf}function nt(e,t,r,n,u){var o=it(Le(t,De.Currency),Oe(t,Ce.MinusSign));return o.minFrac=Ve(n),o.maxFrac=o.minFrac,rt(e,o,t,Ce.CurrencyGroup,Ce.CurrencyDecimal,u).replace("¤",r).replace("¤","").trim()}function ut(e,t,r){return rt(e,it(Le(t,De.Percent),Oe(t,Ce.MinusSign)),t,Ce.Group,Ce.Decimal,r,!0).replace(new RegExp("%","g"),Oe(t,Ce.PercentSign))}function ot(e,t,r){return rt(e,it(Le(t,De.Decimal),Oe(t,Ce.MinusSign)),t,Ce.Group,Ce.Decimal,r)}function it(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},n=e.split(";"),u=n[0],o=n[1],i=-1!==u.indexOf(".")?u.split("."):[u.substring(0,u.lastIndexOf("0")+1),u.substring(u.lastIndexOf("0")+1)],a=i[0],s=i[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(var l=0;l<s.length;l++){var c=s.charAt(l);"0"===c?r.minFrac=r.maxFrac=l+1:"#"===c?r.maxFrac=l+1:r.posSuf+=c}var f=a.split(",");if(r.gSize=f[1]?f[1].length:0,r.lgSize=f[2]||f[1]?(f[2]||f[1]).length:0,o){var p=u.length-r.posPre.length-r.posSuf.length,D=o.indexOf("#");r.negPre=o.substr(0,D).replace(/'/g,""),r.negSuf=o.substr(D+p).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function at(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var st=e("NgLocalization",(function(){}));function lt(e,t,r,n){var u="="+e;if(t.indexOf(u)>-1)return u;if(u=r.getPluralCategory(e,n),t.indexOf(u)>-1)return u;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var ct=e("NgLocaleLocalization",function(e){function t(t){var r=e.call(this)||this;return r.locale=t,r}return $(t,e),t.prototype.getPluralCategory=function(e,t){switch(Pe(t||this.locale)(e)){case he.Zero:return"zero";case he.One:return"one";case he.Two:return"two";case he.Few:return"few";case he.Many:return"many";default:return"other"}},t=G([n(),W(0,o(f)),z("design:paramtypes",[String])],t)}(st));var ft=e("NgClass",function(){function e(e,t,r,n){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=n,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(D(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachRemovedItem((function(e){e.previousValue&&t._toggleClass(e.key,!1)}))},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem((function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+h(e.item));t._toggleClass(e.item,!0)})),e.forEachRemovedItem((function(e){return t._toggleClass(e.item,!1)}))},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!0)})):Object.keys(e).forEach((function(r){return t._toggleClass(r,!!e[r])})))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!1)})):Object.keys(e).forEach((function(e){return t._toggleClass(e,!1)})))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach((function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)}))},G([d("class"),z("design:type",String),z("design:paramtypes",[String])],e.prototype,"klass",null),G([d("ngClass"),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngClass",null),e=G([y({selector:"[ngClass]"}),z("design:paramtypes",[k,R,M,T])],e)}()),pt=e("NgComponentOutlet",function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(g);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var n=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(C)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(n,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},G([d(),z("design:type",x)],e.prototype,"ngComponentOutlet",void 0),G([d(),z("design:type",N)],e.prototype,"ngComponentOutletInjector",void 0),G([d(),z("design:type",Array)],e.prototype,"ngComponentOutletContent",void 0),G([d(),z("design:type",V)],e.prototype,"ngComponentOutletNgModuleFactory",void 0),e=G([y({selector:"[ngComponentOutlet]"}),z("design:paramtypes",[I])],e)}()),Dt=e("NgForOfContext",function(){function e(e,t,r,n){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=n}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}()),ht=e("NgForOf",function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){v()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/api/common/NgForOf#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+(((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays."))}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation((function(e,n,u){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new Dt(null,t._ngForOf,-1,-1),null===u?void 0:u),i=new dt(e,o);r.push(i)}else if(null==u)t._viewContainer.remove(null===n?void 0:n);else if(null!==n){o=t._viewContainer.get(n);t._viewContainer.move(o,u);i=new dt(e,o);r.push(i)}}));for(var n=0;n<r.length;n++)this._perViewChange(r[n].view,r[n].record);n=0;for(var u=this._viewContainer.length;n<u;n++){var o=this._viewContainer.get(n);o.context.index=n,o.context.count=u,o.context.ngForOf=this._ngForOf}e.forEachIdentityChange((function(e){t._viewContainer.get(e.currentIndex).context.$implicit=e.item}))},e.prototype._perViewChange=function(e,t){e.context.$implicit=t.item},e.ngTemplateContextGuard=function(e,t){return!0},G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngForOf",null),G([d(),z("design:type",Function),z("design:paramtypes",[Function])],e.prototype,"ngForTrackBy",null),G([d(),z("design:type",j),z("design:paramtypes",[j])],e.prototype,"ngForTemplate",null),e=G([y({selector:"[ngFor][ngForOf]"}),z("design:paramtypes",[I,j,k])],e)}()),dt=function(e,t){this.record=e,this.view=t};var yt=e("NgIf",function(){function e(e,t){this._viewContainer=e,this._context=new gt,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}return Object.defineProperty(e.prototype,"ngIf",{set:function(e){this._context.$implicit=this._context.ngIf=e,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfThen",{set:function(e){Ct("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfElse",{set:function(e){Ct("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),e.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},e.ngTemplateContextGuard=function(e,t){return!0},G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngIf",null),G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngIfThen",null),G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngIfElse",null),e=G([y({selector:"[ngIf]"}),z("design:paramtypes",[I,j])],e)}()),gt=e("NgIfContext",(function(){this.$implicit=null,this.ngIf=null}));function Ct(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(e+" must be a TemplateRef, but received '"+h(t)+"'.")}var vt=function(){function e(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}return e.prototype.create=function(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)},e.prototype.destroy=function(){this._created=!1,this._viewContainerRef.clear()},e.prototype.enforceState=function(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()},e}(),mt=e("NgSwitch",function(){function e(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}return Object.defineProperty(e.prototype,"ngSwitch",{set:function(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)},enumerable:!0,configurable:!0}),e.prototype._addCase=function(){return this._caseCount++},e.prototype._addDefault=function(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)},e.prototype._matchCase=function(e){var t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t},e.prototype._updateDefaultCases=function(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(var t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}},G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngSwitch",null),e=G([y({selector:"[ngSwitch]"})],e)}()),Ft=e("NgSwitchCase",function(){function e(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new vt(e,t)}return e.prototype.ngDoCheck=function(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))},G([d(),z("design:type",Object)],e.prototype,"ngSwitchCase",void 0),e=G([y({selector:"[ngSwitchCase]"}),W(2,m()),z("design:paramtypes",[I,j,mt])],e)}()),Et=e("NgSwitchDefault",function(){function e(e,t,r){r._addDefault(new vt(e,t))}return e=G([y({selector:"[ngSwitchDefault]"}),W(2,m()),z("design:paramtypes",[I,j,mt])],e)}()),_t=e("NgPlural",function(){function e(e){this._localization=e,this._caseViews={}}return Object.defineProperty(e.prototype,"ngPlural",{set:function(e){this._switchValue=e,this._updateView()},enumerable:!0,configurable:!0}),e.prototype.addCase=function(e,t){this._caseViews[e]=t},e.prototype._updateView=function(){this._clearViews();var e=Object.keys(this._caseViews),t=lt(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])},e.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},e.prototype._activateView=function(e){e&&(this._activeView=e,this._activeView.create())},G([d(),z("design:type",Number),z("design:paramtypes",[Number])],e.prototype,"ngPlural",null),e=G([y({selector:"[ngPlural]"}),z("design:paramtypes",[st])],e)}()),At=e("NgPluralCase",function(){function e(e,t,r,n){this.value=e;var u=!isNaN(Number(e));n.addCase(u?"="+e:e,new vt(r,t))}return e=G([y({selector:"[ngPluralCase]"}),W(0,F("ngPluralCase")),W(3,m()),z("design:paramtypes",[String,j,I,_t])],e)}()),bt=e("NgStyle",function(){function e(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}return Object.defineProperty(e.prototype,"ngStyle",{set:function(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._differ){var e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}},e.prototype._setStyle=function(e,t){var r=K(e.split("."),2),n=r[0],u=r[1];null!=(t=null!=t&&u?""+t+u:t)?this._renderer.setStyle(this._ngEl.nativeElement,n,t):this._renderer.removeStyle(this._ngEl.nativeElement,n)},e.prototype._applyChanges=function(e){var t=this;e.forEachRemovedItem((function(e){return t._setStyle(e.key,null)})),e.forEachAddedItem((function(e){return t._setStyle(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._setStyle(e.key,e.currentValue)}))},G([d("ngStyle"),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngStyle",null),e=G([y({selector:"[ngStyle]"}),z("design:paramtypes",[M,R,T])],e)}()),wt=e("NgTemplateOutlet",function(){function e(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}return e.prototype.ngOnChanges=function(e){if(this._shouldRecreateView(e)){var t=this._viewContainerRef;this._viewRef&&t.remove(t.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?t.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},e.prototype._shouldRecreateView=function(e){var t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},e.prototype._hasContextShapeChanged=function(e){var t,r,n=Object.keys(e.previousValue||{}),u=Object.keys(e.currentValue||{});if(n.length===u.length){try{for(var o=Z(u),i=o.next();!i.done;i=o.next()){var a=i.value;if(-1===n.indexOf(a))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!1}return!0},e.prototype._updateExistingContext=function(e){var t,r;try{for(var n=Z(Object.keys(e)),u=n.next();!u.done;u=n.next()){var o=u.value;this._viewRef.context[o]=this.ngTemplateOutletContext[o]}}catch(e){t={error:e}}finally{try{u&&!u.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}},G([d(),z("design:type",Object)],e.prototype,"ngTemplateOutletContext",void 0),G([d(),z("design:type",Object)],e.prototype,"ngTemplateOutlet",void 0),e=G([y({selector:"[ngTemplateOutlet]"}),z("design:paramtypes",[I])],e)}()),St=e("ɵangular_packages_common_common_e",[ft,pt,ht,yt,wt,bt,mt,Ft,Et,_t,At]);function Bt(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+h(e)+"'")}var Ot=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Lt=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,(function(e){throw e}))},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),Pt=new Ot,kt=e("AsyncPipe",function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}var t;return t=e,e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):E(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,_.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(function(r){return t._updateLatestValue(e,r)}))},e.prototype._selectStrategy=function(e){if(A(e))return Lt;if(b(e))return Pt;throw Bt(t,e)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e=t=G([w({name:"async",pure:!1}),z("design:paramtypes",[H])],e)}()),Rt=e("LowerCasePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw Bt(t,e);return e.toLowerCase()},e=t=G([w({name:"lowercase"})],e)}()),Mt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,Tt=e("TitleCasePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw Bt(t,e);return e.replace(Mt,(function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()}))},e=t=G([w({name:"titlecase"})],e)}()),xt=e("UpperCasePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw Bt(t,e);return e.toUpperCase()},e=t=G([w({name:"uppercase"})],e)}()),Nt=e("DatePipe",function(){function e(e){this.locale=e}var t;return t=e,e.prototype.transform=function(e,r,n,u){if(void 0===r&&(r="mediumDate"),null==e||""===e||e!=e)return null;try{return We(e,r,u||this.locale,n)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"date",pure:!0}),W(0,o(f)),z("design:paramtypes",[String])],e)}()),Vt=/#/g,It=e("I18nPluralPipe",function(){function e(e){this._localization=e}var t;return t=e,e.prototype.transform=function(e,r,n){if(null==e)return"";if("object"!=typeof r||null===r)throw Bt(t,r);return r[lt(e,Object.keys(r),this._localization,n)].replace(Vt,e.toString())},e=t=G([w({name:"i18nPlural",pure:!0}),z("design:paramtypes",[st])],e)}()),jt=e("I18nSelectPipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r){if(null==e)return"";if("object"!=typeof r||"string"!=typeof e)throw Bt(t,r);return r.hasOwnProperty(e)?r[e]:r.hasOwnProperty("other")?r.other:""},e=t=G([w({name:"i18nSelect",pure:!0})],e)}()),Ht=e("JsonPipe",function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e=G([w({name:"json",pure:!1})],e)}());var Ut=e("KeyValuePipe",function(){function e(e){this.differs=e,this.keyValues=[]}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=$t),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var n=this.differ.diff(e);return n&&(this.keyValues=[],n.forEachItem((function(e){var t,n;r.keyValues.push((t=e.key,n=e.currentValue,{key:t,value:n}))})),this.keyValues.sort(t)),this.keyValues},e=G([w({name:"keyvalue",pure:!1}),z("design:paramtypes",[R])],e)}());function $t(e,t){var r=e.key,n=t.key;if(r===n)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(null===r)return 1;if(null===n)return-1;if("string"==typeof r&&"string"==typeof n)return r<n?-1:1;if("number"==typeof r&&"number"==typeof n)return r-n;if("boolean"==typeof r&&"boolean"==typeof n)return r<n?-1:1;var u=String(r),o=String(n);return u==o?0:u<o?-1:1}var Gt=e("DecimalPipe",function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,n){if(Zt(e))return null;n=n||this._locale;try{return ot(Kt(e),n,r)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"number"}),W(0,o(f)),z("design:paramtypes",[String])],e)}()),Wt=e("PercentPipe",function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,n){if(Zt(e))return null;n=n||this._locale;try{return ut(Kt(e),n,r)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"percent"}),W(0,o(f)),z("design:paramtypes",[String])],e)}()),zt=e("CurrencyPipe",function(){function e(e,t){void 0===t&&(t="USD"),this._locale=e,this._defaultCurrencyCode=t}var t;return t=e,e.prototype.transform=function(e,r,n,u,o){if(void 0===n&&(n="symbol"),Zt(e))return null;o=o||this._locale,"boolean"==typeof n&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),n=n?"symbol":"code");var i=r||this._defaultCurrencyCode;"code"!==n&&(i="symbol"===n||"symbol-narrow"===n?Ne(i,"symbol"===n?"wide":"narrow",o):n);try{return nt(Kt(e),o,i,r,u)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"currency"}),W(0,o(f)),W(1,o(S)),z("design:paramtypes",[String,String])],e)}());function Zt(e){return null==e||""===e||e!=e}function Kt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}var Yt=e("SlicePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r,n){if(null==e)return e;if(!this.supports(e))throw Bt(t,e);return e.slice(r,n)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e=t=G([w({name:"slice",pure:!1})],e)}()),Xt=e("ɵangular_packages_common_common_f",[kt,xt,Rt,Ht,Yt,Gt,Wt,Tt,zt,Nt,It,jt,Ut]),Jt=(e("CommonModule",function(){function e(){}return e=G([B({declarations:[St,Xt],exports:[St,Xt],providers:[{provide:st,useClass:ct}]})],e)}()),e("ɵPLATFORM_BROWSER_ID","browser")),Qt=e("ɵPLATFORM_SERVER_ID","server"),qt=e("ɵPLATFORM_WORKER_APP_ID","browserWorkerApp"),er=e("ɵPLATFORM_WORKER_UI_ID","browserWorkerUi");e("VERSION",new O("9.1.3")),e("ViewportScroller",function(){function e(){}return e.ɵprov=r({token:e,providedIn:"root",factory:function(){return new tr(u(J),window,u(L))}}),e}());var tr=function(){function e(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=function(){return[0,0]}}return e.prototype.setOffset=function(e){Array.isArray(e)?this.offset=function(){return e}:this.offset=e},e.prototype.getScrollPosition=function(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]},e.prototype.scrollToPosition=function(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])},e.prototype.scrollToAnchor=function(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{var t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);var r=this.document.querySelector("[name='"+e+"']");if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}},e.prototype.setHistoryScrollRestoration=function(e){if(this.supportScrollRestoration()){var t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}},e.prototype.scrollToElement=function(e){var t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,n=t.top+this.window.pageYOffset,u=this.offset();this.window.scrollTo(r-u[0],n-u[1])},e.prototype.supportScrollRestoration=function(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}},e}();e("ɵNullViewportScroller",function(){function e(){}return e.prototype.setOffset=function(e){},e.prototype.getScrollPosition=function(){return[0,0]},e.prototype.scrollToPosition=function(e){},e.prototype.scrollToAnchor=function(e){},e.prototype.setHistoryScrollRestoration=function(e){},e}())}}}));
/* @angular/common@9.1.4 */
System.register(["@angular/core"],(function(e){"use strict";var t,r,n,u,o,i,a,s,l,c,f,p,D,h,d,y,g,C,v,m,F,E,_,A,b,w,S,B,O,L,P,k,R,M,T,x,N,V,I,j,H;return{setters:[function(e){t=e.InjectionToken,r=e.ɵɵdefineInjectable,n=e.Injectable,u=e.ɵɵinject,o=e.Inject,i=e.Optional,a=e.ɵfindLocaleData,s=e.ɵLocaleDataIndex,l=e.ɵgetLocaleCurrencyCode,c=e.ɵgetLocalePluralCase,f=e.LOCALE_ID,p=e.ɵregisterLocaleData,D=e.ɵisListLikeIterable,h=e.ɵstringify,d=e.Input,y=e.Directive,g=e.NgModuleRef,C=e.ComponentFactoryResolver,v=e.isDevMode,m=e.Host,F=e.Attribute,E=e.ɵlooseIdentical,_=e.WrappedValue,A=e.ɵisPromise,b=e.ɵisObservable,w=e.Pipe,S=e.DEFAULT_CURRENCY_CODE,B=e.NgModule,O=e.Version,L=e.ErrorHandler,P=e.EventEmitter,k=e.IterableDiffers,R=e.KeyValueDiffers,M=e.ElementRef,T=e.Renderer2,x=e.Type,N=e.Injector,V=e.NgModuleFactory,I=e.ViewContainerRef,j=e.TemplateRef,H=e.ChangeDetectorRef}],execute:function(){e({FormStyle:void 0,FormatWidth:void 0,NumberFormatStyle:void 0,NumberSymbol:void 0,Plural:void 0,TranslationWidth:void 0,WeekDay:void 0,formatCurrency:nt,formatDate:We,formatNumber:ot,formatPercent:ut,getCurrencySymbol:Ne,getLocaleCurrencyCode:function(e){return l(e)},getLocaleCurrencyName:function(e){return a(e)[s.CurrencyName]||null},getLocaleCurrencySymbol:function(e){return a(e)[s.CurrencySymbol]||null},getLocaleDateFormat:we,getLocaleDateTimeFormat:Be,getLocaleDayNames:_e,getLocaleDayPeriods:Ee,getLocaleDirection:function(e){return a(e)[s.Directionality]},getLocaleEraNames:be,getLocaleExtraDayPeriodRules:Re,getLocaleExtraDayPeriods:Me,getLocaleFirstDayOfWeek:function(e){return a(e)[s.FirstDayOfWeek]},getLocaleId:Fe,getLocaleMonthNames:Ae,getLocaleNumberFormat:Le,getLocaleNumberSymbol:Oe,getLocaleTimeFormat:Se,getLocaleWeekEndRange:function(e){return a(e)[s.WeekendRange]},getNumberOfCurrencyDigits:Ve,isPlatformBrowser:function(e){return e===Jt},isPlatformServer:function(e){return e===Qt},isPlatformWorkerApp:function(e){return e===qt},isPlatformWorkerUi:function(e){return e===er},registerLocaleData:function(e,t,r){return p(e,t,r)},"ɵangular_packages_common_common_a":q,"ɵangular_packages_common_common_b":re,"ɵangular_packages_common_common_c":fe,"ɵangular_packages_common_common_d":ae,"ɵgetDOM":X,"ɵparseCookieValue":function(e,t){var r,n;t=encodeURIComponent(t);try{for(var u=Z(e.split(";")),o=u.next();!o.done;o=u.next()){var i=o.value,a=i.indexOf("="),s=K(-1==a?[i,""]:[i.slice(0,a),i.slice(a+1)],2),l=s[0],c=s[1];if(l.trim()===t)return decodeURIComponent(c)}}catch(e){r={error:e}}finally{try{o&&!o.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}return null},"ɵsetRootDomAdapter":function(e){Y||(Y=e)}});var U=function(e,t){return(U=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(e,t)};function $(e,t){function r(){this.constructor=e}U(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}function G(e,t,r,n){var u,o=arguments.length,i=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var a=e.length-1;a>=0;a--)(u=e[a])&&(i=(o<3?u(i):o>3?u(t,r,i):u(t,r))||i);return o>3&&i&&Object.defineProperty(t,r,i),i}function W(e,t){return function(r,n){t(r,n,e)}}function z(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function Z(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function K(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,u,o=r.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(e){u={error:e}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(u)throw u.error}}return i}var Y=null;function X(){return Y}e("ɵDomAdapter",(function(){}));var J=e("DOCUMENT",new t("DocumentToken")),Q=e("PlatformLocation",function(){function e(){}return e.ɵprov=r({factory:q,token:e,providedIn:"platform"}),e=G([n({providedIn:"platform",useFactory:q})],e)}());function q(){return u(ee)}e("LOCATION_INITIALIZED",new t("Location Initialized"));var ee=e("ɵBrowserPlatformLocation",function(e){function t(t){var r=e.call(this)||this;return r._doc=t,r._init(),r}return $(t,e),t.prototype._init=function(){this.location=X().getLocation(),this._history=X().getHistory()},t.prototype.getBaseHrefFromDOM=function(){return X().getBaseHref(this._doc)},t.prototype.onPopState=function(e){X().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)},t.prototype.onHashChange=function(e){X().getGlobalEventTarget(this._doc,"window").addEventListener("hashchange",e,!1)},Object.defineProperty(t.prototype,"href",{get:function(){return this.location.href},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"protocol",{get:function(){return this.location.protocol},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hostname",{get:function(){return this.location.hostname},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"port",{get:function(){return this.location.port},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"pathname",{get:function(){return this.location.pathname},set:function(e){this.location.pathname=e},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"search",{get:function(){return this.location.search},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),t.prototype.pushState=function(e,t,r){te()?this._history.pushState(e,t,r):this.location.hash=r},t.prototype.replaceState=function(e,t,r){te()?this._history.replaceState(e,t,r):this.location.hash=r},t.prototype.forward=function(){this._history.forward()},t.prototype.back=function(){this._history.back()},t.prototype.getState=function(){return this._history.state},t.ɵprov=r({factory:re,token:t,providedIn:"platform"}),t=G([n({providedIn:"platform",useFactory:re}),W(0,o(J)),z("design:paramtypes",[Object])],t)}(Q));function te(){return!!window.history.pushState}function re(){return new ee(u(J))}function ne(e,t){if(0==e.length)return t;if(0==t.length)return e;var r=0;return e.endsWith("/")&&r++,t.startsWith("/")&&r++,2==r?e+t.substring(1):1==r?e+t:e+"/"+t}function ue(e){var t=e.match(/#|\?|$/),r=t&&t.index||e.length,n=r-("/"===e[r-1]?1:0);return e.slice(0,n)+e.slice(r)}function oe(e){return e&&"?"!==e[0]?"?"+e:e}var ie=e("LocationStrategy",function(){function e(){}return e.ɵprov=r({factory:ae,token:e,providedIn:"root"}),e=G([n({providedIn:"root",useFactory:ae})],e)}());function ae(e){var t=u(J).location;return new le(u(Q),t&&t.origin||"")}var se=e("APP_BASE_HREF",new t("appBaseHref")),le=e("PathLocationStrategy",function(e){function t(t,r){var n=e.call(this)||this;if(n._platformLocation=t,null==r&&(r=n._platformLocation.getBaseHrefFromDOM()),null==r)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");return n._baseHref=r,n}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.prepareExternalUrl=function(e){return ne(this._baseHref,e)},t.prototype.path=function(e){void 0===e&&(e=!1);var t=this._platformLocation.pathname+oe(this._platformLocation.search),r=this._platformLocation.hash;return r&&e?""+t+r:t},t.prototype.pushState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));this._platformLocation.pushState(e,t,u)},t.prototype.replaceState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));this._platformLocation.replaceState(e,t,u)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([n(),W(1,i()),W(1,o(se)),z("design:paramtypes",[Q,String])],t)}(ie)),ce=(e("HashLocationStrategy",function(e){function t(t,r){var n=e.call(this)||this;return n._platformLocation=t,n._baseHref="",null!=r&&(n._baseHref=r),n}return $(t,e),t.prototype.onPopState=function(e){this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e)},t.prototype.getBaseHref=function(){return this._baseHref},t.prototype.path=function(e){var t=this._platformLocation.hash;return null==t&&(t="#"),t.length>0?t.substring(1):t},t.prototype.prepareExternalUrl=function(e){var t=ne(this._baseHref,e);return t.length>0?"#"+t:t},t.prototype.pushState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));0==u.length&&(u=this._platformLocation.pathname),this._platformLocation.pushState(e,t,u)},t.prototype.replaceState=function(e,t,r,n){var u=this.prepareExternalUrl(r+oe(n));0==u.length&&(u=this._platformLocation.pathname),this._platformLocation.replaceState(e,t,u)},t.prototype.forward=function(){this._platformLocation.forward()},t.prototype.back=function(){this._platformLocation.back()},t=G([n(),W(1,i()),W(1,o(se)),z("design:paramtypes",[Q,String])],t)}(ie)),e("Location",function(){function e(e,t){var r=this;this._subject=new P,this._urlChangeListeners=[],this._platformStrategy=e;var n=this._platformStrategy.getBaseHref();this._platformLocation=t,this._baseHref=ue(pe(n)),this._platformStrategy.onPopState((function(e){r._subject.emit({url:r.path(!0),pop:!0,state:e.state,type:e.type})}))}var t;return t=e,e.prototype.path=function(e){return void 0===e&&(e=!1),this.normalize(this._platformStrategy.path(e))},e.prototype.getState=function(){return this._platformLocation.getState()},e.prototype.isCurrentPathEqualTo=function(e,t){return void 0===t&&(t=""),this.path()==this.normalize(e+oe(t))},e.prototype.normalize=function(e){return t.stripTrailingSlash(function(e,t){return e&&t.startsWith(e)?t.substring(e.length):t}(this._baseHref,pe(e)))},e.prototype.prepareExternalUrl=function(e){return e&&"/"!==e[0]&&(e="/"+e),this._platformStrategy.prepareExternalUrl(e)},e.prototype.go=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.pushState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+oe(t)),r)},e.prototype.replaceState=function(e,t,r){void 0===t&&(t=""),void 0===r&&(r=null),this._platformStrategy.replaceState(r,"",e,t),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+oe(t)),r)},e.prototype.forward=function(){this._platformStrategy.forward()},e.prototype.back=function(){this._platformStrategy.back()},e.prototype.onUrlChange=function(e){var t=this;this._urlChangeListeners.push(e),this.subscribe((function(e){t._notifyUrlChangeListeners(e.url,e.state)}))},e.prototype._notifyUrlChangeListeners=function(e,t){void 0===e&&(e=""),this._urlChangeListeners.forEach((function(r){return r(e,t)}))},e.prototype.subscribe=function(e,t,r){return this._subject.subscribe({next:e,error:t,complete:r})},e.normalizeQueryParams=oe,e.joinWithSlash=ne,e.stripTrailingSlash=ue,e.ɵprov=r({factory:fe,token:e,providedIn:"root"}),e=t=G([n({providedIn:"root",useFactory:fe}),z("design:paramtypes",[ie,Q])],e)}()));function fe(){return new ce(u(ie),u(Q))}function pe(e){return e.replace(/\/index.html$/,"")}var De,he,de,ye,ge,Ce,ve,me={ADP:[void 0,void 0,0],AFN:[void 0,void 0,0],ALL:[void 0,void 0,0],AMD:[void 0,void 0,2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"৳"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,"р.",2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN¥","¥"],COP:[void 0,"$",2],CRC:[void 0,"₡",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"Kč",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E£"],ESP:[void 0,"₧",0],EUR:["€"],FJD:[void 0,"$"],FKP:[void 0,"£"],GBP:["£"],GEL:[void 0,"₾"],GIP:[void 0,"£"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["₪"],INR:["₹"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["¥",void 0,0],KHR:[void 0,"៛"],KMF:[void 0,"CF",0],KPW:[void 0,"₩",0],KRW:["₩",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"₸"],LAK:[void 0,"₭",0],LBP:[void 0,"L£",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"₮",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"₦"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:[void 0,"₱"],PKR:[void 0,"Rs",2],PLN:[void 0,"zł"],PYG:[void 0,"₲",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"₽"],RUR:[void 0,"р."],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"£"],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"£"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"£",0],THB:[void 0,"฿"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"₺"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"₴"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["₫",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["CFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["¤"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};function Fe(e){return a(e)[s.LocaleId]}function Ee(e,t,r){var n=a(e),u=Te([n[s.DayPeriodsFormat],n[s.DayPeriodsStandalone]],t);return Te(u,r)}function _e(e,t,r){var n=a(e),u=Te([n[s.DaysFormat],n[s.DaysStandalone]],t);return Te(u,r)}function Ae(e,t,r){var n=a(e),u=Te([n[s.MonthsFormat],n[s.MonthsStandalone]],t);return Te(u,r)}function be(e,t){return Te(a(e)[s.Eras],t)}function we(e,t){return Te(a(e)[s.DateFormat],t)}function Se(e,t){return Te(a(e)[s.TimeFormat],t)}function Be(e,t){return Te(a(e)[s.DateTimeFormat],t)}function Oe(e,t){var r=a(e),n=r[s.NumberSymbols][t];if(void 0===n){if(t===Ce.CurrencyDecimal)return r[s.NumberSymbols][Ce.Decimal];if(t===Ce.CurrencyGroup)return r[s.NumberSymbols][Ce.Group]}return n}function Le(e,t){return a(e)[s.NumberFormats][t]}!function(e){e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific"}(De||(De=e("NumberFormatStyle",{}))),function(e){e[e.Zero=0]="Zero",e[e.One=1]="One",e[e.Two=2]="Two",e[e.Few=3]="Few",e[e.Many=4]="Many",e[e.Other=5]="Other"}(he||(he=e("Plural",{}))),function(e){e[e.Format=0]="Format",e[e.Standalone=1]="Standalone"}(de||(de=e("FormStyle",{}))),function(e){e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short"}(ye||(ye=e("TranslationWidth",{}))),function(e){e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full"}(ge||(ge=e("FormatWidth",{}))),function(e){e[e.Decimal=0]="Decimal",e[e.Group=1]="Group",e[e.List=2]="List",e[e.PercentSign=3]="PercentSign",e[e.PlusSign=4]="PlusSign",e[e.MinusSign=5]="MinusSign",e[e.Exponential=6]="Exponential",e[e.SuperscriptingExponent=7]="SuperscriptingExponent",e[e.PerMille=8]="PerMille",e[e[1/0]=9]="Infinity",e[e.NaN=10]="NaN",e[e.TimeSeparator=11]="TimeSeparator",e[e.CurrencyDecimal=12]="CurrencyDecimal",e[e.CurrencyGroup=13]="CurrencyGroup"}(Ce||(Ce=e("NumberSymbol",{}))),function(e){e[e.Sunday=0]="Sunday",e[e.Monday=1]="Monday",e[e.Tuesday=2]="Tuesday",e[e.Wednesday=3]="Wednesday",e[e.Thursday=4]="Thursday",e[e.Friday=5]="Friday",e[e.Saturday=6]="Saturday"}(ve||(ve=e("WeekDay",{})));var Pe=e("getLocalePluralCase",c);function ke(e){if(!e[s.ExtraData])throw new Error('Missing extra locale data for the locale "'+e[s.LocaleId]+'". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.')}function Re(e){var t=a(e);return ke(t),(t[s.ExtraData][2]||[]).map((function(e){return"string"==typeof e?xe(e):[xe(e[0]),xe(e[1])]}))}function Me(e,t,r){var n=a(e);ke(n);var u=Te([n[s.ExtraData][0],n[s.ExtraData][1]],t)||[];return Te(u,r)||[]}function Te(e,t){for(var r=t;r>-1;r--)if(void 0!==e[r])return e[r];throw new Error("Locale data API: locale data undefined")}function xe(e){var t=K(e.split(":"),2);return{hours:+t[0],minutes:+t[1]}}function Ne(e,t,r){void 0===r&&(r="en");var n=function(e){return a(e)[s.Currencies]}(r)[e]||me[e]||[],u=n[1];return"narrow"===t&&"string"==typeof u?u:n[0]||e}function Ve(e){var t,r=me[e];return r&&(t=r[2]),"number"==typeof t?t:2}var Ie,je,He,Ue=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,$e={},Ge=/((?:[^GyMLwWdEabBhHmsSzZO']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function We(e,t,r,n){var u=function(e){if(et(e))return e;if("number"==typeof e&&!isNaN(e))return new Date(e);if("string"==typeof e){e=e.trim();var t=parseFloat(e);if(!isNaN(e-t))return new Date(t);if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var r=K(e.split("-").map((function(e){return+e})),3),n=r[0],u=r[1],o=r[2];return new Date(n,u-1,o)}var i;if(i=e.match(Ue))return function(e){var t=new Date(0),r=0,n=0,u=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(r=Number(e[9]+e[10]),n=Number(e[9]+e[11]));u.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));var i=Number(e[4]||0)-r,a=Number(e[5]||0)-n,s=Number(e[6]||0),l=Math.round(1e3*parseFloat("0."+(e[7]||0)));return o.call(t,i,a,s,l),t}(i)}var a=new Date(e);if(!et(a))throw new Error('Unable to convert "'+e+'" into a date');return a}(e);t=function e(t,r){var n=Fe(t);if($e[n]=$e[n]||{},$e[n][r])return $e[n][r];var u="";switch(r){case"shortDate":u=we(t,ge.Short);break;case"mediumDate":u=we(t,ge.Medium);break;case"longDate":u=we(t,ge.Long);break;case"fullDate":u=we(t,ge.Full);break;case"shortTime":u=Se(t,ge.Short);break;case"mediumTime":u=Se(t,ge.Medium);break;case"longTime":u=Se(t,ge.Long);break;case"fullTime":u=Se(t,ge.Full);break;case"short":var o=e(t,"shortTime"),i=e(t,"shortDate");u=ze(Be(t,ge.Short),[o,i]);break;case"medium":var a=e(t,"mediumTime"),s=e(t,"mediumDate");u=ze(Be(t,ge.Medium),[a,s]);break;case"long":var l=e(t,"longTime"),c=e(t,"longDate");u=ze(Be(t,ge.Long),[l,c]);break;case"full":var f=e(t,"fullTime"),p=e(t,"fullDate");u=ze(Be(t,ge.Full),[f,p])}u&&($e[n][r]=u);return u}(r,t)||t;for(var o,i=[];t;){if(!(o=Ge.exec(t))){i.push(t);break}var a=(i=i.concat(o.slice(1))).pop();if(!a)break;t=a}var s=u.getTimezoneOffset();n&&(s=qe(n,s),u=function(e,t,r){var n=r?-1:1,u=e.getTimezoneOffset(),o=qe(t,u);return function(e,t){return(e=new Date(e.getTime())).setMinutes(e.getMinutes()+t),e}(e,n*(o-u))}(u,n,!0));var l="";return i.forEach((function(e){var t=function(e){if(Qe[e])return Qe[e];var t;switch(e){case"G":case"GG":case"GGG":t=Ye(He.Eras,ye.Abbreviated);break;case"GGGG":t=Ye(He.Eras,ye.Wide);break;case"GGGGG":t=Ye(He.Eras,ye.Narrow);break;case"y":t=Ke(je.FullYear,1,0,!1,!0);break;case"yy":t=Ke(je.FullYear,2,0,!0,!0);break;case"yyy":t=Ke(je.FullYear,3,0,!1,!0);break;case"yyyy":t=Ke(je.FullYear,4,0,!1,!0);break;case"M":case"L":t=Ke(je.Month,1,1);break;case"MM":case"LL":t=Ke(je.Month,2,1);break;case"MMM":t=Ye(He.Months,ye.Abbreviated);break;case"MMMM":t=Ye(He.Months,ye.Wide);break;case"MMMMM":t=Ye(He.Months,ye.Narrow);break;case"LLL":t=Ye(He.Months,ye.Abbreviated,de.Standalone);break;case"LLLL":t=Ye(He.Months,ye.Wide,de.Standalone);break;case"LLLLL":t=Ye(He.Months,ye.Narrow,de.Standalone);break;case"w":t=Je(1);break;case"ww":t=Je(2);break;case"W":t=Je(1,!0);break;case"d":t=Ke(je.Date,1);break;case"dd":t=Ke(je.Date,2);break;case"E":case"EE":case"EEE":t=Ye(He.Days,ye.Abbreviated);break;case"EEEE":t=Ye(He.Days,ye.Wide);break;case"EEEEE":t=Ye(He.Days,ye.Narrow);break;case"EEEEEE":t=Ye(He.Days,ye.Short);break;case"a":case"aa":case"aaa":t=Ye(He.DayPeriods,ye.Abbreviated);break;case"aaaa":t=Ye(He.DayPeriods,ye.Wide);break;case"aaaaa":t=Ye(He.DayPeriods,ye.Narrow);break;case"b":case"bb":case"bbb":t=Ye(He.DayPeriods,ye.Abbreviated,de.Standalone,!0);break;case"bbbb":t=Ye(He.DayPeriods,ye.Wide,de.Standalone,!0);break;case"bbbbb":t=Ye(He.DayPeriods,ye.Narrow,de.Standalone,!0);break;case"B":case"BB":case"BBB":t=Ye(He.DayPeriods,ye.Abbreviated,de.Format,!0);break;case"BBBB":t=Ye(He.DayPeriods,ye.Wide,de.Format,!0);break;case"BBBBB":t=Ye(He.DayPeriods,ye.Narrow,de.Format,!0);break;case"h":t=Ke(je.Hours,1,-12);break;case"hh":t=Ke(je.Hours,2,-12);break;case"H":t=Ke(je.Hours,1);break;case"HH":t=Ke(je.Hours,2);break;case"m":t=Ke(je.Minutes,1);break;case"mm":t=Ke(je.Minutes,2);break;case"s":t=Ke(je.Seconds,1);break;case"ss":t=Ke(je.Seconds,2);break;case"S":t=Ke(je.FractionalSeconds,1);break;case"SS":t=Ke(je.FractionalSeconds,2);break;case"SSS":t=Ke(je.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":t=Xe(Ie.Short);break;case"ZZZZZ":t=Xe(Ie.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=Xe(Ie.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":t=Xe(Ie.Long);break;default:return null}return Qe[e]=t,t}(e);l+=t?t(u,r,s):"''"===e?"'":e.replace(/(^'|'$)/g,"").replace(/''/g,"'")})),l}function ze(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,(function(e,r){return null!=t&&r in t?t[r]:e}))),e}function Ze(e,t,r,n,u){void 0===r&&(r="-");var o="";(e<0||u&&e<=0)&&(u?e=1-e:(e=-e,o=r));for(var i=String(e);i.length<t;)i="0"+i;return n&&(i=i.substr(i.length-t)),o+i}function Ke(e,t,r,n,u){return void 0===r&&(r=0),void 0===n&&(n=!1),void 0===u&&(u=!1),function(o,i){var a,s=function(e,t){switch(e){case je.FullYear:return t.getFullYear();case je.Month:return t.getMonth();case je.Date:return t.getDate();case je.Hours:return t.getHours();case je.Minutes:return t.getMinutes();case je.Seconds:return t.getSeconds();case je.FractionalSeconds:return t.getMilliseconds();case je.Day:return t.getDay();default:throw new Error('Unknown DateType value "'+e+'".')}}(e,o);if((r>0||s>-r)&&(s+=r),e===je.Hours)0===s&&-12===r&&(s=12);else if(e===je.FractionalSeconds)return a=t,Ze(s,3).substr(0,a);var l=Oe(i,Ce.MinusSign);return Ze(s,t,l,n,u)}}function Ye(e,t,r,n){return void 0===r&&(r=de.Format),void 0===n&&(n=!1),function(u,o){return function(e,t,r,n,u,o){switch(r){case He.Months:return Ae(t,u,n)[e.getMonth()];case He.Days:return _e(t,u,n)[e.getDay()];case He.DayPeriods:var i=e.getHours(),a=e.getMinutes();if(o){var s,l=Re(t),c=Me(t,u,n);if(l.forEach((function(e,t){if(Array.isArray(e)){var r=e[0],n=r.hours,u=r.minutes,o=e[1],l=o.hours,f=o.minutes;i>=n&&a>=u&&(i<l||i===l&&a<f)&&(s=c[t])}else{var p=e.hours,D=e.minutes;p===i&&D===a&&(s=c[t])}})),s)return s}return Ee(t,u,n)[i<12?0:1];case He.Eras:return be(t,n)[e.getFullYear()<=0?0:1];default:throw new Error("unexpected translation type "+r)}}(u,o,e,t,r,n)}}function Xe(e){return function(t,r,n){var u=-1*n,o=Oe(r,Ce.MinusSign),i=u>0?Math.floor(u/60):Math.ceil(u/60);switch(e){case Ie.Short:return(u>=0?"+":"")+Ze(i,2,o)+Ze(Math.abs(u%60),2,o);case Ie.ShortGMT:return"GMT"+(u>=0?"+":"")+Ze(i,1,o);case Ie.Long:return"GMT"+(u>=0?"+":"")+Ze(i,2,o)+":"+Ze(Math.abs(u%60),2,o);case Ie.Extended:return 0===n?"Z":(u>=0?"+":"")+Ze(i,2,o)+":"+Ze(Math.abs(u%60),2,o);default:throw new Error('Unknown zone width "'+e+'"')}}}!function(e){e[e.Short=0]="Short",e[e.ShortGMT=1]="ShortGMT",e[e.Long=2]="Long",e[e.Extended=3]="Extended"}(Ie||(Ie={})),function(e){e[e.FullYear=0]="FullYear",e[e.Month=1]="Month",e[e.Date=2]="Date",e[e.Hours=3]="Hours",e[e.Minutes=4]="Minutes",e[e.Seconds=5]="Seconds",e[e.FractionalSeconds=6]="FractionalSeconds",e[e.Day=7]="Day"}(je||(je={})),function(e){e[e.DayPeriods=0]="DayPeriods",e[e.Days=1]="Days",e[e.Months=2]="Months",e[e.Eras=3]="Eras"}(He||(He={}));function Je(e,t){return void 0===t&&(t=!1),function(r,n){var u,o,i,a;if(t){var s=new Date(r.getFullYear(),r.getMonth(),1).getDay()-1,l=r.getDate();u=1+Math.floor((l+s)/7)}else{var c=(i=r.getFullYear(),a=new Date(i,0,1).getDay(),new Date(i,0,1+(a<=4?4:11)-a)),f=(o=r,new Date(o.getFullYear(),o.getMonth(),o.getDate()+(4-o.getDay()))).getTime()-c.getTime();u=1+Math.round(f/6048e5)}return Ze(u,e,Oe(n,Ce.MinusSign))}}var Qe={};function qe(e,t){e=e.replace(/:/g,"");var r=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(r)?t:r}function et(e){return e instanceof Date&&!isNaN(e.valueOf())}var tt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function rt(e,t,r,n,u,o,i){void 0===i&&(i=!1);var a="",s=!1;if(isFinite(e)){var l=function(e){var t,r,n,u,o,i=Math.abs(e)+"",a=0;(r=i.indexOf("."))>-1&&(i=i.replace(".",""));(n=i.search(/e/i))>0?(r<0&&(r=n),r+=+i.slice(n+1),i=i.substring(0,n)):r<0&&(r=i.length);for(n=0;"0"===i.charAt(n);n++);if(n===(o=i.length))t=[0],r=1;else{for(o--;"0"===i.charAt(o);)o--;for(r-=n,t=[],u=0;n<=o;n++,u++)t[u]=Number(i.charAt(n))}r>22&&(t=t.splice(0,21),a=r-1,r=1);return{digits:t,exponent:a,integerLen:r}}(e);i&&(l=function(e){if(0===e.digits[0])return e;var t=e.digits.length-e.integerLen;e.exponent?e.exponent+=2:(0===t?e.digits.push(0,0):1===t&&e.digits.push(0),e.integerLen+=2);return e}(l));var c=t.minInt,f=t.minFrac,p=t.maxFrac;if(o){var D=o.match(tt);if(null===D)throw new Error(o+" is not a valid digit info");var h=D[1],d=D[3],y=D[5];null!=h&&(c=at(h)),null!=d&&(f=at(d)),null!=y?p=at(y):null!=d&&f>p&&(p=f)}!function(e,t,r){if(t>r)throw new Error("The minimum number of digits after fraction ("+t+") is higher than the maximum ("+r+").");var n=e.digits,u=n.length-e.integerLen,o=Math.min(Math.max(t,u),r),i=o+e.integerLen,a=n[i];if(i>0){n.splice(Math.max(e.integerLen,i));for(var s=i;s<n.length;s++)n[s]=0}else{u=Math.max(0,u),e.integerLen=1,n.length=Math.max(1,i=o+1),n[0]=0;for(var l=1;l<i;l++)n[l]=0}if(a>=5)if(i-1<0){for(var c=0;c>i;c--)n.unshift(0),e.integerLen++;n.unshift(1),e.integerLen++}else n[i-1]++;for(;u<Math.max(0,o);u++)n.push(0);var f=0!==o,p=t+e.integerLen,D=n.reduceRight((function(e,t,r,n){return t+=e,n[r]=t<10?t:t-10,f&&(0===n[r]&&r>=p?n.pop():f=!1),t>=10?1:0}),0);D&&(n.unshift(D),e.integerLen++)}(l,f,p);var g=l.digits,C=l.integerLen,v=l.exponent,m=[];for(s=g.every((function(e){return!e}));C<c;C++)g.unshift(0);for(;C<0;C++)g.unshift(0);C>0?m=g.splice(C,g.length):(m=g,g=[0]);var F=[];for(g.length>=t.lgSize&&F.unshift(g.splice(-t.lgSize,g.length).join(""));g.length>t.gSize;)F.unshift(g.splice(-t.gSize,g.length).join(""));g.length&&F.unshift(g.join("")),a=F.join(Oe(r,n)),m.length&&(a+=Oe(r,u)+m.join("")),v&&(a+=Oe(r,Ce.Exponential)+"+"+v)}else a=Oe(r,Ce.Infinity);return a=e<0&&!s?t.negPre+a+t.negSuf:t.posPre+a+t.posSuf}function nt(e,t,r,n,u){var o=it(Le(t,De.Currency),Oe(t,Ce.MinusSign));return o.minFrac=Ve(n),o.maxFrac=o.minFrac,rt(e,o,t,Ce.CurrencyGroup,Ce.CurrencyDecimal,u).replace("¤",r).replace("¤","").trim()}function ut(e,t,r){return rt(e,it(Le(t,De.Percent),Oe(t,Ce.MinusSign)),t,Ce.Group,Ce.Decimal,r,!0).replace(new RegExp("%","g"),Oe(t,Ce.PercentSign))}function ot(e,t,r){return rt(e,it(Le(t,De.Decimal),Oe(t,Ce.MinusSign)),t,Ce.Group,Ce.Decimal,r)}function it(e,t){void 0===t&&(t="-");var r={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},n=e.split(";"),u=n[0],o=n[1],i=-1!==u.indexOf(".")?u.split("."):[u.substring(0,u.lastIndexOf("0")+1),u.substring(u.lastIndexOf("0")+1)],a=i[0],s=i[1]||"";r.posPre=a.substr(0,a.indexOf("#"));for(var l=0;l<s.length;l++){var c=s.charAt(l);"0"===c?r.minFrac=r.maxFrac=l+1:"#"===c?r.maxFrac=l+1:r.posSuf+=c}var f=a.split(",");if(r.gSize=f[1]?f[1].length:0,r.lgSize=f[2]||f[1]?(f[2]||f[1]).length:0,o){var p=u.length-r.posPre.length-r.posSuf.length,D=o.indexOf("#");r.negPre=o.substr(0,D).replace(/'/g,""),r.negSuf=o.substr(D+p).replace(/'/g,"")}else r.negPre=t+r.posPre,r.negSuf=r.posSuf;return r}function at(e){var t=parseInt(e);if(isNaN(t))throw new Error("Invalid integer literal when parsing "+e);return t}var st=e("NgLocalization",(function(){}));function lt(e,t,r,n){var u="="+e;if(t.indexOf(u)>-1)return u;if(u=r.getPluralCategory(e,n),t.indexOf(u)>-1)return u;if(t.indexOf("other")>-1)return"other";throw new Error('No plural message found for value "'+e+'"')}var ct=e("NgLocaleLocalization",function(e){function t(t){var r=e.call(this)||this;return r.locale=t,r}return $(t,e),t.prototype.getPluralCategory=function(e,t){switch(Pe(t||this.locale)(e)){case he.Zero:return"zero";case he.One:return"one";case he.Two:return"two";case he.Few:return"few";case he.Many:return"many";default:return"other"}},t=G([n(),W(0,o(f)),z("design:paramtypes",[String])],t)}(st));var ft=e("NgClass",function(){function e(e,t,r,n){this._iterableDiffers=e,this._keyValueDiffers=t,this._ngEl=r,this._renderer=n,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}return Object.defineProperty(e.prototype,"klass",{set:function(e){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof e?e.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngClass",{set:function(e){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof e?e.split(/\s+/):e,this._rawClass&&(D(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._iterableDiffer){var e=this._iterableDiffer.diff(this._rawClass);e&&this._applyIterableChanges(e)}else if(this._keyValueDiffer){var t=this._keyValueDiffer.diff(this._rawClass);t&&this._applyKeyValueChanges(t)}},e.prototype._applyKeyValueChanges=function(e){var t=this;e.forEachAddedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._toggleClass(e.key,e.currentValue)})),e.forEachRemovedItem((function(e){e.previousValue&&t._toggleClass(e.key,!1)}))},e.prototype._applyIterableChanges=function(e){var t=this;e.forEachAddedItem((function(e){if("string"!=typeof e.item)throw new Error("NgClass can only toggle CSS classes expressed as strings, got "+h(e.item));t._toggleClass(e.item,!0)})),e.forEachRemovedItem((function(e){return t._toggleClass(e.item,!1)}))},e.prototype._applyClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!0)})):Object.keys(e).forEach((function(r){return t._toggleClass(r,!!e[r])})))},e.prototype._removeClasses=function(e){var t=this;e&&(Array.isArray(e)||e instanceof Set?e.forEach((function(e){return t._toggleClass(e,!1)})):Object.keys(e).forEach((function(e){return t._toggleClass(e,!1)})))},e.prototype._toggleClass=function(e,t){var r=this;(e=e.trim())&&e.split(/\s+/g).forEach((function(e){t?r._renderer.addClass(r._ngEl.nativeElement,e):r._renderer.removeClass(r._ngEl.nativeElement,e)}))},G([d("class"),z("design:type",String),z("design:paramtypes",[String])],e.prototype,"klass",null),G([d("ngClass"),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngClass",null),e=G([y({selector:"[ngClass]"}),z("design:paramtypes",[k,R,M,T])],e)}()),pt=e("NgComponentOutlet",function(){function e(e){this._viewContainerRef=e,this._componentRef=null,this._moduleRef=null}return e.prototype.ngOnChanges=function(e){if(this._viewContainerRef.clear(),this._componentRef=null,this.ngComponentOutlet){var t=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;if(e.ngComponentOutletNgModuleFactory)if(this._moduleRef&&this._moduleRef.destroy(),this.ngComponentOutletNgModuleFactory){var r=t.get(g);this._moduleRef=this.ngComponentOutletNgModuleFactory.create(r.injector)}else this._moduleRef=null;var n=(this._moduleRef?this._moduleRef.componentFactoryResolver:t.get(C)).resolveComponentFactory(this.ngComponentOutlet);this._componentRef=this._viewContainerRef.createComponent(n,this._viewContainerRef.length,t,this.ngComponentOutletContent)}},e.prototype.ngOnDestroy=function(){this._moduleRef&&this._moduleRef.destroy()},G([d(),z("design:type",x)],e.prototype,"ngComponentOutlet",void 0),G([d(),z("design:type",N)],e.prototype,"ngComponentOutletInjector",void 0),G([d(),z("design:type",Array)],e.prototype,"ngComponentOutletContent",void 0),G([d(),z("design:type",V)],e.prototype,"ngComponentOutletNgModuleFactory",void 0),e=G([y({selector:"[ngComponentOutlet]"}),z("design:paramtypes",[I])],e)}()),Dt=e("NgForOfContext",function(){function e(e,t,r,n){this.$implicit=e,this.ngForOf=t,this.index=r,this.count=n}return Object.defineProperty(e.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"even",{get:function(){return this.index%2==0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),e}()),ht=e("NgForOf",function(){function e(e,t,r){this._viewContainer=e,this._template=t,this._differs=r,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}return Object.defineProperty(e.prototype,"ngForOf",{set:function(e){this._ngForOf=e,this._ngForOfDirty=!0},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTrackBy",{get:function(){return this._trackByFn},set:function(e){v()&&null!=e&&"function"!=typeof e&&console&&console.warn&&console.warn("trackBy must be a function, but received "+JSON.stringify(e)+". See https://angular.io/api/common/NgForOf#change-propagation for more information."),this._trackByFn=e},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngForTemplate",{set:function(e){e&&(this._template=e)},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._ngForOfDirty){this._ngForOfDirty=!1;var e=this._ngForOf;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this.ngForTrackBy)}catch(r){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+(((t=e).name||typeof t)+"'. NgFor only supports binding to Iterables such as Arrays."))}}var t;if(this._differ){var r=this._differ.diff(this._ngForOf);r&&this._applyChanges(r)}},e.prototype._applyChanges=function(e){var t=this,r=[];e.forEachOperation((function(e,n,u){if(null==e.previousIndex){var o=t._viewContainer.createEmbeddedView(t._template,new Dt(null,t._ngForOf,-1,-1),null===u?void 0:u),i=new dt(e,o);r.push(i)}else if(null==u)t._viewContainer.remove(null===n?void 0:n);else if(null!==n){o=t._viewContainer.get(n);t._viewContainer.move(o,u);i=new dt(e,o);r.push(i)}}));for(var n=0;n<r.length;n++)this._perViewChange(r[n].view,r[n].record);n=0;for(var u=this._viewContainer.length;n<u;n++){var o=this._viewContainer.get(n);o.context.index=n,o.context.count=u,o.context.ngForOf=this._ngForOf}e.forEachIdentityChange((function(e){t._viewContainer.get(e.currentIndex).context.$implicit=e.item}))},e.prototype._perViewChange=function(e,t){e.context.$implicit=t.item},e.ngTemplateContextGuard=function(e,t){return!0},G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngForOf",null),G([d(),z("design:type",Function),z("design:paramtypes",[Function])],e.prototype,"ngForTrackBy",null),G([d(),z("design:type",j),z("design:paramtypes",[j])],e.prototype,"ngForTemplate",null),e=G([y({selector:"[ngFor][ngForOf]"}),z("design:paramtypes",[I,j,k])],e)}()),dt=function(e,t){this.record=e,this.view=t};var yt=e("NgIf",function(){function e(e,t){this._viewContainer=e,this._context=new gt,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=t}return Object.defineProperty(e.prototype,"ngIf",{set:function(e){this._context.$implicit=this._context.ngIf=e,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfThen",{set:function(e){Ct("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"ngIfElse",{set:function(e){Ct("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()},enumerable:!0,configurable:!0}),e.prototype._updateView=function(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))},e.ngTemplateContextGuard=function(e,t){return!0},G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngIf",null),G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngIfThen",null),G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngIfElse",null),e=G([y({selector:"[ngIf]"}),z("design:paramtypes",[I,j])],e)}()),gt=e("NgIfContext",(function(){this.$implicit=null,this.ngIf=null}));function Ct(e,t){if(!!(t&&!t.createEmbeddedView))throw new Error(e+" must be a TemplateRef, but received '"+h(t)+"'.")}var vt=function(){function e(e,t){this._viewContainerRef=e,this._templateRef=t,this._created=!1}return e.prototype.create=function(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)},e.prototype.destroy=function(){this._created=!1,this._viewContainerRef.clear()},e.prototype.enforceState=function(e){e&&!this._created?this.create():!e&&this._created&&this.destroy()},e}(),mt=e("NgSwitch",function(){function e(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}return Object.defineProperty(e.prototype,"ngSwitch",{set:function(e){this._ngSwitch=e,0===this._caseCount&&this._updateDefaultCases(!0)},enumerable:!0,configurable:!0}),e.prototype._addCase=function(){return this._caseCount++},e.prototype._addDefault=function(e){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(e)},e.prototype._matchCase=function(e){var t=e==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||t,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),t},e.prototype._updateDefaultCases=function(e){if(this._defaultViews&&e!==this._defaultUsed){this._defaultUsed=e;for(var t=0;t<this._defaultViews.length;t++){this._defaultViews[t].enforceState(e)}}},G([d(),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngSwitch",null),e=G([y({selector:"[ngSwitch]"})],e)}()),Ft=e("NgSwitchCase",function(){function e(e,t,r){this.ngSwitch=r,r._addCase(),this._view=new vt(e,t)}return e.prototype.ngDoCheck=function(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))},G([d(),z("design:type",Object)],e.prototype,"ngSwitchCase",void 0),e=G([y({selector:"[ngSwitchCase]"}),W(2,m()),z("design:paramtypes",[I,j,mt])],e)}()),Et=e("NgSwitchDefault",function(){function e(e,t,r){r._addDefault(new vt(e,t))}return e=G([y({selector:"[ngSwitchDefault]"}),W(2,m()),z("design:paramtypes",[I,j,mt])],e)}()),_t=e("NgPlural",function(){function e(e){this._localization=e,this._caseViews={}}return Object.defineProperty(e.prototype,"ngPlural",{set:function(e){this._switchValue=e,this._updateView()},enumerable:!0,configurable:!0}),e.prototype.addCase=function(e,t){this._caseViews[e]=t},e.prototype._updateView=function(){this._clearViews();var e=Object.keys(this._caseViews),t=lt(this._switchValue,e,this._localization);this._activateView(this._caseViews[t])},e.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},e.prototype._activateView=function(e){e&&(this._activeView=e,this._activeView.create())},G([d(),z("design:type",Number),z("design:paramtypes",[Number])],e.prototype,"ngPlural",null),e=G([y({selector:"[ngPlural]"}),z("design:paramtypes",[st])],e)}()),At=e("NgPluralCase",function(){function e(e,t,r,n){this.value=e;var u=!isNaN(Number(e));n.addCase(u?"="+e:e,new vt(r,t))}return e=G([y({selector:"[ngPluralCase]"}),W(0,F("ngPluralCase")),W(3,m()),z("design:paramtypes",[String,j,I,_t])],e)}()),bt=e("NgStyle",function(){function e(e,t,r){this._ngEl=e,this._differs=t,this._renderer=r,this._ngStyle=null,this._differ=null}return Object.defineProperty(e.prototype,"ngStyle",{set:function(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())},enumerable:!0,configurable:!0}),e.prototype.ngDoCheck=function(){if(this._differ){var e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}},e.prototype._setStyle=function(e,t){var r=K(e.split("."),2),n=r[0],u=r[1];null!=(t=null!=t&&u?""+t+u:t)?this._renderer.setStyle(this._ngEl.nativeElement,n,t):this._renderer.removeStyle(this._ngEl.nativeElement,n)},e.prototype._applyChanges=function(e){var t=this;e.forEachRemovedItem((function(e){return t._setStyle(e.key,null)})),e.forEachAddedItem((function(e){return t._setStyle(e.key,e.currentValue)})),e.forEachChangedItem((function(e){return t._setStyle(e.key,e.currentValue)}))},G([d("ngStyle"),z("design:type",Object),z("design:paramtypes",[Object])],e.prototype,"ngStyle",null),e=G([y({selector:"[ngStyle]"}),z("design:paramtypes",[M,R,T])],e)}()),wt=e("NgTemplateOutlet",function(){function e(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}return e.prototype.ngOnChanges=function(e){if(this._shouldRecreateView(e)){var t=this._viewContainerRef;this._viewRef&&t.remove(t.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?t.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&this.ngTemplateOutletContext&&this._updateExistingContext(this.ngTemplateOutletContext)},e.prototype._shouldRecreateView=function(e){var t=e.ngTemplateOutletContext;return!!e.ngTemplateOutlet||t&&this._hasContextShapeChanged(t)},e.prototype._hasContextShapeChanged=function(e){var t,r,n=Object.keys(e.previousValue||{}),u=Object.keys(e.currentValue||{});if(n.length===u.length){try{for(var o=Z(u),i=o.next();!i.done;i=o.next()){var a=i.value;if(-1===n.indexOf(a))return!0}}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}return!1}return!0},e.prototype._updateExistingContext=function(e){var t,r;try{for(var n=Z(Object.keys(e)),u=n.next();!u.done;u=n.next()){var o=u.value;this._viewRef.context[o]=this.ngTemplateOutletContext[o]}}catch(e){t={error:e}}finally{try{u&&!u.done&&(r=n.return)&&r.call(n)}finally{if(t)throw t.error}}},G([d(),z("design:type",Object)],e.prototype,"ngTemplateOutletContext",void 0),G([d(),z("design:type",Object)],e.prototype,"ngTemplateOutlet",void 0),e=G([y({selector:"[ngTemplateOutlet]"}),z("design:paramtypes",[I])],e)}()),St=e("ɵangular_packages_common_common_e",[ft,pt,ht,yt,wt,bt,mt,Ft,Et,_t,At]);function Bt(e,t){return Error("InvalidPipeArgument: '"+t+"' for pipe '"+h(e)+"'")}var Ot=function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.subscribe({next:t,error:function(e){throw e}})},e.prototype.dispose=function(e){e.unsubscribe()},e.prototype.onDestroy=function(e){e.unsubscribe()},e}(),Lt=new(function(){function e(){}return e.prototype.createSubscription=function(e,t){return e.then(t,(function(e){throw e}))},e.prototype.dispose=function(e){},e.prototype.onDestroy=function(e){},e}()),Pt=new Ot,kt=e("AsyncPipe",function(){function e(e){this._ref=e,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}var t;return t=e,e.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},e.prototype.transform=function(e){return this._obj?e!==this._obj?(this._dispose(),this.transform(e)):E(this._latestValue,this._latestReturnedValue)?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,_.wrap(this._latestValue)):(e&&this._subscribe(e),this._latestReturnedValue=this._latestValue,this._latestValue)},e.prototype._subscribe=function(e){var t=this;this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,(function(r){return t._updateLatestValue(e,r)}))},e.prototype._selectStrategy=function(e){if(A(e))return Lt;if(b(e))return Pt;throw Bt(t,e)},e.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},e.prototype._updateLatestValue=function(e,t){e===this._obj&&(this._latestValue=t,this._ref.markForCheck())},e=t=G([w({name:"async",pure:!1}),z("design:paramtypes",[H])],e)}()),Rt=e("LowerCasePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw Bt(t,e);return e.toLowerCase()},e=t=G([w({name:"lowercase"})],e)}()),Mt=/(?:[A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D])\S*/g,Tt=e("TitleCasePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw Bt(t,e);return e.replace(Mt,(function(e){return e[0].toUpperCase()+e.substr(1).toLowerCase()}))},e=t=G([w({name:"titlecase"})],e)}()),xt=e("UpperCasePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e){if(!e)return e;if("string"!=typeof e)throw Bt(t,e);return e.toUpperCase()},e=t=G([w({name:"uppercase"})],e)}()),Nt=e("DatePipe",function(){function e(e){this.locale=e}var t;return t=e,e.prototype.transform=function(e,r,n,u){if(void 0===r&&(r="mediumDate"),null==e||""===e||e!=e)return null;try{return We(e,r,u||this.locale,n)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"date",pure:!0}),W(0,o(f)),z("design:paramtypes",[String])],e)}()),Vt=/#/g,It=e("I18nPluralPipe",function(){function e(e){this._localization=e}var t;return t=e,e.prototype.transform=function(e,r,n){if(null==e)return"";if("object"!=typeof r||null===r)throw Bt(t,r);return r[lt(e,Object.keys(r),this._localization,n)].replace(Vt,e.toString())},e=t=G([w({name:"i18nPlural",pure:!0}),z("design:paramtypes",[st])],e)}()),jt=e("I18nSelectPipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r){if(null==e)return"";if("object"!=typeof r||"string"!=typeof e)throw Bt(t,r);return r.hasOwnProperty(e)?r[e]:r.hasOwnProperty("other")?r.other:""},e=t=G([w({name:"i18nSelect",pure:!0})],e)}()),Ht=e("JsonPipe",function(){function e(){}return e.prototype.transform=function(e){return JSON.stringify(e,null,2)},e=G([w({name:"json",pure:!1})],e)}());var Ut=e("KeyValuePipe",function(){function e(e){this.differs=e,this.keyValues=[]}return e.prototype.transform=function(e,t){var r=this;if(void 0===t&&(t=$t),!e||!(e instanceof Map)&&"object"!=typeof e)return null;this.differ||(this.differ=this.differs.find(e).create());var n=this.differ.diff(e);return n&&(this.keyValues=[],n.forEachItem((function(e){var t,n;r.keyValues.push((t=e.key,n=e.currentValue,{key:t,value:n}))})),this.keyValues.sort(t)),this.keyValues},e=G([w({name:"keyvalue",pure:!1}),z("design:paramtypes",[R])],e)}());function $t(e,t){var r=e.key,n=t.key;if(r===n)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(null===r)return 1;if(null===n)return-1;if("string"==typeof r&&"string"==typeof n)return r<n?-1:1;if("number"==typeof r&&"number"==typeof n)return r-n;if("boolean"==typeof r&&"boolean"==typeof n)return r<n?-1:1;var u=String(r),o=String(n);return u==o?0:u<o?-1:1}var Gt=e("DecimalPipe",function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,n){if(Zt(e))return null;n=n||this._locale;try{return ot(Kt(e),n,r)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"number"}),W(0,o(f)),z("design:paramtypes",[String])],e)}()),Wt=e("PercentPipe",function(){function e(e){this._locale=e}var t;return t=e,e.prototype.transform=function(e,r,n){if(Zt(e))return null;n=n||this._locale;try{return ut(Kt(e),n,r)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"percent"}),W(0,o(f)),z("design:paramtypes",[String])],e)}()),zt=e("CurrencyPipe",function(){function e(e,t){void 0===t&&(t="USD"),this._locale=e,this._defaultCurrencyCode=t}var t;return t=e,e.prototype.transform=function(e,r,n,u,o){if(void 0===n&&(n="symbol"),Zt(e))return null;o=o||this._locale,"boolean"==typeof n&&(console&&console.warn&&console.warn('Warning: the currency pipe has been changed in Angular v5. The symbolDisplay option (third parameter) is now a string instead of a boolean. The accepted values are "code", "symbol" or "symbol-narrow".'),n=n?"symbol":"code");var i=r||this._defaultCurrencyCode;"code"!==n&&(i="symbol"===n||"symbol-narrow"===n?Ne(i,"symbol"===n?"wide":"narrow",o):n);try{return nt(Kt(e),o,i,r,u)}catch(e){throw Bt(t,e.message)}},e=t=G([w({name:"currency"}),W(0,o(f)),W(1,o(S)),z("design:paramtypes",[String,String])],e)}());function Zt(e){return null==e||""===e||e!=e}function Kt(e){if("string"==typeof e&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if("number"!=typeof e)throw new Error(e+" is not a number");return e}var Yt=e("SlicePipe",function(){function e(){}var t;return t=e,e.prototype.transform=function(e,r,n){if(null==e)return e;if(!this.supports(e))throw Bt(t,e);return e.slice(r,n)},e.prototype.supports=function(e){return"string"==typeof e||Array.isArray(e)},e=t=G([w({name:"slice",pure:!1})],e)}()),Xt=e("ɵangular_packages_common_common_f",[kt,xt,Rt,Ht,Yt,Gt,Wt,Tt,zt,Nt,It,jt,Ut]),Jt=(e("CommonModule",function(){function e(){}return e=G([B({declarations:[St,Xt],exports:[St,Xt],providers:[{provide:st,useClass:ct}]})],e)}()),e("ɵPLATFORM_BROWSER_ID","browser")),Qt=e("ɵPLATFORM_SERVER_ID","server"),qt=e("ɵPLATFORM_WORKER_APP_ID","browserWorkerApp"),er=e("ɵPLATFORM_WORKER_UI_ID","browserWorkerUi");e("VERSION",new O("9.1.4")),e("ViewportScroller",function(){function e(){}return e.ɵprov=r({token:e,providedIn:"root",factory:function(){return new tr(u(J),window,u(L))}}),e}());var tr=function(){function e(e,t,r){this.document=e,this.window=t,this.errorHandler=r,this.offset=function(){return[0,0]}}return e.prototype.setOffset=function(e){Array.isArray(e)?this.offset=function(){return e}:this.offset=e},e.prototype.getScrollPosition=function(){return this.supportScrollRestoration()?[this.window.scrollX,this.window.scrollY]:[0,0]},e.prototype.scrollToPosition=function(e){this.supportScrollRestoration()&&this.window.scrollTo(e[0],e[1])},e.prototype.scrollToAnchor=function(e){if(this.supportScrollRestoration()){e=this.window.CSS&&this.window.CSS.escape?this.window.CSS.escape(e):e.replace(/(\"|\'\ |:|\.|\[|\]|,|=)/g,"\\$1");try{var t=this.document.querySelector("#"+e);if(t)return void this.scrollToElement(t);var r=this.document.querySelector("[name='"+e+"']");if(r)return void this.scrollToElement(r)}catch(e){this.errorHandler.handleError(e)}}},e.prototype.setHistoryScrollRestoration=function(e){if(this.supportScrollRestoration()){var t=this.window.history;t&&t.scrollRestoration&&(t.scrollRestoration=e)}},e.prototype.scrollToElement=function(e){var t=e.getBoundingClientRect(),r=t.left+this.window.pageXOffset,n=t.top+this.window.pageYOffset,u=this.offset();this.window.scrollTo(r-u[0],n-u[1])},e.prototype.supportScrollRestoration=function(){try{return!!this.window&&!!this.window.scrollTo}catch(e){return!1}},e}();e("ɵNullViewportScroller",function(){function e(){}return e.prototype.setOffset=function(e){},e.prototype.getScrollPosition=function(){return[0,0]},e.prototype.scrollToPosition=function(e){},e.prototype.scrollToAnchor=function(e){},e.prototype.setHistoryScrollRestoration=function(e){},e}())}}}));
//# sourceMappingURL=angular-common.min.js.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc