-
Notifications
You must be signed in to change notification settings - Fork 0
/
main-es2015.2aeb6bc0fba907793568.js
1 lines (1 loc) · 169 KB
/
main-es2015.2aeb6bc0fba907793568.js
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{0:function(e,t,n){e.exports=n("zUnb")},zUnb:function(e,t,n){"use strict";function r(e){return"function"==typeof e}n.r(t);let l=!1;const s={Promise:void 0,set useDeprecatedSynchronousErrorHandling(e){if(e){const e=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+e.stack)}else l&&console.log("RxJS: Back to a better error behavior. Thank you. <3");l=e},get useDeprecatedSynchronousErrorHandling(){return l}};function o(e){setTimeout(()=>{throw e})}const i={closed:!0,next(e){},error(e){if(s.useDeprecatedSynchronousErrorHandling)throw e;o(e)},complete(){}},a=Array.isArray||(e=>e&&"number"==typeof e.length);function u(e){return null!==e&&"object"==typeof e}function c(e){return Error.call(this),this.message=e?`${e.length} errors occurred during unsubscription:\n${e.map((e,t)=>`${t+1}) ${e.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=e,this}c.prototype=Object.create(Error.prototype);const d=c;let h=(()=>{class e{constructor(e){this.closed=!1,this._parent=null,this._parents=null,this._subscriptions=null,e&&(this._unsubscribe=e)}unsubscribe(){let e,t=!1;if(this.closed)return;let{_parent:n,_parents:l,_unsubscribe:s,_subscriptions:o}=this;this.closed=!0,this._parent=null,this._parents=null,this._subscriptions=null;let i=-1,c=l?l.length:0;for(;n;)n.remove(this),n=++i<c&&l[i]||null;if(r(s))try{s.call(this)}catch(h){t=!0,e=h instanceof d?f(h.errors):[h]}if(a(o))for(i=-1,c=o.length;++i<c;){const n=o[i];if(u(n))try{n.unsubscribe()}catch(h){t=!0,e=e||[],h instanceof d?e=e.concat(f(h.errors)):e.push(h)}}if(t)throw new d(e)}add(t){let n=t;switch(typeof t){case"function":n=new e(t);case"object":if(n===this||n.closed||"function"!=typeof n.unsubscribe)return n;if(this.closed)return n.unsubscribe(),n;if(!(n instanceof e)){const t=n;(n=new e)._subscriptions=[t]}break;default:if(!t)return e.EMPTY;throw new Error("unrecognized teardown "+t+" added to Subscription.")}if(n._addParent(this)){const e=this._subscriptions;e?e.push(n):this._subscriptions=[n]}return n}remove(e){const t=this._subscriptions;if(t){const n=t.indexOf(e);-1!==n&&t.splice(n,1)}}_addParent(e){let{_parent:t,_parents:n}=this;return t!==e&&(t?n?-1===n.indexOf(e)&&(n.push(e),!0):(this._parents=[e],!0):(this._parent=e,!0))}}return e.EMPTY=function(e){return e.closed=!0,e}(new e),e})();function f(e){return e.reduce((e,t)=>e.concat(t instanceof d?t.errors:t),[])}const p="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random();class g extends h{constructor(e,t,n){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=i;break;case 1:if(!e){this.destination=i;break}if("object"==typeof e){e instanceof g?(this.syncErrorThrowable=e.syncErrorThrowable,this.destination=e,e.add(this)):(this.syncErrorThrowable=!0,this.destination=new m(this,e));break}default:this.syncErrorThrowable=!0,this.destination=new m(this,e,t,n)}}[p](){return this}static create(e,t,n){const r=new g(e,t,n);return r.syncErrorThrowable=!1,r}next(e){this.isStopped||this._next(e)}error(e){this.isStopped||(this.isStopped=!0,this._error(e))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(e){this.destination.next(e)}_error(e){this.destination.error(e),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parent:e,_parents:t}=this;return this._parent=null,this._parents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parent=e,this._parents=t,this}}class m extends g{constructor(e,t,n,l){let s;super(),this._parentSubscriber=e;let o=this;r(t)?s=t:t&&(s=t.next,n=t.error,l=t.complete,t!==i&&(r((o=Object.create(t)).unsubscribe)&&this.add(o.unsubscribe.bind(o)),o.unsubscribe=this.unsubscribe.bind(this))),this._context=o,this._next=s,this._error=n,this._complete=l}next(e){if(!this.isStopped&&this._next){const{_parentSubscriber:t}=this;s.useDeprecatedSynchronousErrorHandling&&t.syncErrorThrowable?this.__tryOrSetError(t,this._next,e)&&this.unsubscribe():this.__tryOrUnsub(this._next,e)}}error(e){if(!this.isStopped){const{_parentSubscriber:t}=this,{useDeprecatedSynchronousErrorHandling:n}=s;if(this._error)n&&t.syncErrorThrowable?(this.__tryOrSetError(t,this._error,e),this.unsubscribe()):(this.__tryOrUnsub(this._error,e),this.unsubscribe());else if(t.syncErrorThrowable)n?(t.syncErrorValue=e,t.syncErrorThrown=!0):o(e),this.unsubscribe();else{if(this.unsubscribe(),n)throw e;o(e)}}}complete(){if(!this.isStopped){const{_parentSubscriber:e}=this;if(this._complete){const t=()=>this._complete.call(this._context);s.useDeprecatedSynchronousErrorHandling&&e.syncErrorThrowable?(this.__tryOrSetError(e,t),this.unsubscribe()):(this.__tryOrUnsub(t),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(e,t){try{e.call(this._context,t)}catch(n){if(this.unsubscribe(),s.useDeprecatedSynchronousErrorHandling)throw n;o(n)}}__tryOrSetError(e,t,n){if(!s.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{t.call(this._context,n)}catch(r){return s.useDeprecatedSynchronousErrorHandling?(e.syncErrorValue=r,e.syncErrorThrown=!0,!0):(o(r),!0)}return!1}_unsubscribe(){const{_parentSubscriber:e}=this;this._context=null,this._parentSubscriber=null,e.unsubscribe()}}const _="function"==typeof Symbol&&Symbol.observable||"@@observable";let w=(()=>{class e{constructor(e){this._isScalar=!1,e&&(this._subscribe=e)}lift(t){const n=new e;return n.source=this,n.operator=t,n}subscribe(e,t,n){const{operator:r}=this,l=function(e,t,n){if(e){if(e instanceof g)return e;if(e[p])return e[p]()}return e||t||n?new g(e,t,n):new g(i)}(e,t,n);if(l.add(r?r.call(l,this.source):this.source||s.useDeprecatedSynchronousErrorHandling&&!l.syncErrorThrowable?this._subscribe(l):this._trySubscribe(l)),s.useDeprecatedSynchronousErrorHandling&&l.syncErrorThrowable&&(l.syncErrorThrowable=!1,l.syncErrorThrown))throw l.syncErrorValue;return l}_trySubscribe(e){try{return this._subscribe(e)}catch(t){s.useDeprecatedSynchronousErrorHandling&&(e.syncErrorThrown=!0,e.syncErrorValue=t),function(e){for(;e;){const{closed:t,destination:n,isStopped:r}=e;if(t||r)return!1;e=n&&n instanceof g?n:null}return!0}(e)?e.error(t):console.warn(t)}}forEach(e,t){return new(t=v(t))((t,n)=>{let r;r=this.subscribe(t=>{try{e(t)}catch(l){n(l),r&&r.unsubscribe()}},n,t)})}_subscribe(e){const{source:t}=this;return t&&t.subscribe(e)}[_](){return this}pipe(...e){return 0===e.length?this:((t=e)?1===t.length?t[0]:function(e){return t.reduce((e,t)=>t(e),e)}:function(){})(this);var t}toPromise(e){return new(e=v(e))((e,t)=>{let n;this.subscribe(e=>n=e,e=>t(e),()=>e(n))})}}return e.create=t=>new e(t),e})();function v(e){if(e||(e=s.Promise||Promise),!e)throw new Error("no Promise impl found");return e}function y(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}y.prototype=Object.create(Error.prototype);const b=y;class x extends h{constructor(e,t){super(),this.subject=e,this.subscriber=t,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const e=this.subject,t=e.observers;if(this.subject=null,!t||0===t.length||e.isStopped||e.closed)return;const n=t.indexOf(this.subscriber);-1!==n&&t.splice(n,1)}}class C extends g{constructor(e){super(e),this.destination=e}}let E=(()=>{class e extends w{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[p](){return new C(this)}lift(e){const t=new k(this,this);return t.operator=e,t}next(e){if(this.closed)throw new b;if(!this.isStopped){const{observers:t}=this,n=t.length,r=t.slice();for(let l=0;l<n;l++)r[l].next(e)}}error(e){if(this.closed)throw new b;this.hasError=!0,this.thrownError=e,this.isStopped=!0;const{observers:t}=this,n=t.length,r=t.slice();for(let l=0;l<n;l++)r[l].error(e);this.observers.length=0}complete(){if(this.closed)throw new b;this.isStopped=!0;const{observers:e}=this,t=e.length,n=e.slice();for(let r=0;r<t;r++)n[r].complete();this.observers.length=0}unsubscribe(){this.isStopped=!0,this.closed=!0,this.observers=null}_trySubscribe(e){if(this.closed)throw new b;return super._trySubscribe(e)}_subscribe(e){if(this.closed)throw new b;return this.hasError?(e.error(this.thrownError),h.EMPTY):this.isStopped?(e.complete(),h.EMPTY):(this.observers.push(e),new x(this,e))}asObservable(){const e=new w;return e.source=this,e}}return e.create=(e,t)=>new k(e,t),e})();class k extends E{constructor(e,t){super(),this.destination=e,this.source=t}next(e){const{destination:t}=this;t&&t.next&&t.next(e)}error(e){const{destination:t}=this;t&&t.error&&this.destination.error(e)}complete(){const{destination:e}=this;e&&e.complete&&this.destination.complete()}_subscribe(e){const{source:t}=this;return t?this.source.subscribe(e):h.EMPTY}}class T extends g{constructor(e,t,n){super(),this.parent=e,this.outerValue=t,this.outerIndex=n,this.index=0}_next(e){this.parent.notifyNext(this.outerValue,e,this.outerIndex,this.index++,this)}_error(e){this.parent.notifyError(e,this),this.unsubscribe()}_complete(){this.parent.notifyComplete(this),this.unsubscribe()}}const S=e=>t=>{for(let n=0,r=e.length;n<r&&!t.closed;n++)t.next(e[n]);t.closed||t.complete()},I=e=>t=>(e.then(e=>{t.closed||(t.next(e),t.complete())},e=>t.error(e)).then(null,o),t);function M(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}const N=M(),A=e=>t=>{const n=e[N]();for(;;){const e=n.next();if(e.done){t.complete();break}if(t.next(e.value),t.closed)break}return"function"==typeof n.return&&t.add(()=>{n.return&&n.return()}),t},P=e=>t=>{const n=e[_]();if("function"!=typeof n.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return n.subscribe(t)},D=e=>e&&"number"==typeof e.length&&"function"!=typeof e;function O(e){return!!e&&"function"!=typeof e.subscribe&&"function"==typeof e.then}const R=e=>{if(e instanceof w)return t=>e._isScalar?(t.next(e.value),void t.complete()):e.subscribe(t);if(e&&"function"==typeof e[_])return P(e);if(D(e))return S(e);if(O(e))return I(e);if(e&&"function"==typeof e[N])return A(e);{const t=u(e)?"an invalid object":`'${e}'`;throw new TypeError(`You provided ${t} where a stream was expected.`+" You can provide an Observable, Promise, Array, or Iterable.")}};class V extends g{notifyNext(e,t,n,r,l){this.destination.next(t)}notifyError(e,t){this.destination.error(e)}notifyComplete(e){this.destination.complete()}}class L{constructor(e,t){this.project=e,this.thisArg=t}call(e,t){return t.subscribe(new H(e,this.project,this.thisArg))}}class H extends g{constructor(e,t,n){super(e),this.project=t,this.count=0,this.thisArg=n||this}_next(e){let t;try{t=this.project.call(this.thisArg,e,this.count++)}catch(n){return void this.destination.error(n)}this.destination.next(t)}}function j(e,t){return new w(t?n=>{const r=new h;let l=0;return r.add(t.schedule(function(){l!==e.length?(n.next(e[l++]),n.closed||r.add(this.schedule())):n.complete()})),r}:S(e))}class F{constructor(e,t=Number.POSITIVE_INFINITY){this.project=e,this.concurrent=t}call(e,t){return t.subscribe(new B(e,this.project,this.concurrent))}}class B extends V{constructor(e,t,n=Number.POSITIVE_INFINITY){super(e),this.project=t,this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(e){this.active<this.concurrent?this._tryNext(e):this.buffer.push(e)}_tryNext(e){let t;const n=this.index++;try{t=this.project(e,n)}catch(r){return void this.destination.error(r)}this.active++,this._innerSub(t,e,n)}_innerSub(e,t,n){const r=new T(this,void 0,void 0);this.destination.add(r),function(e,t,n,r,l=new T(e,n,r)){l.closed||R(t)(l)}(this,e,t,n,r)}_complete(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()}notifyNext(e,t,n,r,l){this.destination.next(t)}notifyComplete(e){const t=this.buffer;this.remove(e),this.active--,t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}function z(e){return e}function Z(){return function(e){return e.lift(new U(e))}}class U{constructor(e){this.connectable=e}call(e,t){const{connectable:n}=this;n._refCount++;const r=new $(e,n),l=t.subscribe(r);return r.closed||(r.connection=n.connect()),l}}class $ extends g{constructor(e,t){super(e),this.connectable=t}_unsubscribe(){const{connectable:e}=this;if(!e)return void(this.connection=null);this.connectable=null;const t=e._refCount;if(t<=0)return void(this.connection=null);if(e._refCount=t-1,t>1)return void(this.connection=null);const{connection:n}=this,r=e._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()}}const G=class extends w{constructor(e,t){super(),this.source=e,this.subjectFactory=t,this._refCount=0,this._isComplete=!1}_subscribe(e){return this.getSubject().subscribe(e)}getSubject(){const e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject}connect(){let e=this._connection;return e||(this._isComplete=!1,(e=this._connection=new h).add(this.source.subscribe(new W(this.getSubject(),this))),e.closed?(this._connection=null,e=h.EMPTY):this._connection=e),e}refCount(){return Z()(this)}}.prototype,Q={operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:G._subscribe},_isComplete:{value:G._isComplete,writable:!0},getSubject:{value:G.getSubject},connect:{value:G.connect},refCount:{value:G.refCount}};class W extends C{constructor(e,t){super(e),this.connectable=t}_error(e){this._unsubscribe(),super._error(e)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const e=this.connectable;if(e){this.connectable=null;const t=e._connection;e._refCount=0,e._subject=null,e._connection=null,t&&t.unsubscribe()}}}function q(){return new E}const K="__parameters__";function J(e,t,n){const r=function(e){return function(...t){if(e){const n=e(...t);for(const e in n)this[e]=n[e]}}}(t);function l(...e){if(this instanceof l)return r.apply(this,e),this;const t=new l(...e);return n.annotation=t,n;function n(e,n,r){const l=e.hasOwnProperty(K)?e[K]:Object.defineProperty(e,K,{value:[]})[K];for(;l.length<=r;)l.push(null);return(l[r]=l[r]||[]).push(t),e}}return n&&(l.prototype=Object.create(n.prototype)),l.prototype.ngMetadataName=e,l.annotationCls=l,l}const Y=J("Inject",e=>({token:e})),X=J("Optional"),ee=J("Self"),te=J("SkipSelf");var ne=function(e){return e[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",e}({});function re(e){for(let t in e)if(e[t]===re)return t;throw Error("Could not find renamed property on target object.")}function le(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function se(e){const t=e[oe];return t&&t.token===e?t:null}const oe=re({ngInjectableDef:re});function ie(e){if("string"==typeof e)return e;if(e instanceof Array)return"["+e.map(ie).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const n=t.indexOf("\n");return-1===n?t:t.substring(0,n)}const ae=re({__forward_ref__:re});function ue(e){return e.__forward_ref__=ue,e.toString=function(){return ie(this())},e}function ce(e){const t=e;return"function"==typeof t&&t.hasOwnProperty(ae)&&t.__forward_ref__===ue?t():e}const de="undefined"!=typeof globalThis&&globalThis,he="undefined"!=typeof window&&window,fe="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,pe="undefined"!=typeof global&&global,ge=de||pe||he||fe;class me{constructor(e,t){this._desc=e,this.ngMetadataName="InjectionToken",this.ngInjectableDef=void 0,"number"==typeof t?this.__NG_ELEMENT_ID__=t:void 0!==t&&(this.ngInjectableDef=le({token:this,providedIn:t.providedIn||"root",factory:t.factory}))}toString(){return`InjectionToken ${this._desc}`}}const _e=new me("INJECTOR",-1),we=new Object,ve="ngTempTokenPath",ye="ngTokenPath",be=/\n/gm,xe="\u0275",Ce="__source",Ee=re({provide:String,useValue:re});let ke,Te=void 0;function Se(e){const t=Te;return Te=e,t}class Ie{get(e,t=we){if(t===we){const t=new Error(`NullInjectorError: No provider for ${ie(e)}!`);throw t.name="NullInjectorError",t}return t}}function Me(e,t,n,r=null){e=e&&"\n"===e.charAt(0)&&e.charAt(1)==xe?e.substr(2):e;let l=ie(t);if(t instanceof Array)l=t.map(ie).join(" -> ");else if("object"==typeof t){let e=[];for(let n in t)if(t.hasOwnProperty(n)){let r=t[n];e.push(n+":"+("string"==typeof r?JSON.stringify(r):ie(r)))}l=`{${e.join(", ")}}`}return`${n}${r?"("+r+")":""}[${l}]: ${e.replace(be,"\n ")}`}class Ne{}class Ae{}function Pe(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function De(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}const Oe=function(){var e={Emulated:0,Native:1,None:2,ShadowDom:3};return e[e.Emulated]="Emulated",e[e.Native]="Native",e[e.None]="None",e[e.ShadowDom]="ShadowDom",e}(),Re=(()=>("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(ge))(),Ve="ngDebugContext",Le="ngOriginalError",He="ngErrorLogger";function je(e){return e[Ve]}function Fe(e){return e[Le]}function Be(e,...t){e.error(...t)}class ze{constructor(){this._console=console}handleError(e){const t=this._findOriginalError(e),n=this._findContext(e),r=function(e){return e[He]||Be}(e);r(this._console,"ERROR",e),t&&r(this._console,"ORIGINAL ERROR",t),n&&r(this._console,"ERROR CONTEXT",n)}_findContext(e){return e?je(e)?je(e):this._findContext(Fe(e)):null}_findOriginalError(e){let t=Fe(e);for(;t&&Fe(t);)t=Fe(t);return t}}let Ze=!0,Ue=!1;function $e(){return Ue=!0,Ze}class Ge{constructor(e){if(this.defaultDoc=e,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),this.inertBodyElement=this.inertDocument.body,null==this.inertBodyElement){const e=this.inertDocument.createElement("html");this.inertDocument.appendChild(e),this.inertBodyElement=this.inertDocument.createElement("body"),e.appendChild(this.inertBodyElement)}this.inertBodyElement.innerHTML='<svg><g onload="this.parentNode.remove()"></g></svg>',!this.inertBodyElement.querySelector||this.inertBodyElement.querySelector("svg")?(this.inertBodyElement.innerHTML='<svg><p><style><img src="</style><img src=x onerror=alert(1)//">',this.getInertBodyElement=this.inertBodyElement.querySelector&&this.inertBodyElement.querySelector("svg img")&&function(){try{return!!window.DOMParser}catch(e){return!1}}()?this.getInertBodyElement_DOMParser:this.getInertBodyElement_InertDocument):this.getInertBodyElement=this.getInertBodyElement_XHR}getInertBodyElement_XHR(e){e="<body><remove></remove>"+e+"</body>";try{e=encodeURI(e)}catch(r){return null}const t=new XMLHttpRequest;t.responseType="document",t.open("GET","data:text/html;charset=utf-8,"+e,!1),t.send(void 0);const n=t.response.body;return n.removeChild(n.firstChild),n}getInertBodyElement_DOMParser(e){e="<body><remove></remove>"+e+"</body>";try{const n=(new window.DOMParser).parseFromString(e,"text/html").body;return n.removeChild(n.firstChild),n}catch(t){return null}}getInertBodyElement_InertDocument(e){const t=this.inertDocument.createElement("template");return"content"in t?(t.innerHTML=e,t):(this.inertBodyElement.innerHTML=e,this.defaultDoc.documentMode&&this.stripCustomNsAttrs(this.inertBodyElement),this.inertBodyElement)}stripCustomNsAttrs(e){const t=e.attributes;for(let r=t.length-1;0<r;r--){const n=t.item(r).name;"xmlns:ns1"!==n&&0!==n.indexOf("ns1:")||e.removeAttribute(n)}let n=e.firstChild;for(;n;)n.nodeType===Node.ELEMENT_NODE&&this.stripCustomNsAttrs(n),n=n.nextSibling}}const Qe=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,We=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i;function qe(e){return(e=String(e)).match(Qe)||e.match(We)?e:($e()&&console.warn(`WARNING: sanitizing unsafe URL value ${e} (see http://g.co/ng/security#xss)`),"unsafe:"+e)}function Ke(e){const t={};for(const n of e.split(","))t[n]=!0;return t}function Je(...e){const t={};for(const n of e)for(const e in n)n.hasOwnProperty(e)&&(t[e]=!0);return t}const Ye=Ke("area,br,col,hr,img,wbr"),Xe=Ke("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),et=Ke("rp,rt"),tt=Je(et,Xe),nt=Je(Ye,Je(Xe,Ke("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),Je(et,Ke("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),tt),rt=Ke("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),lt=Ke("srcset"),st=Je(rt,lt,Ke("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),Ke("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext")),ot=Ke("script,style,template");class it{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(e){let t=e.firstChild,n=!0;for(;t;)if(t.nodeType===Node.ELEMENT_NODE?n=this.startElement(t):t.nodeType===Node.TEXT_NODE?this.chars(t.nodeValue):this.sanitizedSomething=!0,n&&t.firstChild)t=t.firstChild;else for(;t;){t.nodeType===Node.ELEMENT_NODE&&this.endElement(t);let e=this.checkClobberedElement(t,t.nextSibling);if(e){t=e;break}t=this.checkClobberedElement(t,t.parentNode)}return this.buf.join("")}startElement(e){const t=e.nodeName.toLowerCase();if(!nt.hasOwnProperty(t))return this.sanitizedSomething=!0,!ot.hasOwnProperty(t);this.buf.push("<"),this.buf.push(t);const n=e.attributes;for(let l=0;l<n.length;l++){const e=n.item(l),t=e.name,s=t.toLowerCase();if(!st.hasOwnProperty(s)){this.sanitizedSomething=!0;continue}let o=e.value;rt[s]&&(o=qe(o)),lt[s]&&(r=o,o=(r=String(r)).split(",").map(e=>qe(e.trim())).join(", ")),this.buf.push(" ",t,'="',ct(o),'"')}var r;return this.buf.push(">"),!0}endElement(e){const t=e.nodeName.toLowerCase();nt.hasOwnProperty(t)&&!Ye.hasOwnProperty(t)&&(this.buf.push("</"),this.buf.push(t),this.buf.push(">"))}chars(e){this.buf.push(ct(e))}checkClobberedElement(e,t){if(t&&(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`);return t}}const at=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,ut=/([^\#-~ |!])/g;function ct(e){return e.replace(/&/g,"&").replace(at,function(e){return"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";"}).replace(ut,function(e){return"&#"+e.charCodeAt(0)+";"}).replace(/</g,"<").replace(/>/g,">")}let dt;function ht(e){return"content"in e&&function(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}(e)?e.content:null}const ft=function(){var e={NONE:0,HTML:1,STYLE:2,SCRIPT:3,URL:4,RESOURCE_URL:5};return e[e.NONE]="NONE",e[e.HTML]="HTML",e[e.STYLE]="STYLE",e[e.SCRIPT]="SCRIPT",e[e.URL]="URL",e[e.RESOURCE_URL]="RESOURCE_URL",e}();class pt{}const gt=new RegExp("^([-,.\"'%_!# a-zA-Z0-9]+|(?:(?:matrix|translate|scale|rotate|skew|perspective)(?:X|Y|Z|3d)?|(?:rgb|hsl)a?|(?:repeating-)?(?:linear|radial)-gradient|(?:calc|attr))\\([-0-9.%, #a-zA-Z]+\\))$","g"),mt=/^url\(([^)]+)\)$/,_t=/([A-Z])/g;function wt(e){try{return null!=e?e.toString().slice(0,30):e}catch(t){return"[ERROR] Exception while trying to serialize the value"}}let vt=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>yt(),e})();const yt=(...e)=>{},bt=new me("The presence of this token marks an injector as being the root injector."),xt=function(e,t,n){return new Mt(e,t,n)};let Ct=(()=>{class e{static create(e,t){return Array.isArray(e)?xt(e,t,""):xt(e.providers,e.parent,e.name||"")}}return e.THROW_IF_NOT_FOUND=we,e.NULL=new Ie,e.ngInjectableDef=le({token:e,providedIn:"any",factory:()=>(function(e,t=ne.Default){return(ke||function(e,t=ne.Default){if(void 0===Te)throw new Error("inject() must be called from an injection context");return null===Te?function(e,t,n){const r=se(e);if(r&&"root"==r.providedIn)return void 0===r.value?r.value=r.factory():r.value;if(n&ne.Optional)return null;throw new Error(`Injector: NOT_FOUND [${ie(e)}]`)}(e,0,t):Te.get(e,t&ne.Optional?null:void 0,t)})(e,t)})(_e)}),e.__NG_ELEMENT_ID__=-1,e})();const Et=function(e){return e},kt=[],Tt=Et,St=function(){return Array.prototype.slice.call(arguments)},It="\u0275";class Mt{constructor(e,t=Ct.NULL,n=null){this.parent=t,this.source=n;const r=this._records=new Map;r.set(Ct,{token:Ct,fn:Et,deps:kt,value:this,useNew:!1}),r.set(_e,{token:_e,fn:Et,deps:kt,value:this,useNew:!1}),function e(t,n){if(n)if((n=ce(n))instanceof Array)for(let r=0;r<n.length;r++)e(t,n[r]);else{if("function"==typeof n)throw At("Function/Class not supported",n);if(!n||"object"!=typeof n||!n.provide)throw At("Unexpected provider",n);{let e=ce(n.provide);const r=function(e){const t=function(e){let t=kt;const n=e.deps;if(n&&n.length){t=[];for(let e=0;e<n.length;e++){let r=6,l=ce(n[e]);if(l instanceof Array)for(let e=0,t=l;e<t.length;e++){const n=t[e];n instanceof X||n==X?r|=1:n instanceof te||n==te?r&=-3:n instanceof ee||n==ee?r&=-5:l=n instanceof Y?n.token:ce(n)}t.push({token:l,options:r})}}else if(e.useExisting)t=[{token:ce(e.useExisting),options:6}];else if(!(n||Ee in e))throw At("'deps' required",e);return t}(e);let n=Et,r=kt,l=!1,s=ce(e.provide);if(Ee in e)r=e.useValue;else if(e.useFactory)n=e.useFactory;else if(e.useExisting);else if(e.useClass)l=!0,n=ce(e.useClass);else{if("function"!=typeof s)throw At("StaticProvider does not have [useValue|useFactory|useExisting|useClass] or [provide] is not newable",e);l=!0,n=s}return{deps:t,fn:n,useNew:l,value:r}}(n);if(!0===n.multi){let r=t.get(e);if(r){if(r.fn!==St)throw Nt(e)}else t.set(e,r={token:n.provide,deps:[],useNew:!1,fn:St,value:kt});r.deps.push({token:e=n,options:6})}const l=t.get(e);if(l&&l.fn==St)throw Nt(e);t.set(e,r)}}}(r,e)}get(e,t,n=ne.Default){const r=this._records.get(e);try{return function e(t,n,r,l,s,o){try{return function(t,n,r,l,s,o){let i;if(!n||o&ne.SkipSelf)o&ne.Self||(i=l.get(t,s,ne.Default));else{if((i=n.value)==Tt)throw Error(It+"Circular dependency");if(i===kt){n.value=Tt;let t=void 0,s=n.useNew,o=n.fn,a=n.deps,u=kt;if(a.length){u=[];for(let t=0;t<a.length;t++){const n=a[t],s=n.options,o=2&s?r.get(n.token):void 0;u.push(e(n.token,o,r,o||4&s?l:Ct.NULL,1&s?null:Ct.THROW_IF_NOT_FOUND,ne.Default))}}n.value=i=s?new o(...u):o.apply(t,u)}}return i}(t,n,r,l,s,o)}catch(i){throw i instanceof Error||(i=new Error(i)),(i[ve]=i[ve]||[]).unshift(t),n&&n.value==Tt&&(n.value=kt),i}}(e,r,this._records,this.parent,t,n)}catch(l){return function(e,t,n,r){const l=e[ve];throw t[Ce]&&l.unshift(t[Ce]),e.message=Me("\n"+e.message,l,"StaticInjectorError",r),e[ye]=l,e[ve]=null,e}(l,e,0,this.source)}}toString(){const e=[];return this._records.forEach((t,n)=>e.push(ie(n))),`StaticInjector[${e.join(", ")}]`}}function Nt(e){return At("Cannot mix multi providers and regular providers",e)}function At(e,t){return new Error(Me(e,t,"StaticInjectorError"))}let Pt=null;function Dt(){if(!Pt){const e=ge.Symbol;if(e&&e.iterator)Pt=e.iterator;else{const e=Object.getOwnPropertyNames(Map.prototype);for(let t=0;t<e.length;++t){const n=e[t];"entries"!==n&&"size"!==n&&Map.prototype[n]===Map.prototype.entries&&(Pt=n)}}}return Pt}function Ot(e,t){return e===t||"number"==typeof e&&"number"==typeof t&&isNaN(e)&&isNaN(t)}function Rt(e,t){const n=Lt(e),r=Lt(t);if(n&&r)return function(e,t,n){const r=e[Dt()](),l=t[Dt()]();for(;;){const e=r.next(),t=l.next();if(e.done&&t.done)return!0;if(e.done||t.done)return!1;if(!n(e.value,t.value))return!1}}(e,t,Rt);{const l=e&&("object"==typeof e||"function"==typeof e),s=t&&("object"==typeof t||"function"==typeof t);return!(n||!l||r||!s)||Ot(e,t)}}class Vt{constructor(e){this.wrapped=e}static wrap(e){return new Vt(e)}static unwrap(e){return Vt.isWrapped(e)?e.wrapped:e}static isWrapped(e){return e instanceof Vt}}function Lt(e){return!!Ht(e)&&(Array.isArray(e)||!(e instanceof Map)&&Dt()in e)}function Ht(e){return null!==e&&("function"==typeof e||"object"==typeof e)}function jt(e){return!!e&&"function"==typeof e.then}class Ft{constructor(e,t,n){this.previousValue=e,this.currentValue=t,this.firstChange=n}isFirstChange(){return this.firstChange}}class Bt{}class zt{}function Zt(e){const t=Error(`No component factory found for ${ie(e)}. Did you add it to @NgModule.entryComponents?`);return t[Ut]=e,t}const Ut="ngComponent";class $t{resolveComponentFactory(e){throw Zt(e)}}let Gt=(()=>{class e{}return e.NULL=new $t,e})();class Qt{constructor(e,t,n){this._parent=t,this._ngModule=n,this._factories=new Map;for(let r=0;r<e.length;r++){const t=e[r];this._factories.set(t.componentType,t)}}resolveComponentFactory(e){let t=this._factories.get(e);if(!t&&this._parent&&(t=this._parent.resolveComponentFactory(e)),!t)throw Zt(e);return new Wt(t,this._ngModule)}}class Wt extends zt{constructor(e,t){super(),this.factory=e,this.ngModule=t,this.selector=e.selector,this.componentType=e.componentType,this.ngContentSelectors=e.ngContentSelectors,this.inputs=e.inputs,this.outputs=e.outputs}create(e,t,n,r){return this.factory.create(e,t,n,r||this.ngModule)}}function qt(...e){}let Kt=(()=>{class e{constructor(e){this.nativeElement=e}}return e.__NG_ELEMENT_ID__=()=>Jt(e),e})();const Jt=qt;class Yt{}class Xt{}const en=function(){var e={Important:1,DashCase:2};return e[e.Important]="Important",e[e.DashCase]="DashCase",e}();let tn=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>nn(),e})();const nn=qt;class rn{constructor(e){this.full=e,this.major=e.split(".")[0],this.minor=e.split(".")[1],this.patch=e.split(".").slice(2).join(".")}}const ln=new rn("8.2.5");class sn{constructor(){}supports(e){return Lt(e)}create(e){return new an(e)}}const on=(e,t)=>t;class an{constructor(e){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=e||on}forEachItem(e){let t;for(t=this._itHead;null!==t;t=t._next)e(t)}forEachOperation(e){let t=this._itHead,n=this._removalsHead,r=0,l=null;for(;t||n;){const s=!n||t&&t.currentIndex<hn(n,r,l)?t:n,o=hn(s,r,l),i=s.currentIndex;if(s===n)r--,n=n._nextRemoved;else if(t=t._next,null==s.previousIndex)r++;else{l||(l=[]);const e=o-r,t=i-r;if(e!=t){for(let n=0;n<e;n++){const r=n<l.length?l[n]:l[n]=0,s=r+n;t<=s&&s<e&&(l[n]=r+1)}l[s.previousIndex]=t-e}}o!==i&&e(s,o,i)}}forEachPreviousItem(e){let t;for(t=this._previousItHead;null!==t;t=t._nextPrevious)e(t)}forEachAddedItem(e){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)}forEachMovedItem(e){let t;for(t=this._movesHead;null!==t;t=t._nextMoved)e(t)}forEachRemovedItem(e){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)}forEachIdentityChange(e){let t;for(t=this._identityChangesHead;null!==t;t=t._nextIdentityChange)e(t)}diff(e){if(null==e&&(e=[]),!Lt(e))throw new Error(`Error trying to diff '${ie(e)}'. Only arrays and iterables are allowed`);return this.check(e)?this:null}onDestroy(){}check(e){this._reset();let t,n,r,l=this._itHead,s=!1;if(Array.isArray(e)){this.length=e.length;for(let t=0;t<this.length;t++)r=this._trackByFn(t,n=e[t]),null!==l&&Ot(l.trackById,r)?(s&&(l=this._verifyReinsertion(l,n,r,t)),Ot(l.item,n)||this._addIdentityChange(l,n)):(l=this._mismatch(l,n,r,t),s=!0),l=l._next}else t=0,function(e,t){if(Array.isArray(e))for(let n=0;n<e.length;n++)t(e[n]);else{const n=e[Dt()]();let r;for(;!(r=n.next()).done;)t(r.value)}}(e,e=>{r=this._trackByFn(t,e),null!==l&&Ot(l.trackById,r)?(s&&(l=this._verifyReinsertion(l,e,r,t)),Ot(l.item,e)||this._addIdentityChange(l,e)):(l=this._mismatch(l,e,r,t),s=!0),l=l._next,t++}),this.length=t;return this._truncate(l),this.collection=e,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let e,t;for(e=this._previousItHead=this._itHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._additionsHead;null!==e;e=e._nextAdded)e.previousIndex=e.currentIndex;for(this._additionsHead=this._additionsTail=null,e=this._movesHead;null!==e;e=t)e.previousIndex=e.currentIndex,t=e._nextMoved;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(e,t,n,r){let l;return null===e?l=this._itTail:(l=e._prev,this._remove(e)),null!==(e=null===this._linkedRecords?null:this._linkedRecords.get(n,r))?(Ot(e.item,t)||this._addIdentityChange(e,t),this._moveAfter(e,l,r)):null!==(e=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null))?(Ot(e.item,t)||this._addIdentityChange(e,t),this._reinsertAfter(e,l,r)):e=this._addAfter(new un(t,n),l,r),e}_verifyReinsertion(e,t,n,r){let l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(n,null);return null!==l?e=this._reinsertAfter(l,e._prev,r):e.currentIndex!=r&&(e.currentIndex=r,this._addToMoves(e,r)),e}_truncate(e){for(;null!==e;){const t=e._next;this._addToRemovals(this._unlink(e)),e=t}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(e,t,n){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(e);const r=e._prevRemoved,l=e._nextRemoved;return null===r?this._removalsHead=l:r._nextRemoved=l,null===l?this._removalsTail=r:l._prevRemoved=r,this._insertAfter(e,t,n),this._addToMoves(e,n),e}_moveAfter(e,t,n){return this._unlink(e),this._insertAfter(e,t,n),this._addToMoves(e,n),e}_addAfter(e,t,n){return this._insertAfter(e,t,n),this._additionsTail=null===this._additionsTail?this._additionsHead=e:this._additionsTail._nextAdded=e,e}_insertAfter(e,t,n){const r=null===t?this._itHead:t._next;return e._next=r,e._prev=t,null===r?this._itTail=e:r._prev=e,null===t?this._itHead=e:t._next=e,null===this._linkedRecords&&(this._linkedRecords=new dn),this._linkedRecords.put(e),e.currentIndex=n,e}_remove(e){return this._addToRemovals(this._unlink(e))}_unlink(e){null!==this._linkedRecords&&this._linkedRecords.remove(e);const t=e._prev,n=e._next;return null===t?this._itHead=n:t._next=n,null===n?this._itTail=t:n._prev=t,e}_addToMoves(e,t){return e.previousIndex===t?e:(this._movesTail=null===this._movesTail?this._movesHead=e:this._movesTail._nextMoved=e,e)}_addToRemovals(e){return null===this._unlinkedRecords&&(this._unlinkedRecords=new dn),this._unlinkedRecords.put(e),e.currentIndex=null,e._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=e,e._prevRemoved=null):(e._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=e),e}_addIdentityChange(e,t){return e.item=t,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=e:this._identityChangesTail._nextIdentityChange=e,e}}class un{constructor(e,t){this.item=e,this.trackById=t,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class cn{constructor(){this._head=null,this._tail=null}add(e){null===this._head?(this._head=this._tail=e,e._nextDup=null,e._prevDup=null):(this._tail._nextDup=e,e._prevDup=this._tail,e._nextDup=null,this._tail=e)}get(e,t){let n;for(n=this._head;null!==n;n=n._nextDup)if((null===t||t<=n.currentIndex)&&Ot(n.trackById,e))return n;return null}remove(e){const t=e._prevDup,n=e._nextDup;return null===t?this._head=n:t._nextDup=n,null===n?this._tail=t:n._prevDup=t,null===this._head}}class dn{constructor(){this.map=new Map}put(e){const t=e.trackById;let n=this.map.get(t);n||(n=new cn,this.map.set(t,n)),n.add(e)}get(e,t){const n=this.map.get(e);return n?n.get(e,t):null}remove(e){const t=e.trackById;return this.map.get(t).remove(e)&&this.map.delete(t),e}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function hn(e,t,n){const r=e.previousIndex;if(null===r)return r;let l=0;return n&&r<n.length&&(l=n[r]),r+t+l}class fn{constructor(){}supports(e){return e instanceof Map||Ht(e)}create(){return new pn}}class pn{constructor(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}get isDirty(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead}forEachItem(e){let t;for(t=this._mapHead;null!==t;t=t._next)e(t)}forEachPreviousItem(e){let t;for(t=this._previousMapHead;null!==t;t=t._nextPrevious)e(t)}forEachChangedItem(e){let t;for(t=this._changesHead;null!==t;t=t._nextChanged)e(t)}forEachAddedItem(e){let t;for(t=this._additionsHead;null!==t;t=t._nextAdded)e(t)}forEachRemovedItem(e){let t;for(t=this._removalsHead;null!==t;t=t._nextRemoved)e(t)}diff(e){if(e){if(!(e instanceof Map||Ht(e)))throw new Error(`Error trying to diff '${ie(e)}'. Only maps and objects are allowed`)}else e=new Map;return this.check(e)?this:null}onDestroy(){}check(e){this._reset();let t=this._mapHead;if(this._appendAfter=null,this._forEach(e,(e,n)=>{if(t&&t.key===n)this._maybeAddToChanges(t,e),this._appendAfter=t,t=t._next;else{const r=this._getOrCreateRecordForKey(n,e);t=this._insertBeforeOrAppend(t,r)}}),t){t._prev&&(t._prev._next=null),this._removalsHead=t;for(let e=t;null!==e;e=e._nextRemoved)e===this._mapHead&&(this._mapHead=null),this._records.delete(e.key),e._nextRemoved=e._next,e.previousValue=e.currentValue,e.currentValue=null,e._prev=null,e._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(e,t){if(e){const n=e._prev;return t._next=e,t._prev=n,e._prev=t,n&&(n._next=t),e===this._mapHead&&(this._mapHead=t),this._appendAfter=e,e}return this._appendAfter?(this._appendAfter._next=t,t._prev=this._appendAfter):this._mapHead=t,this._appendAfter=t,null}_getOrCreateRecordForKey(e,t){if(this._records.has(e)){const n=this._records.get(e);this._maybeAddToChanges(n,t);const r=n._prev,l=n._next;return r&&(r._next=l),l&&(l._prev=r),n._next=null,n._prev=null,n}const n=new gn(e);return this._records.set(e,n),n.currentValue=t,this._addToAdditions(n),n}_reset(){if(this.isDirty){let e;for(this._previousMapHead=this._mapHead,e=this._previousMapHead;null!==e;e=e._next)e._nextPrevious=e._next;for(e=this._changesHead;null!==e;e=e._nextChanged)e.previousValue=e.currentValue;for(e=this._additionsHead;null!=e;e=e._nextAdded)e.previousValue=e.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(e,t){Ot(t,e.currentValue)||(e.previousValue=e.currentValue,e.currentValue=t,this._addToChanges(e))}_addToAdditions(e){null===this._additionsHead?this._additionsHead=this._additionsTail=e:(this._additionsTail._nextAdded=e,this._additionsTail=e)}_addToChanges(e){null===this._changesHead?this._changesHead=this._changesTail=e:(this._changesTail._nextChanged=e,this._changesTail=e)}_forEach(e,t){e instanceof Map?e.forEach(t):Object.keys(e).forEach(n=>t(e[n],n))}}class gn{constructor(e){this.key=e,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}let mn=(()=>{class e{constructor(e){this.factories=e}static create(t,n){if(null!=n){const e=n.factories.slice();t=t.concat(e)}return new e(t)}static extend(t){return{provide:e,useFactory:n=>{if(!n)throw new Error("Cannot extend IterableDiffers without a parent injector");return e.create(t,n)},deps:[[e,new te,new X]]}}find(e){const t=this.factories.find(t=>t.supports(e));if(null!=t)return t;throw new Error(`Cannot find a differ supporting object '${e}' of type '${n=e,n.name||typeof n}'`);var n}}return e.ngInjectableDef=le({token:e,providedIn:"root",factory:()=>new e([new sn])}),e})(),_n=(()=>{class e{constructor(e){this.factories=e}static create(t,n){if(n){const e=n.factories.slice();t=t.concat(e)}return new e(t)}static extend(t){return{provide:e,useFactory:n=>{if(!n)throw new Error("Cannot extend KeyValueDiffers without a parent injector");return e.create(t,n)},deps:[[e,new te,new X]]}}find(e){const t=this.factories.find(t=>t.supports(e));if(t)return t;throw new Error(`Cannot find a differ supporting object '${e}'`)}}return e.ngInjectableDef=le({token:e,providedIn:"root",factory:()=>new e([new fn])}),e})();const wn=[new fn],vn=new mn([new sn]),yn=new _n(wn);let bn=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>xn(e,Kt),e})();const xn=qt;let Cn=(()=>{class e{}return e.__NG_ELEMENT_ID__=()=>En(e,Kt),e})();const En=qt;function kn(e,t,n,r){let l=`ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: '${t}'. Current value: '${n}'.`;return r&&(l+=" It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook ?"),function(e,t){const n=new Error(e);return Tn(n,t),n}(l,e)}function Tn(e,t){e[Ve]=t,e[He]=t.logError.bind(t)}function Sn(e){return new Error(`ViewDestroyedError: Attempt to use a destroyed view: ${e}`)}function In(e,t,n){const r=e.state,l=1792&r;return l===t?(e.state=-1793&r|n,e.initIndex=-1,!0):l===n}function Mn(e,t,n){return(1792&e.state)===t&&e.initIndex<=n&&(e.initIndex=n+1,!0)}function Nn(e,t){return e.nodes[t]}function An(e,t){return e.nodes[t]}function Pn(e,t){return e.nodes[t]}function Dn(e,t){return e.nodes[t]}function On(e,t){return e.nodes[t]}const Rn={setCurrentNode:void 0,createRootView:void 0,createEmbeddedView:void 0,createComponentView:void 0,createNgModuleRef:void 0,overrideProvider:void 0,overrideComponentView:void 0,clearOverrides:void 0,checkAndUpdateView:void 0,checkNoChangesView:void 0,destroyView:void 0,resolveDep:void 0,createDebugContext:void 0,handleEvent:void 0,updateDirectives:void 0,updateRenderer:void 0,dirtyParentQueries:void 0},Vn=()=>{},Ln=new Map;function Hn(e){let t=Ln.get(e);return t||(t=ie(e)+"_"+Ln.size,Ln.set(e,t)),t}const jn="$$undefined",Fn="$$empty";function Bn(e){return{id:jn,styles:e.styles,encapsulation:e.encapsulation,data:e.data}}let zn=0;function Zn(e,t,n,r){return!(!(2&e.state)&&Ot(e.oldValues[t.bindingIndex+n],r))}function Un(e,t,n,r){return!!Zn(e,t,n,r)&&(e.oldValues[t.bindingIndex+n]=r,!0)}function $n(e,t,n,r){const l=e.oldValues[t.bindingIndex+n];if(1&e.state||!Rt(l,r)){const s=t.bindings[n].name;throw kn(Rn.createDebugContext(e,t.nodeIndex),`${s}: ${l}`,`${s}: ${r}`,0!=(1&e.state))}}function Gn(e){let t=e;for(;t;)2&t.def.flags&&(t.state|=8),t=t.viewContainerParent||t.parent}function Qn(e,t){let n=e;for(;n&&n!==t;)n.state|=64,n=n.viewContainerParent||n.parent}function Wn(e,t,n,r){try{return Gn(33554432&e.def.nodes[t].flags?An(e,t).componentView:e),Rn.handleEvent(e,t,n,r)}catch(l){e.root.errorHandler.handleError(l)}}function qn(e){return e.parent?An(e.parent,e.parentNodeDef.nodeIndex):null}function Kn(e){return e.parent?e.parentNodeDef.parent:null}function Jn(e,t){switch(201347067&t.flags){case 1:return An(e,t.nodeIndex).renderElement;case 2:return Nn(e,t.nodeIndex).renderText}}function Yn(e){return!!e.parent&&!!(32768&e.parentNodeDef.flags)}function Xn(e){return!(!e.parent||32768&e.parentNodeDef.flags)}function er(e){const t={};let n=0;const r={};return e&&e.forEach(([e,l])=>{"number"==typeof e?(t[e]=l,n|=function(e){return 1<<e%32}(e)):r[e]=l}),{matchedQueries:t,references:r,matchedQueryIds:n}}function tr(e,t){return e.map(e=>{let n,r;return Array.isArray(e)?[r,n]=e:(r=0,n=e),n&&("function"==typeof n||"object"==typeof n)&&t&&Object.defineProperty(n,Ce,{value:t,configurable:!0}),{flags:r,token:n,tokenKey:Hn(n)}})}function nr(e,t,n){let r=n.renderParent;return r?0==(1&r.flags)||0==(33554432&r.flags)||r.element.componentRendererType&&r.element.componentRendererType.encapsulation===Oe.Native?An(e,n.renderParent.nodeIndex).renderElement:void 0:t}const rr=new WeakMap;function lr(e){let t=rr.get(e);return t||((t=e(()=>Vn)).factory=e,rr.set(e,t)),t}function sr(e,t,n,r,l){3===t&&(n=e.renderer.parentNode(Jn(e,e.def.lastRenderRootNode))),or(e,t,0,e.def.nodes.length-1,n,r,l)}function or(e,t,n,r,l,s,o){for(let i=n;i<=r;i++){const n=e.def.nodes[i];11&n.flags&&ar(e,n,t,l,s,o),i+=n.childCount}}function ir(e,t,n,r,l,s){let o=e;for(;o&&!Yn(o);)o=o.parent;const i=o.parent,a=Kn(o),u=a.nodeIndex+a.childCount;for(let c=a.nodeIndex+1;c<=u;c++){const e=i.def.nodes[c];e.ngContentIndex===t&&ar(i,e,n,r,l,s),c+=e.childCount}if(!i.parent){const o=e.root.projectableNodes[t];if(o)for(let t=0;t<o.length;t++)ur(e,o[t],n,r,l,s)}}function ar(e,t,n,r,l,s){if(8&t.flags)ir(e,t.ngContent.index,n,r,l,s);else{const o=Jn(e,t);if(3===n&&33554432&t.flags&&48&t.bindingFlags?(16&t.bindingFlags&&ur(e,o,n,r,l,s),32&t.bindingFlags&&ur(An(e,t.nodeIndex).componentView,o,n,r,l,s)):ur(e,o,n,r,l,s),16777216&t.flags){const o=An(e,t.nodeIndex).viewContainer._embeddedViews;for(let e=0;e<o.length;e++)sr(o[e],n,r,l,s)}1&t.flags&&!t.element.name&&or(e,n,t.nodeIndex+1,t.nodeIndex+t.childCount,r,l,s)}}function ur(e,t,n,r,l,s){const o=e.renderer;switch(n){case 1:o.appendChild(r,t);break;case 2:o.insertBefore(r,t,l);break;case 3:o.removeChild(r,t);break;case 0:s.push(t)}}const cr=/^:([^:]+):(.+)$/;function dr(e){if(":"===e[0]){const t=e.match(cr);return[t[1],t[2]]}return["",e]}function hr(e){let t=0;for(let n=0;n<e.length;n++)t|=e[n].flags;return t}const fr=new Object,pr=Hn(Ct),gr=Hn(_e),mr=Hn(Ne);function _r(e,t,n,r){return n=ce(n),{index:-1,deps:tr(r,ie(t)),flags:e,token:t,value:n}}function wr(e,t,n=Ct.THROW_IF_NOT_FOUND){const r=Se(e);try{if(8&t.flags)return t.token;if(2&t.flags&&(n=null),1&t.flags)return e._parent.get(t.token,n);const o=t.tokenKey;switch(o){case pr:case gr:case mr:return e}const i=e._def.providersByKey[o];let a;if(i){let t=e._providers[i.index];return void 0===t&&(t=e._providers[i.index]=vr(e,i)),t===fr?void 0:t}if((a=se(t.token))&&(l=e,null!=(s=a).providedIn&&(function(e,t){return e._def.modules.indexOf(s.providedIn)>-1}(l)||"root"===s.providedIn&&l._def.isRoot))){const n=e._providers.length;return e._def.providers[n]=e._def.providersByKey[t.tokenKey]={flags:5120,value:a.factory,deps:[],index:n,token:t.token},e._providers[n]=fr,e._providers[n]=vr(e,e._def.providersByKey[t.tokenKey])}return 4&t.flags?n:e._parent.get(t.token,n)}finally{Se(r)}var l,s}function vr(e,t){let n;switch(201347067&t.flags){case 512:n=function(e,t,n){const r=n.length;switch(r){case 0:return new t;case 1:return new t(wr(e,n[0]));case 2:return new t(wr(e,n[0]),wr(e,n[1]));case 3:return new t(wr(e,n[0]),wr(e,n[1]),wr(e,n[2]));default:const l=new Array(r);for(let t=0;t<r;t++)l[t]=wr(e,n[t]);return new t(...l)}}(e,t.value,t.deps);break;case 1024:n=function(e,t,n){const r=n.length;switch(r){case 0:return t();case 1:return t(wr(e,n[0]));case 2:return t(wr(e,n[0]),wr(e,n[1]));case 3:return t(wr(e,n[0]),wr(e,n[1]),wr(e,n[2]));default:const l=Array(r);for(let t=0;t<r;t++)l[t]=wr(e,n[t]);return t(...l)}}(e,t.value,t.deps);break;case 2048:n=wr(e,t.deps[0]);break;case 256:n=t.value}return n===fr||null===n||"object"!=typeof n||131072&t.flags||"function"!=typeof n.ngOnDestroy||(t.flags|=131072),void 0===n?fr:n}function yr(e,t){const n=e.viewContainer._embeddedViews;if((null==t||t>=n.length)&&(t=n.length-1),t<0)return null;const r=n[t];return r.viewContainerParent=null,De(n,t),Rn.dirtyParentQueries(r),xr(r),r}function br(e,t,n){const r=t?Jn(t,t.def.lastRenderRootNode):e.renderElement,l=n.renderer.parentNode(r),s=n.renderer.nextSibling(r);sr(n,2,l,s,void 0)}function xr(e){sr(e,3,null,null,void 0)}const Cr=new Object;function Er(e,t,n,r,l,s){return new kr(e,t,n,r,l,s)}class kr extends zt{constructor(e,t,n,r,l,s){super(),this.selector=e,this.componentType=t,this._inputs=r,this._outputs=l,this.ngContentSelectors=s,this.viewDefFactory=n}get inputs(){const e=[],t=this._inputs;for(let n in t)e.push({propName:n,templateName:t[n]});return e}get outputs(){const e=[];for(let t in this._outputs)e.push({propName:t,templateName:this._outputs[t]});return e}create(e,t,n,r){if(!r)throw new Error("ngModule should be provided");const l=lr(this.viewDefFactory),s=l.nodes[0].element.componentProvider.nodeIndex,o=Rn.createRootView(e,t||[],n,l,r,Cr),i=Pn(o,s).instance;return n&&o.renderer.setAttribute(An(o,0).renderElement,"ng-version",ln.full),new Tr(o,new Nr(o),i)}}class Tr extends Bt{constructor(e,t,n){super(),this._view=e,this._viewRef=t,this._component=n,this._elDef=this._view.def.nodes[0],this.hostView=t,this.changeDetectorRef=t,this.instance=n}get location(){return new Kt(An(this._view,this._elDef.nodeIndex).renderElement)}get injector(){return new Or(this._view,this._elDef)}get componentType(){return this._component.constructor}destroy(){this._viewRef.destroy()}onDestroy(e){this._viewRef.onDestroy(e)}}function Sr(e,t,n){return new Ir(e,t,n)}class Ir{constructor(e,t,n){this._view=e,this._elDef=t,this._data=n,this._embeddedViews=[]}get element(){return new Kt(this._data.renderElement)}get injector(){return new Or(this._view,this._elDef)}get parentInjector(){let e=this._view,t=this._elDef.parent;for(;!t&&e;)t=Kn(e),e=e.parent;return e?new Or(e,t):new Or(this._view,null)}clear(){for(let e=this._embeddedViews.length-1;e>=0;e--){const t=yr(this._data,e);Rn.destroyView(t)}}get(e){const t=this._embeddedViews[e];if(t){const e=new Nr(t);return e.attachToViewContainerRef(this),e}return null}get length(){return this._embeddedViews.length}createEmbeddedView(e,t,n){const r=e.createEmbeddedView(t||{});return this.insert(r,n),r}createComponent(e,t,n,r,l){const s=n||this.parentInjector;l||e instanceof Wt||(l=s.get(Ne));const o=e.create(s,r,void 0,l);return this.insert(o.hostView,t),o}insert(e,t){if(e.destroyed)throw new Error("Cannot insert a destroyed View in a ViewContainer!");const n=e;return function(e,t,n,r){let l=t.viewContainer._embeddedViews;null==n&&(n=l.length),r.viewContainerParent=e,Pe(l,n,r),function(e,t){const n=qn(t);if(!n||n===e||16&t.state)return;t.state|=16;let r=n.template._projectedViews;r||(r=n.template._projectedViews=[]),r.push(t),function(e,n){if(4&n.flags)return;t.parent.def.nodeFlags|=4,n.flags|=4;let r=n.parent;for(;r;)r.childFlags|=4,r=r.parent}(0,t.parentNodeDef)}(t,r),Rn.dirtyParentQueries(r),br(t,n>0?l[n-1]:null,r)}(this._view,this._data,t,n._view),n.attachToViewContainerRef(this),e}move(e,t){if(e.destroyed)throw new Error("Cannot move a destroyed View in a ViewContainer!");const n=this._embeddedViews.indexOf(e._view);return function(e,t,r){const l=e.viewContainer._embeddedViews,s=l[n];De(l,n),null==r&&(r=l.length),Pe(l,r,s),Rn.dirtyParentQueries(s),xr(s),br(e,r>0?l[r-1]:null,s)}(this._data,0,t),e}indexOf(e){return this._embeddedViews.indexOf(e._view)}remove(e){const t=yr(this._data,e);t&&Rn.destroyView(t)}detach(e){const t=yr(this._data,e);return t?new Nr(t):null}}function Mr(e){return new Nr(e)}class Nr{constructor(e){this._view=e,this._viewContainerRef=null,this._appRef=null}get rootNodes(){return function(e){const t=[];return sr(e,0,void 0,void 0,t),t}(this._view)}get context(){return this._view.context}get destroyed(){return 0!=(128&this._view.state)}markForCheck(){Gn(this._view)}detach(){this._view.state&=-5}detectChanges(){const e=this._view.root.rendererFactory;e.begin&&e.begin();try{Rn.checkAndUpdateView(this._view)}finally{e.end&&e.end()}}checkNoChanges(){Rn.checkNoChangesView(this._view)}reattach(){this._view.state|=4}onDestroy(e){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(e)}destroy(){this._appRef?this._appRef.detachView(this):this._viewContainerRef&&this._viewContainerRef.detach(this._viewContainerRef.indexOf(this)),Rn.destroyView(this._view)}detachFromAppRef(){this._appRef=null,xr(this._view),Rn.dirtyParentQueries(this._view)}attachToAppRef(e){if(this._viewContainerRef)throw new Error("This view is already attached to a ViewContainer!");this._appRef=e}attachToViewContainerRef(e){if(this._appRef)throw new Error("This view is already attached directly to the ApplicationRef!");this._viewContainerRef=e}}function Ar(e,t){return new Pr(e,t)}class Pr extends bn{constructor(e,t){super(),this._parentView=e,this._def=t}createEmbeddedView(e){return new Nr(Rn.createEmbeddedView(this._parentView,this._def,this._def.element.template,e))}get elementRef(){return new Kt(An(this._parentView,this._def.nodeIndex).renderElement)}}function Dr(e,t){return new Or(e,t)}class Or{constructor(e,t){this.view=e,this.elDef=t}get(e,t=Ct.THROW_IF_NOT_FOUND){return Rn.resolveDep(this.view,this.elDef,!!this.elDef&&0!=(33554432&this.elDef.flags),{flags:0,token:e,tokenKey:Hn(e)},t)}}function Rr(e,t){const n=e.def.nodes[t];if(1&n.flags){const t=An(e,n.nodeIndex);return n.element.template?t.template:t.renderElement}if(2&n.flags)return Nn(e,n.nodeIndex).renderText;if(20240&n.flags)return Pn(e,n.nodeIndex).instance;throw new Error(`Illegal state: read nodeValue for node index ${t}`)}function Vr(e){return new Lr(e.renderer)}class Lr{constructor(e){this.delegate=e}selectRootElement(e){return this.delegate.selectRootElement(e)}createElement(e,t){const[n,r]=dr(t),l=this.delegate.createElement(r,n);return e&&this.delegate.appendChild(e,l),l}createViewRoot(e){return e}createTemplateAnchor(e){const t=this.delegate.createComment("");return e&&this.delegate.appendChild(e,t),t}createText(e,t){const n=this.delegate.createText(t);return e&&this.delegate.appendChild(e,n),n}projectNodes(e,t){for(let n=0;n<t.length;n++)this.delegate.appendChild(e,t[n])}attachViewAfter(e,t){const n=this.delegate.parentNode(e),r=this.delegate.nextSibling(e);for(let l=0;l<t.length;l++)this.delegate.insertBefore(n,t[l],r)}detachView(e){for(let t=0;t<e.length;t++){const n=e[t],r=this.delegate.parentNode(n);this.delegate.removeChild(r,n)}}destroyView(e,t){for(let n=0;n<t.length;n++)this.delegate.destroyNode(t[n])}listen(e,t,n){return this.delegate.listen(e,t,n)}listenGlobal(e,t,n){return this.delegate.listen(e,t,n)}setElementProperty(e,t,n){this.delegate.setProperty(e,t,n)}setElementAttribute(e,t,n){const[r,l]=dr(t);null!=n?this.delegate.setAttribute(e,l,n,r):this.delegate.removeAttribute(e,l,r)}setBindingDebugInfo(e,t,n){}setElementClass(e,t,n){n?this.delegate.addClass(e,t):this.delegate.removeClass(e,t)}setElementStyle(e,t,n){null!=n?this.delegate.setStyle(e,t,n):this.delegate.removeStyle(e,t)}invokeElementMethod(e,t,n){e[t].apply(e,n)}setText(e,t){this.delegate.setValue(e,t)}animate(){throw new Error("Renderer.animate is no longer supported!")}}function Hr(e,t,n,r){return new jr(e,t,n,r)}class jr{constructor(e,t,n,r){this._moduleType=e,this._parent=t,this._bootstrapComponents=n,this._def=r,this._destroyListeners=[],this._destroyed=!1,this.injector=this,function(e){const t=e._def,n=e._providers=new Array(t.providers.length);for(let r=0;r<t.providers.length;r++){const l=t.providers[r];4096&l.flags||void 0===n[r]&&(n[r]=vr(e,l))}}(this)}get(e,t=Ct.THROW_IF_NOT_FOUND,n=ne.Default){let r=0;return n&ne.SkipSelf?r|=1:n&ne.Self&&(r|=4),wr(this,{token:e,tokenKey:Hn(e),flags:r},t)}get instance(){return this.get(this._moduleType)}get componentFactoryResolver(){return this.get(Gt)}destroy(){if(this._destroyed)throw new Error(`The ng module ${ie(this.instance.constructor)} has already been destroyed.`);this._destroyed=!0,function(e,t){const n=e._def,r=new Set;for(let l=0;l<n.providers.length;l++)if(131072&n.providers[l].flags){const t=e._providers[l];if(t&&t!==fr){const e=t.ngOnDestroy;"function"!=typeof e||r.has(t)||(e.apply(t),r.add(t))}}}(this),this._destroyListeners.forEach(e=>e())}onDestroy(e){this._destroyListeners.push(e)}}const Fr=Hn(Yt),Br=Hn(tn),zr=Hn(Kt),Zr=Hn(Cn),Ur=Hn(bn),$r=Hn(vt),Gr=Hn(Ct),Qr=Hn(_e);function Wr(e,t,n,r,l,s,o,i){const a=[];if(o)for(let c in o){const[e,t]=o[c];a[e]={flags:8,name:c,nonMinifiedName:t,ns:null,securityContext:null,suffix:null}}const u=[];if(i)for(let c in i)u.push({type:1,propName:c,target:null,eventName:i[c]});return function(e,t,n,r,l,s,o,i,a){const{matchedQueries:u,references:c,matchedQueryIds:d}=er(n);a||(a=[]),i||(i=[]),s=ce(s);const h=tr(o,ie(l));return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:t,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:u,matchedQueryIds:d,references:c,ngContentIndex:-1,childCount:r,bindings:i,bindingFlags:hr(i),outputs:a,element:null,provider:{token:l,value:s,deps:h},text:null,query:null,ngContent:null}}(e,t|=16384,n,r,l,l,s,a,u)}function qr(e,t){return Xr(e,t)}function Kr(e,t){let n=e;for(;n.parent&&!Yn(n);)n=n.parent;return el(n.parent,Kn(n),!0,t.provider.value,t.provider.deps)}function Jr(e,t){const n=el(e,t.parent,(32768&t.flags)>0,t.provider.value,t.provider.deps);if(t.outputs.length)for(let l=0;l<t.outputs.length;l++){const s=t.outputs[l],o=n[s.propName];if(!(r=o)||"function"!=typeof r.subscribe)throw new Error(`@Output ${s.propName} not initialized in '${n.constructor.name}'.`);{const n=o.subscribe(Yr(e,t.parent.nodeIndex,s.eventName));e.disposables[t.outputIndex+l]=n.unsubscribe.bind(n)}}var r;return n}function Yr(e,t,n){return r=>Wn(e,t,n,r)}function Xr(e,t){const n=(8192&t.flags)>0,r=t.provider;switch(201347067&t.flags){case 512:return el(e,t.parent,n,r.value,r.deps);case 1024:return function(e,t,n,r,l){const s=l.length;switch(s){case 0:return r();case 1:return r(nl(e,t,n,l[0]));case 2:return r(nl(e,t,n,l[0]),nl(e,t,n,l[1]));case 3:return r(nl(e,t,n,l[0]),nl(e,t,n,l[1]),nl(e,t,n,l[2]));default:const o=Array(s);for(let r=0;r<s;r++)o[r]=nl(e,t,n,l[r]);return r(...o)}}(e,t.parent,n,r.value,r.deps);case 2048:return nl(e,t.parent,n,r.deps[0]);case 256:return r.value}}function el(e,t,n,r,l){const s=l.length;switch(s){case 0:return new r;case 1:return new r(nl(e,t,n,l[0]));case 2:return new r(nl(e,t,n,l[0]),nl(e,t,n,l[1]));case 3:return new r(nl(e,t,n,l[0]),nl(e,t,n,l[1]),nl(e,t,n,l[2]));default:const o=new Array(s);for(let r=0;r<s;r++)o[r]=nl(e,t,n,l[r]);return new r(...o)}}const tl={};function nl(e,t,n,r,l=Ct.THROW_IF_NOT_FOUND){if(8&r.flags)return r.token;const s=e;2&r.flags&&(l=null);const o=r.tokenKey;o===$r&&(n=!(!t||!t.element.componentView)),t&&1&r.flags&&(n=!1,t=t.parent);let i=e;for(;i;){if(t)switch(o){case Fr:return Vr(rl(i,t,n));case Br:return rl(i,t,n).renderer;case zr:return new Kt(An(i,t.nodeIndex).renderElement);case Zr:return An(i,t.nodeIndex).viewContainer;case Ur:if(t.element.template)return An(i,t.nodeIndex).template;break;case $r:return Mr(rl(i,t,n));case Gr:case Qr:return Dr(i,t);default:const e=(n?t.element.allProviders:t.element.publicProviders)[o];if(e){let t=Pn(i,e.nodeIndex);return t||(t={instance:Xr(i,e)},i.nodes[e.nodeIndex]=t),t.instance}}n=Yn(i),t=Kn(i),i=i.parent,4&r.flags&&(i=null)}const a=s.root.injector.get(r.token,tl);return a!==tl||l===tl?a:s.root.ngModule.injector.get(r.token,l)}function rl(e,t,n){let r;if(n)r=An(e,t.nodeIndex).componentView;else for(r=e;r.parent&&!Yn(r);)r=r.parent;return r}function ll(e,t,n,r,l,s){if(32768&n.flags){const t=An(e,n.parent.nodeIndex).componentView;2&t.def.flags&&(t.state|=8)}if(t.instance[n.bindings[r].name]=l,524288&n.flags){s=s||{};const t=Vt.unwrap(e.oldValues[n.bindingIndex+r]);s[n.bindings[r].nonMinifiedName]=new Ft(t,l,0!=(2&e.state))}return e.oldValues[n.bindingIndex+r]=l,s}function sl(e,t){if(!(e.def.nodeFlags&t))return;const n=e.def.nodes;let r=0;for(let l=0;l<n.length;l++){const s=n[l];let o=s.parent;for(!o&&s.flags&t&&il(e,l,s.flags&t,r++),0==(s.childFlags&t)&&(l+=s.childCount);o&&1&o.flags&&l===o.nodeIndex+o.childCount;)o.directChildFlags&t&&(r=ol(e,o,t,r)),o=o.parent}}function ol(e,t,n,r){for(let l=t.nodeIndex+1;l<=t.nodeIndex+t.childCount;l++){const t=e.def.nodes[l];t.flags&n&&il(e,l,t.flags&n,r++),l+=t.childCount}return r}function il(e,t,n,r){const l=Pn(e,t);if(!l)return;const s=l.instance;s&&(Rn.setCurrentNode(e,t),1048576&n&&Mn(e,512,r)&&s.ngAfterContentInit(),2097152&n&&s.ngAfterContentChecked(),4194304&n&&Mn(e,768,r)&&s.ngAfterViewInit(),8388608&n&&s.ngAfterViewChecked(),131072&n&&s.ngOnDestroy())}const al=new me("SCHEDULER_TOKEN",{providedIn:"root",factory:()=>Re}),ul={},cl=function(){var e={LocaleId:0,DayPeriodsFormat:1,DayPeriodsStandalone:2,DaysFormat:3,DaysStandalone:4,MonthsFormat:5,MonthsStandalone:6,Eras:7,FirstDayOfWeek:8,WeekendRange:9,DateFormat:10,TimeFormat:11,DateTimeFormat:12,NumberSymbols:13,NumberFormats:14,CurrencySymbol:15,CurrencyName:16,Currencies:17,PluralCase:18,ExtraData:19};return e[e.LocaleId]="LocaleId",e[e.DayPeriodsFormat]="DayPeriodsFormat",e[e.DayPeriodsStandalone]="DayPeriodsStandalone",e[e.DaysFormat]="DaysFormat",e[e.DaysStandalone]="DaysStandalone",e[e.MonthsFormat]="MonthsFormat",e[e.MonthsStandalone]="MonthsStandalone",e[e.Eras]="Eras",e[e.FirstDayOfWeek]="FirstDayOfWeek",e[e.WeekendRange]="WeekendRange",e[e.DateFormat]="DateFormat",e[e.TimeFormat]="TimeFormat",e[e.DateTimeFormat]="DateTimeFormat",e[e.NumberSymbols]="NumberSymbols",e[e.NumberFormats]="NumberFormats",e[e.CurrencySymbol]="CurrencySymbol",e[e.CurrencyName]="CurrencyName",e[e.Currencies]="Currencies",e[e.PluralCase]="PluralCase",e[e.ExtraData]="ExtraData",e}(),dl=void 0;var hl=["en",[["a","p"],["AM","PM"],dl],[["AM","PM"],dl,dl],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],dl,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],dl,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",dl,"{1} 'at' {0}",dl],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"$","US Dollar",{},function(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return 1===t&&0===n?1:5}];const fl="en-US";let pl=fl;function gl(e){var t;t="Expected localeId to be defined",null==e&&function(e){throw new Error(`ASSERTION ERROR: ${e}`)}(t),"string"==typeof e&&(pl=e.toLowerCase().replace(/_/g,"-"))}class ml extends E{constructor(e=!1){super(),this.__isAsync=e}emit(e){super.next(e)}subscribe(e,t,n){let r,l=e=>null,s=()=>null;e&&"object"==typeof e?(r=this.__isAsync?t=>{setTimeout(()=>e.next(t))}:t=>{e.next(t)},e.error&&(l=this.__isAsync?t=>{setTimeout(()=>e.error(t))}:t=>{e.error(t)}),e.complete&&(s=this.__isAsync?()=>{setTimeout(()=>e.complete())}:()=>{e.complete()})):(r=this.__isAsync?t=>{setTimeout(()=>e(t))}:t=>{e(t)},t&&(l=this.__isAsync?e=>{setTimeout(()=>t(e))}:e=>{t(e)}),n&&(s=this.__isAsync?()=>{setTimeout(()=>n())}:()=>{n()}));const o=super.subscribe(r,l,s);return e instanceof h&&e.add(o),o}}function _l(){return this._results[Dt()]()}class wl{constructor(){this.dirty=!0,this._results=[],this.changes=new ml,this.length=0;const e=Dt(),t=wl.prototype;t[e]||(t[e]=_l)}map(e){return this._results.map(e)}filter(e){return this._results.filter(e)}find(e){return this._results.find(e)}reduce(e,t){return this._results.reduce(e,t)}forEach(e){this._results.forEach(e)}some(e){return this._results.some(e)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(e){this._results=function e(t,n){void 0===n&&(n=t);for(let r=0;r<t.length;r++){let l=t[r];Array.isArray(l)?(n===t&&(n=t.slice(0,r)),e(l,n)):n!==t&&n.push(l)}return n}(e),this.dirty=!1,this.length=this._results.length,this.last=this._results[this.length-1],this.first=this._results[0]}notifyOnChanges(){this.changes.emit(this)}setDirty(){this.dirty=!0}destroy(){this.changes.complete(),this.changes.unsubscribe()}}const vl=new me("Application Initializer");class yl{constructor(e){this.appInits=e,this.initialized=!1,this.done=!1,this.donePromise=new Promise((e,t)=>{this.resolve=e,this.reject=t})}runInitializers(){if(this.initialized)return;const e=[],t=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let n=0;n<this.appInits.length;n++){const t=this.appInits[n]();jt(t)&&e.push(t)}Promise.all(e).then(()=>{t()}).catch(e=>{this.reject(e)}),0===e.length&&t(),this.initialized=!0}}const bl=new me("AppId");function xl(){return`${Cl()}${Cl()}${Cl()}`}function Cl(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const El=new me("Platform Initializer"),kl=new me("Platform ID"),Tl=new me("appBootstrapListener");class Sl{log(e){console.log(e)}warn(e){console.warn(e)}}const Il=new me("LocaleId"),Ml=!1;function Nl(){throw new Error("Runtime compiler is not loaded")}const Al=Nl,Pl=Nl,Dl=Nl,Ol=Nl;class Rl{constructor(){this.compileModuleSync=Al,this.compileModuleAsync=Pl,this.compileModuleAndAllComponentsSync=Dl,this.compileModuleAndAllComponentsAsync=Ol}clearCache(){}clearCacheFor(e){}getModuleId(e){}}class Vl{}let Ll,Hl;function jl(){const e=ge.wtf;return!(!e||!(Ll=e.trace)||(Hl=Ll.events,0))}const Fl=jl(),Bl=Fl?function(e,t=null){return Hl.createScope(e,t)}:(e,t)=>(function(e,t){return null}),zl=Fl?function(e,t){return Ll.leaveScope(e,t),t}:(e,t)=>t,Zl=(()=>Promise.resolve(0))();function Ul(e){"undefined"==typeof Zone?Zl.then(()=>{e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}class $l{constructor({enableLongStackTrace:e=!1}){if(this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new ml(!1),this.onMicrotaskEmpty=new ml(!1),this.onStable=new ml(!1),this.onError=new ml(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");var t;Zone.assertZonePatched(),this._nesting=0,this._outer=this._inner=Zone.current,Zone.wtfZoneSpec&&(this._inner=this._inner.fork(Zone.wtfZoneSpec)),Zone.TaskTrackingZoneSpec&&(this._inner=this._inner.fork(new Zone.TaskTrackingZoneSpec)),e&&Zone.longStackTraceZoneSpec&&(this._inner=this._inner.fork(Zone.longStackTraceZoneSpec)),(t=this)._inner=t._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(e,n,r,l,s,o)=>{try{return ql(t),e.invokeTask(r,l,s,o)}finally{Kl(t)}},onInvoke:(e,n,r,l,s,o,i)=>{try{return ql(t),e.invoke(r,l,s,o,i)}finally{Kl(t)}},onHasTask:(e,n,r,l)=>{e.hasTask(r,l),n===r&&("microTask"==l.change?(t.hasPendingMicrotasks=l.microTask,Wl(t)):"macroTask"==l.change&&(t.hasPendingMacrotasks=l.macroTask))},onHandleError:(e,n,r,l)=>(e.handleError(r,l),t.runOutsideAngular(()=>t.onError.emit(l)),!1)})}static isInAngularZone(){return!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!$l.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if($l.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")}run(e,t,n){return this._inner.run(e,t,n)}runTask(e,t,n,r){const l=this._inner,s=l.scheduleEventTask("NgZoneEvent: "+r,e,Ql,Gl,Gl);try{return l.runTask(s,t,n)}finally{l.cancelTask(s)}}runGuarded(e,t,n){return this._inner.runGuarded(e,t,n)}runOutsideAngular(e){return this._outer.run(e)}}function Gl(){}const Ql={};function Wl(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function ql(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Kl(e){e._nesting--,Wl(e)}class Jl{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new ml,this.onMicrotaskEmpty=new ml,this.onStable=new ml,this.onError=new ml}run(e){return e()}runGuarded(e){return e()}runOutsideAngular(e){return e()}runTask(e){return e()}}class Yl{constructor(e){this._ngZone=e,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),e.run(()=>{this.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{$l.assertNotInAngularZone(),Ul(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())Ul(()=>{for(;0!==this._callbacks.length;){let e=this._callbacks.pop();clearTimeout(e.timeoutId),e.doneCb(this._didWork)}this._didWork=!1});else{let e=this.getPendingTasks();this._callbacks=this._callbacks.filter(t=>!t.updateCb||!t.updateCb(e)||(clearTimeout(t.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(e=>({source:e.source,creationLocation:e.creationLocation,data:e.data})):[]}addCallback(e,t,n){let r=-1;t&&t>0&&(r=setTimeout(()=>{this._callbacks=this._callbacks.filter(e=>e.timeoutId!==r),e(this._didWork,this.getPendingTasks())},t)),this._callbacks.push({doneCb:e,timeoutId:r,updateCb:n})}whenStable(e,t,n){if(n&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/dist/task-tracking.js" loaded?');this.addCallback(e,t,n),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}findProviders(e,t,n){return[]}}class Xl{constructor(){this._applications=new Map,ns.addToWindow(this)}registerApplication(e,t){this._applications.set(e,t)}unregisterApplication(e){this._applications.delete(e)}unregisterAllApplications(){this._applications.clear()}getTestability(e){return this._applications.get(e)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(e,t=!0){return ns.findTestabilityInTree(this,e,t)}}class es{addToWindow(e){}findTestabilityInTree(e,t,n){return null}}let ts,ns=new es,rs=function(e,t,n){return e.get(Vl).createCompiler([t]).compileModuleAsync(n)},ls=function(e){return e instanceof Wt};const ss=new me("AllowMultipleToken");class os{constructor(e,t){this.name=e,this.token=t}}function is(e,t,n=[]){const r=`Platform: ${t}`,l=new me(r);return(t=[])=>{let s=as();if(!s||s.injector.get(ss,!1))if(e)e(n.concat(t).concat({provide:l,useValue:!0}));else{const e=n.concat(t).concat({provide:l,useValue:!0});!function(e){if(ts&&!ts.destroyed&&!ts.injector.get(ss,!1))throw new Error("There can be only one platform. Destroy the previous one to create a new one.");ts=e.get(us);const t=e.get(El,null);t&&t.forEach(e=>e())}(Ct.create({providers:e,name:r}))}return function(e){const t=as();if(!t)throw new Error("No platform exists!");if(!t.injector.get(e,null))throw new Error("A platform with a different configuration has been created. Please destroy it first.");return t}(l)}}function as(){return ts&&!ts.destroyed?ts:null}class us{constructor(e){this._injector=e,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(e,t){const n="noop"===(l=t?t.ngZone:void 0)?new Jl:("zone.js"===l?void 0:l)||new $l({enableLongStackTrace:$e()}),r=[{provide:$l,useValue:n}];var l;return n.run(()=>{const t=Ct.create({providers:r,parent:this.injector,name:e.moduleType.name}),l=e.create(t),s=l.injector.get(ze,null);if(!s)throw new Error("No ErrorHandler. Is platform module (BrowserModule) included?");return Ml&&gl(l.injector.get(Il,fl)||fl),l.onDestroy(()=>hs(this._modules,l)),n.runOutsideAngular(()=>n.onError.subscribe({next:e=>{s.handleError(e)}})),function(e,t,n){try{const l=n();return jt(l)?l.catch(n=>{throw t.runOutsideAngular(()=>e.handleError(n)),n}):l}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}(s,n,()=>{const e=l.injector.get(yl);return e.runInitializers(),e.donePromise.then(()=>(this._moduleDoBootstrap(l),l))})})}bootstrapModule(e,t=[]){const n=cs({},t);return rs(this.injector,n,e).then(e=>this.bootstrapModuleFactory(e,n))}_moduleDoBootstrap(e){const t=e.injector.get(ds);if(e._bootstrapComponents.length>0)e._bootstrapComponents.forEach(e=>t.bootstrap(e));else{if(!e.instance.ngDoBootstrap)throw new Error(`The module ${ie(e.instance.constructor)} was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. `+"Please define one of these.");e.instance.ngDoBootstrap(t)}this._modules.push(e)}onDestroy(e){this._destroyListeners.push(e)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new Error("The platform has already been destroyed!");this._modules.slice().forEach(e=>e.destroy()),this._destroyListeners.forEach(e=>e()),this._destroyed=!0}get destroyed(){return this._destroyed}}function cs(e,t){return Array.isArray(t)?t.reduce(cs,e):Object.assign({},e,t)}let ds=(()=>{class e{constructor(e,t,n,r,l,s){this._zone=e,this._console=t,this._injector=n,this._exceptionHandler=r,this._componentFactoryResolver=l,this._initStatus=s,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._enforceNoNewChanges=$e(),this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const o=new w(e=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{e.next(this._stable),e.complete()})}),i=new w(e=>{let t;this._zone.runOutsideAngular(()=>{t=this._zone.onStable.subscribe(()=>{$l.assertNotInAngularZone(),Ul(()=>{this._stable||this._zone.hasPendingMacrotasks||this._zone.hasPendingMicrotasks||(this._stable=!0,e.next(!0))})})});const n=this._zone.onUnstable.subscribe(()=>{$l.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{e.next(!1)}))});return()=>{t.unsubscribe(),n.unsubscribe()}});this.isStable=function(...e){let t=Number.POSITIVE_INFINITY,n=null,r=e[e.length-1];var l;return(l=r)&&"function"==typeof l.schedule?(n=e.pop(),e.length>1&&"number"==typeof e[e.length-1]&&(t=e.pop())):"number"==typeof r&&(t=e.pop()),null===n&&1===e.length&&e[0]instanceof w?e[0]:function(e=Number.POSITIVE_INFINITY){return function e(t,n,r=Number.POSITIVE_INFINITY){return"function"==typeof n?l=>l.pipe(e((e,r)=>(function(e,t){return e instanceof w?e:new w(R(e))})(t(e,r)).pipe(function(e,t){return function(t){return t.lift(new L(e,void 0))}}((t,l)=>n(e,t,r,l))),r)):("number"==typeof n&&(r=n),e=>e.lift(new F(t,r)))}(z,e)}(t)(j(e,n))}(o,i.pipe(e=>Z()(function(e,t){return function(t){let n;n="function"==typeof e?e:function(){return e};const r=Object.create(t,Q);return r.source=t,r.subjectFactory=n,r}}(q)(e))))}bootstrap(e,t){if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");let n;n=e instanceof zt?e:this._componentFactoryResolver.resolveComponentFactory(e),this.componentTypes.push(n.componentType);const r=ls(n)?null:this._injector.get(Ne),l=n.create(Ct.NULL,[],t||n.selector,r);l.onDestroy(()=>{this._unloadComponent(l)});const s=l.injector.get(Yl,null);return s&&l.injector.get(Xl).registerApplication(l.location.nativeElement,s),this._loadComponent(l),$e()&&this._console.log("Angular is running in the development mode. Call enableProdMode() to enable the production mode."),l}tick(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");const t=e._tickScope();try{this._runningTick=!0;for(let e of this._views)e.detectChanges();if(this._enforceNoNewChanges)for(let e of this._views)e.checkNoChanges()}catch(n){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(n))}finally{this._runningTick=!1,zl(t)}}attachView(e){const t=e;this._views.push(t),t.attachToAppRef(this)}detachView(e){const t=e;hs(this._views,t),t.detachFromAppRef()}_loadComponent(e){this.attachView(e.hostView),this.tick(),this.components.push(e),this._injector.get(Tl,[]).concat(this._bootstrapListeners).forEach(t=>t(e))}_unloadComponent(e){this.detachView(e.hostView),hs(this.components,e)}ngOnDestroy(){this._views.slice().forEach(e=>e.destroy())}get viewCount(){return this._views.length}}return e._tickScope=Bl("ApplicationRef#tick()"),e})();function hs(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class fs{constructor(e,t){this.name=e,this.callback=t}}class ps{constructor(e,t,n){this.listeners=[],this.parent=null,this._debugContext=n,this.nativeNode=e,t&&t instanceof gs&&t.addChild(this)}get injector(){return this._debugContext.injector}get componentInstance(){return this._debugContext.component}get context(){return this._debugContext.context}get references(){return this._debugContext.references}get providerTokens(){return this._debugContext.providerTokens}}class gs extends ps{constructor(e,t,n){super(e,t,n),this.properties={},this.attributes={},this.classes={},this.styles={},this.childNodes=[],this.nativeElement=e}addChild(e){e&&(this.childNodes.push(e),e.parent=this)}removeChild(e){const t=this.childNodes.indexOf(e);-1!==t&&(e.parent=null,this.childNodes.splice(t,1))}insertChildrenAfter(e,t){const n=this.childNodes.indexOf(e);-1!==n&&(this.childNodes.splice(n+1,0,...t),t.forEach(t=>{t.parent&&t.parent.removeChild(t),e.parent=this}))}insertBefore(e,t){const n=this.childNodes.indexOf(e);-1===n?this.addChild(t):(t.parent&&t.parent.removeChild(t),t.parent=this,this.childNodes.splice(n,0,t))}query(e){return this.queryAll(e)[0]||null}queryAll(e){const t=[];return function e(t,n,r){t.childNodes.forEach(t=>{t instanceof gs&&(n(t)&&r.push(t),e(t,n,r))})}(this,e,t),t}queryAllNodes(e){const t=[];return function e(t,n,r){t instanceof gs&&t.childNodes.forEach(t=>{n(t)&&r.push(t),t instanceof gs&&e(t,n,r)})}(this,e,t),t}get children(){return this.childNodes.filter(e=>e instanceof gs)}triggerEventHandler(e,t){this.listeners.forEach(n=>{n.name==e&&n.callback(t)})}}const ms=new Map,_s=function(e){return ms.get(e)||null};function ws(e){ms.set(e.nativeNode,e)}const vs=is(null,"core",[{provide:kl,useValue:"unknown"},{provide:us,deps:[Ct]},{provide:Xl,deps:[]},{provide:Sl,deps:[]}]);function ys(){return vn}function bs(){return yn}function xs(e){return e?(Ml&&gl(e),e):fl}function Cs(e){let t=[];return e.onStable.subscribe(()=>{for(;t.length;)t.pop()()}),function(e){t.push(e)}}class Es{constructor(e){}}function ks(e,t,n,r,l,s){e|=1;const{matchedQueries:o,references:i,matchedQueryIds:a}=er(t);return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,flags:e,checkIndex:-1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:o,matchedQueryIds:a,references:i,ngContentIndex:n,childCount:r,bindings:[],bindingFlags:0,outputs:[],element:{ns:null,name:null,attrs:null,template:s?lr(s):null,componentProvider:null,componentView:null,componentRendererType:null,publicProviders:null,allProviders:null,handleEvent:l||Vn},provider:null,text:null,query:null,ngContent:null}}function Ts(e,t,n,r,l,s,o=[],i,a,u,c,d){u||(u=Vn);const{matchedQueries:h,references:f,matchedQueryIds:p}=er(n);let g=null,m=null;s&&([g,m]=dr(s)),i=i||[];const _=new Array(i.length);for(let y=0;y<i.length;y++){const[e,t,n]=i[y],[r,l]=dr(t);let s=void 0,o=void 0;switch(15&e){case 4:o=n;break;case 1:case 8:s=n}_[y]={flags:e,ns:r,name:l,nonMinifiedName:l,securityContext:s,suffix:o}}a=a||[];const w=new Array(a.length);for(let y=0;y<a.length;y++){const[e,t]=a[y];w[y]={type:0,target:e,eventName:t,propName:null}}const v=(o=o||[]).map(([e,t])=>{const[n,r]=dr(e);return[n,r,t]});return d=function(e){if(e&&e.id===jn){const t=null!=e.encapsulation&&e.encapsulation!==Oe.None||e.styles.length||Object.keys(e.data).length;e.id=t?`c${zn++}`:Fn}return e&&e.id===Fn&&(e=null),e||null}(d),c&&(t|=33554432),{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:t|=1,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:h,matchedQueryIds:p,references:f,ngContentIndex:r,childCount:l,bindings:_,bindingFlags:hr(_),outputs:w,element:{ns:g,name:m,attrs:v,template:null,componentProvider:null,componentView:c||null,componentRendererType:d,publicProviders:null,allProviders:null,handleEvent:u||Vn},provider:null,text:null,query:null,ngContent:null}}function Ss(e,t,n){const r=n.element,l=e.root.selectorOrNode,s=e.renderer;let o;if(e.parent||!l){o=r.name?s.createElement(r.name,r.ns):s.createComment("");const l=nr(e,t,n);l&&s.appendChild(l,o)}else o=s.selectRootElement(l,!!r.componentRendererType&&r.componentRendererType.encapsulation===Oe.ShadowDom);if(r.attrs)for(let i=0;i<r.attrs.length;i++){const[e,t,n]=r.attrs[i];s.setAttribute(o,t,n,e)}return o}function Is(e,t,n,r){for(let o=0;o<n.outputs.length;o++){const i=n.outputs[o],a=Ms(e,n.nodeIndex,(s=i.eventName,(l=i.target)?`${l}:${s}`:s));let u=i.target,c=e;"component"===i.target&&(u=null,c=t);const d=c.renderer.listen(u||r,i.eventName,a);e.disposables[n.outputIndex+o]=d}var l,s}function Ms(e,t,n){return r=>Wn(e,t,n,r)}function Ns(e,t,n,r){if(!Un(e,t,n,r))return!1;const l=t.bindings[n],s=An(e,t.nodeIndex),o=s.renderElement,i=l.name;switch(15&l.flags){case 1:!function(e,t,n,r,l,s){const o=t.securityContext;let i=o?e.root.sanitizer.sanitize(o,s):s;i=null!=i?i.toString():null;const a=e.renderer;null!=s?a.setAttribute(n,l,i,r):a.removeAttribute(n,l,r)}(e,l,o,l.ns,i,r);break;case 2:!function(e,t,n,r){const l=e.renderer;r?l.addClass(t,n):l.removeClass(t,n)}(e,o,i,r);break;case 4:!function(e,t,n,r,l){let s=e.root.sanitizer.sanitize(ft.STYLE,l);if(null!=s){s=s.toString();const e=t.suffix;null!=e&&(s+=e)}else s=null;const o=e.renderer;null!=s?o.setStyle(n,r,s):o.removeStyle(n,r)}(e,l,o,i,r);break;case 8:!function(e,t,n,r,l){const s=t.securityContext;let o=s?e.root.sanitizer.sanitize(s,l):l;e.renderer.setProperty(n,r,o)}(33554432&t.flags&&32&l.flags?s.componentView:e,l,o,i,r)}return!0}function As(e){const t=e.def.nodeMatchedQueries;for(;e.parent&&Xn(e);){let n=e.parentNodeDef;e=e.parent;const r=n.nodeIndex+n.childCount;for(let l=0;l<=r;l++){const r=e.def.nodes[l];67108864&r.flags&&536870912&r.flags&&(r.query.filterId&t)===r.query.filterId&&On(e,l).setDirty(),!(1&r.flags&&l+r.childCount<n.nodeIndex)&&67108864&r.childFlags&&536870912&r.childFlags||(l+=r.childCount)}}if(134217728&e.def.nodeFlags)for(let n=0;n<e.def.nodes.length;n++){const t=e.def.nodes[n];134217728&t.flags&&536870912&t.flags&&On(e,n).setDirty(),n+=t.childCount}}function Ps(e,t){const n=On(e,t.nodeIndex);if(!n.dirty)return;let r,l=void 0;if(67108864&t.flags){const n=t.parent.parent;l=Ds(e,n.nodeIndex,n.nodeIndex+n.childCount,t.query,[]),r=Pn(e,t.parent.nodeIndex).instance}else 134217728&t.flags&&(l=Ds(e,0,e.def.nodes.length-1,t.query,[]),r=e.component);n.reset(l);const s=t.query.bindings;let o=!1;for(let i=0;i<s.length;i++){const e=s[i];let t;switch(e.bindingType){case 0:t=n.first;break;case 1:t=n,o=!0}r[e.propName]=t}o&&n.notifyOnChanges()}function Ds(e,t,n,r,l){for(let s=t;s<=n;s++){const t=e.def.nodes[s],n=t.matchedQueries[r.id];if(null!=n&&l.push(Os(e,t,n)),1&t.flags&&t.element.template&&(t.element.template.nodeMatchedQueries&r.filterId)===r.filterId){const n=An(e,s);if((t.childMatchedQueries&r.filterId)===r.filterId&&(Ds(e,s+1,s+t.childCount,r,l),s+=t.childCount),16777216&t.flags){const e=n.viewContainer._embeddedViews;for(let t=0;t<e.length;t++){const s=e[t],o=qn(s);o&&o===n&&Ds(s,0,s.def.nodes.length-1,r,l)}}const o=n.template._projectedViews;if(o)for(let e=0;e<o.length;e++){const t=o[e];Ds(t,0,t.def.nodes.length-1,r,l)}}(t.childMatchedQueries&r.filterId)!==r.filterId&&(s+=t.childCount)}return l}function Os(e,t,n){if(null!=n)switch(n){case 1:return An(e,t.nodeIndex).renderElement;case 0:return new Kt(An(e,t.nodeIndex).renderElement);case 2:return An(e,t.nodeIndex).template;case 3:return An(e,t.nodeIndex).viewContainer;case 4:return Pn(e,t.nodeIndex).instance}}function Rs(e,t,n){const r=nr(e,t,n);r&&ir(e,n.ngContent.index,1,r,null,void 0)}function Vs(e,t,n){const r=new Array(n.length-1);for(let l=1;l<n.length;l++)r[l-1]={flags:8,name:null,ns:null,nonMinifiedName:null,securityContext:null,suffix:n[l]};return{nodeIndex:-1,parent:null,renderParent:null,bindingIndex:-1,outputIndex:-1,checkIndex:e,flags:2,childFlags:0,directChildFlags:0,childMatchedQueries:0,matchedQueries:{},matchedQueryIds:0,references:{},ngContentIndex:t,childCount:0,bindings:r,bindingFlags:8,outputs:[],element:null,provider:null,text:{prefix:n[0]},query:null,ngContent:null}}function Ls(e,t,n){let r;const l=e.renderer;r=l.createText(n.text.prefix);const s=nr(e,t,n);return s&&l.appendChild(s,r),{renderText:r}}function Hs(e,t){return(null!=e?e.toString():"")+t.suffix}function js(e,t,n,r){let l=0,s=0,o=0,i=0,a=0,u=null,c=null,d=!1,h=!1,f=null;for(let p=0;p<t.length;p++){const e=t[p];if(e.nodeIndex=p,e.parent=u,e.bindingIndex=l,e.outputIndex=s,e.renderParent=c,o|=e.flags,a|=e.matchedQueryIds,e.element){const t=e.element;t.publicProviders=u?u.element.publicProviders:Object.create(null),t.allProviders=t.publicProviders,d=!1,h=!1,e.element.template&&(a|=e.element.template.nodeMatchedQueries)}if(Bs(u,e,t.length),l+=e.bindings.length,s+=e.outputs.length,!c&&3&e.flags&&(f=e),20224&e.flags){d||(d=!0,u.element.publicProviders=Object.create(u.element.publicProviders),u.element.allProviders=u.element.publicProviders);const t=0!=(32768&e.flags);0==(8192&e.flags)||t?u.element.publicProviders[Hn(e.provider.token)]=e:(h||(h=!0,u.element.allProviders=Object.create(u.element.publicProviders)),u.element.allProviders[Hn(e.provider.token)]=e),t&&(u.element.componentProvider=e)}if(u?(u.childFlags|=e.flags,u.directChildFlags|=e.flags,u.childMatchedQueries|=e.matchedQueryIds,e.element&&e.element.template&&(u.childMatchedQueries|=e.element.template.nodeMatchedQueries)):i|=e.flags,e.childCount>0)u=e,Fs(e)||(c=e);else for(;u&&p===u.nodeIndex+u.childCount;){const e=u.parent;e&&(e.childFlags|=u.childFlags,e.childMatchedQueries|=u.childMatchedQueries),c=(u=e)&&Fs(u)?u.renderParent:u}}return{factory:null,nodeFlags:o,rootNodeFlags:i,nodeMatchedQueries:a,flags:e,nodes:t,updateDirectives:n||Vn,updateRenderer:r||Vn,handleEvent:(e,n,r,l)=>t[n].element.handleEvent(e,r,l),bindingCount:l,outputCount:s,lastRenderRootNode:f}}function Fs(e){return 0!=(1&e.flags)&&null===e.element.name}function Bs(e,t,n){const r=t.element&&t.element.template;if(r){if(!r.lastRenderRootNode)throw new Error("Illegal State: Embedded templates without nodes are not allowed!");if(r.lastRenderRootNode&&16777216&r.lastRenderRootNode.flags)throw new Error(`Illegal State: Last root node of a template can't have embedded views, at index ${t.nodeIndex}!`)}if(20224&t.flags&&0==(1&(e?e.flags:0)))throw new Error(`Illegal State: StaticProvider/Directive nodes need to be children of elements or anchors, at index ${t.nodeIndex}!`);if(t.query){if(67108864&t.flags&&(!e||0==(16384&e.flags)))throw new Error(`Illegal State: Content Query nodes need to be children of directives, at index ${t.nodeIndex}!`);if(134217728&t.flags&&e)throw new Error(`Illegal State: View Query nodes have to be top level nodes, at index ${t.nodeIndex}!`)}if(t.childCount){const r=e?e.nodeIndex+e.childCount:n-1;if(t.nodeIndex<=r&&t.nodeIndex+t.childCount>r)throw new Error(`Illegal State: childCount of node leads outside of parent, at index ${t.nodeIndex}!`)}}function zs(e,t,n,r){const l=$s(e.root,e.renderer,e,t,n);return Gs(l,e.component,r),Qs(l),l}function Zs(e,t,n){const r=$s(e,e.renderer,null,null,t);return Gs(r,n,n),Qs(r),r}function Us(e,t,n,r){const l=t.element.componentRendererType;let s;return s=l?e.root.rendererFactory.createRenderer(r,l):e.root.renderer,$s(e.root,s,e,t.element.componentProvider,n)}function $s(e,t,n,r,l){const s=new Array(l.nodes.length),o=l.outputCount?new Array(l.outputCount):null;return{def:l,parent:n,viewContainerParent:null,parentNodeDef:r,context:null,component:null,nodes:s,state:13,root:e,renderer:t,oldValues:new Array(l.bindingCount),disposables:o,initIndex:-1}}function Gs(e,t,n){e.component=t,e.context=n}function Qs(e){let t;Yn(e)&&(t=An(e.parent,e.parentNodeDef.parent.nodeIndex).renderElement);const n=e.def,r=e.nodes;for(let l=0;l<n.nodes.length;l++){const s=n.nodes[l];let o;switch(Rn.setCurrentNode(e,l),201347067&s.flags){case 1:const n=Ss(e,t,s);let i=void 0;if(33554432&s.flags){const t=lr(s.element.componentView);i=Rn.createComponentView(e,s,t,n)}Is(e,i,s,n),o={renderElement:n,componentView:i,viewContainer:null,template:s.element.template?Ar(e,s):void 0},16777216&s.flags&&(o.viewContainer=Sr(e,s,o));break;case 2:o=Ls(e,t,s);break;case 512:case 1024:case 2048:case 256:(o=r[l])||4096&s.flags||(o={instance:qr(e,s)});break;case 16:o={instance:Kr(e,s)};break;case 16384:(o=r[l])||(o={instance:Jr(e,s)}),32768&s.flags&&Gs(An(e,s.parent.nodeIndex).componentView,o.instance,o.instance);break;case 32:case 64:case 128:o={value:void 0};break;case 67108864:case 134217728:o=new wl;break;case 8:Rs(e,t,s),o=void 0}r[l]=o}no(e,to.CreateViewNodes),oo(e,201326592,268435456,0)}function Ws(e){Js(e),Rn.updateDirectives(e,1),ro(e,to.CheckNoChanges),Rn.updateRenderer(e,1),no(e,to.CheckNoChanges),e.state&=-97}function qs(e){1&e.state?(e.state&=-2,e.state|=2):e.state&=-3,In(e,0,256),Js(e),Rn.updateDirectives(e,0),ro(e,to.CheckAndUpdate),oo(e,67108864,536870912,0);let t=In(e,256,512);sl(e,2097152|(t?1048576:0)),Rn.updateRenderer(e,0),no(e,to.CheckAndUpdate),oo(e,134217728,536870912,0),sl(e,8388608|((t=In(e,512,768))?4194304:0)),2&e.def.flags&&(e.state&=-9),e.state&=-97,In(e,768,1024)}function Ks(e,t,n,r,l,s,o,i,a,u,c,d,h){return 0===n?function(e,t,n,r,l,s,o,i,a,u,c,d){switch(201347067&t.flags){case 1:return function(e,t,n,r,l,s,o,i,a,u,c,d){const h=t.bindings.length;let f=!1;return h>0&&Ns(e,t,0,n)&&(f=!0),h>1&&Ns(e,t,1,r)&&(f=!0),h>2&&Ns(e,t,2,l)&&(f=!0),h>3&&Ns(e,t,3,s)&&(f=!0),h>4&&Ns(e,t,4,o)&&(f=!0),h>5&&Ns(e,t,5,i)&&(f=!0),h>6&&Ns(e,t,6,a)&&(f=!0),h>7&&Ns(e,t,7,u)&&(f=!0),h>8&&Ns(e,t,8,c)&&(f=!0),h>9&&Ns(e,t,9,d)&&(f=!0),f}(e,t,n,r,l,s,o,i,a,u,c,d);case 2:return function(e,t,n,r,l,s,o,i,a,u,c,d){let h=!1;const f=t.bindings,p=f.length;if(p>0&&Un(e,t,0,n)&&(h=!0),p>1&&Un(e,t,1,r)&&(h=!0),p>2&&Un(e,t,2,l)&&(h=!0),p>3&&Un(e,t,3,s)&&(h=!0),p>4&&Un(e,t,4,o)&&(h=!0),p>5&&Un(e,t,5,i)&&(h=!0),p>6&&Un(e,t,6,a)&&(h=!0),p>7&&Un(e,t,7,u)&&(h=!0),p>8&&Un(e,t,8,c)&&(h=!0),p>9&&Un(e,t,9,d)&&(h=!0),h){let h=t.text.prefix;p>0&&(h+=Hs(n,f[0])),p>1&&(h+=Hs(r,f[1])),p>2&&(h+=Hs(l,f[2])),p>3&&(h+=Hs(s,f[3])),p>4&&(h+=Hs(o,f[4])),p>5&&(h+=Hs(i,f[5])),p>6&&(h+=Hs(a,f[6])),p>7&&(h+=Hs(u,f[7])),p>8&&(h+=Hs(c,f[8])),p>9&&(h+=Hs(d,f[9]));const g=Nn(e,t.nodeIndex).renderText;e.renderer.setValue(g,h)}return h}(e,t,n,r,l,s,o,i,a,u,c,d);case 16384:return function(e,t,n,r,l,s,o,i,a,u,c,d){const h=Pn(e,t.nodeIndex),f=h.instance;let p=!1,g=void 0;const m=t.bindings.length;return m>0&&Zn(e,t,0,n)&&(p=!0,g=ll(e,h,t,0,n,g)),m>1&&Zn(e,t,1,r)&&(p=!0,g=ll(e,h,t,1,r,g)),m>2&&Zn(e,t,2,l)&&(p=!0,g=ll(e,h,t,2,l,g)),m>3&&Zn(e,t,3,s)&&(p=!0,g=ll(e,h,t,3,s,g)),m>4&&Zn(e,t,4,o)&&(p=!0,g=ll(e,h,t,4,o,g)),m>5&&Zn(e,t,5,i)&&(p=!0,g=ll(e,h,t,5,i,g)),m>6&&Zn(e,t,6,a)&&(p=!0,g=ll(e,h,t,6,a,g)),m>7&&Zn(e,t,7,u)&&(p=!0,g=ll(e,h,t,7,u,g)),m>8&&Zn(e,t,8,c)&&(p=!0,g=ll(e,h,t,8,c,g)),m>9&&Zn(e,t,9,d)&&(p=!0,g=ll(e,h,t,9,d,g)),g&&f.ngOnChanges(g),65536&t.flags&&Mn(e,256,t.nodeIndex)&&f.ngOnInit(),262144&t.flags&&f.ngDoCheck(),p}(e,t,n,r,l,s,o,i,a,u,c,d);case 32:case 64:case 128:return function(e,t,n,r,l,s,o,i,a,u,c,d){const h=t.bindings;let f=!1;const p=h.length;if(p>0&&Un(e,t,0,n)&&(f=!0),p>1&&Un(e,t,1,r)&&(f=!0),p>2&&Un(e,t,2,l)&&(f=!0),p>3&&Un(e,t,3,s)&&(f=!0),p>4&&Un(e,t,4,o)&&(f=!0),p>5&&Un(e,t,5,i)&&(f=!0),p>6&&Un(e,t,6,a)&&(f=!0),p>7&&Un(e,t,7,u)&&(f=!0),p>8&&Un(e,t,8,c)&&(f=!0),p>9&&Un(e,t,9,d)&&(f=!0),f){const f=Dn(e,t.nodeIndex);let g;switch(201347067&t.flags){case 32:g=new Array(h.length),p>0&&(g[0]=n),p>1&&(g[1]=r),p>2&&(g[2]=l),p>3&&(g[3]=s),p>4&&(g[4]=o),p>5&&(g[5]=i),p>6&&(g[6]=a),p>7&&(g[7]=u),p>8&&(g[8]=c),p>9&&(g[9]=d);break;case 64:g={},p>0&&(g[h[0].name]=n),p>1&&(g[h[1].name]=r),p>2&&(g[h[2].name]=l),p>3&&(g[h[3].name]=s),p>4&&(g[h[4].name]=o),p>5&&(g[h[5].name]=i),p>6&&(g[h[6].name]=a),p>7&&(g[h[7].name]=u),p>8&&(g[h[8].name]=c),p>9&&(g[h[9].name]=d);break;case 128:const e=n;switch(p){case 1:g=e.transform(n);break;case 2:g=e.transform(r);break;case 3:g=e.transform(r,l);break;case 4:g=e.transform(r,l,s);break;case 5:g=e.transform(r,l,s,o);break;case 6:g=e.transform(r,l,s,o,i);break;case 7:g=e.transform(r,l,s,o,i,a);break;case 8:g=e.transform(r,l,s,o,i,a,u);break;case 9:g=e.transform(r,l,s,o,i,a,u,c);break;case 10:g=e.transform(r,l,s,o,i,a,u,c,d)}}f.value=g}return f}(e,t,n,r,l,s,o,i,a,u,c,d);default:throw"unreachable"}}(e,t,r,l,s,o,i,a,u,c,d,h):function(e,t,n){switch(201347067&t.flags){case 1:return function(e,t,n){let r=!1;for(let l=0;l<n.length;l++)Ns(e,t,l,n[l])&&(r=!0);return r}(e,t,n);case 2:return function(e,t,n){const r=t.bindings;let l=!1;for(let s=0;s<n.length;s++)Un(e,t,s,n[s])&&(l=!0);if(l){let l="";for(let e=0;e<n.length;e++)l+=Hs(n[e],r[e]);l=t.text.prefix+l;const s=Nn(e,t.nodeIndex).renderText;e.renderer.setValue(s,l)}return l}(e,t,n);case 16384:return function(e,t,n){const r=Pn(e,t.nodeIndex),l=r.instance;let s=!1,o=void 0;for(let i=0;i<n.length;i++)Zn(e,t,i,n[i])&&(s=!0,o=ll(e,r,t,i,n[i],o));return o&&l.ngOnChanges(o),65536&t.flags&&Mn(e,256,t.nodeIndex)&&l.ngOnInit(),262144&t.flags&&l.ngDoCheck(),s}(e,t,n);case 32:case 64:case 128:return function(e,t,n){const r=t.bindings;let l=!1;for(let s=0;s<n.length;s++)Un(e,t,s,n[s])&&(l=!0);if(l){const l=Dn(e,t.nodeIndex);let s;switch(201347067&t.flags){case 32:s=n;break;case 64:s={};for(let t=0;t<n.length;t++)s[r[t].name]=n[t];break;case 128:const e=n[0],l=n.slice(1);s=e.transform(...l)}l.value=s}return l}(e,t,n);default:throw"unreachable"}}(e,t,r)}function Js(e){const t=e.def;if(4&t.nodeFlags)for(let n=0;n<t.nodes.length;n++){const r=t.nodes[n];if(4&r.flags){const t=An(e,n).template._projectedViews;if(t)for(let n=0;n<t.length;n++){const r=t[n];r.state|=32,Qn(r,e)}}else 0==(4&r.childFlags)&&(n+=r.childCount)}}function Ys(e,t,n,r,l,s,o,i,a,u,c,d,h){return 0===n?function(e,t,n,r,l,s,o,i,a,u,c,d){const h=t.bindings.length;h>0&&$n(e,t,0,n),h>1&&$n(e,t,1,r),h>2&&$n(e,t,2,l),h>3&&$n(e,t,3,s),h>4&&$n(e,t,4,o),h>5&&$n(e,t,5,i),h>6&&$n(e,t,6,a),h>7&&$n(e,t,7,u),h>8&&$n(e,t,8,c),h>9&&$n(e,t,9,d)}(e,t,r,l,s,o,i,a,u,c,d,h):function(e,t,n){for(let r=0;r<n.length;r++)$n(e,t,r,n[r])}(e,t,r),!1}function Xs(e,t){if(On(e,t.nodeIndex).dirty)throw kn(Rn.createDebugContext(e,t.nodeIndex),`Query ${t.query.id} not dirty`,`Query ${t.query.id} dirty`,0!=(1&e.state))}function eo(e){if(!(128&e.state)){if(ro(e,to.Destroy),no(e,to.Destroy),sl(e,131072),e.disposables)for(let t=0;t<e.disposables.length;t++)e.disposables[t]();!function(e){if(!(16&e.state))return;const t=qn(e);if(t){const n=t.template._projectedViews;n&&(De(n,n.indexOf(e)),Rn.dirtyParentQueries(e))}}(e),e.renderer.destroyNode&&function(e){const t=e.def.nodes.length;for(let n=0;n<t;n++){const t=e.def.nodes[n];1&t.flags?e.renderer.destroyNode(An(e,n).renderElement):2&t.flags?e.renderer.destroyNode(Nn(e,n).renderText):(67108864&t.flags||134217728&t.flags)&&On(e,n).destroy()}}(e),Yn(e)&&e.renderer.destroy(),e.state|=128}}const to=function(){var e={CreateViewNodes:0,CheckNoChanges:1,CheckNoChangesProjectedViews:2,CheckAndUpdate:3,CheckAndUpdateProjectedViews:4,Destroy:5};return e[e.CreateViewNodes]="CreateViewNodes",e[e.CheckNoChanges]="CheckNoChanges",e[e.CheckNoChangesProjectedViews]="CheckNoChangesProjectedViews",e[e.CheckAndUpdate]="CheckAndUpdate",e[e.CheckAndUpdateProjectedViews]="CheckAndUpdateProjectedViews",e[e.Destroy]="Destroy",e}();function no(e,t){const n=e.def;if(33554432&n.nodeFlags)for(let r=0;r<n.nodes.length;r++){const l=n.nodes[r];33554432&l.flags?lo(An(e,r).componentView,t):0==(33554432&l.childFlags)&&(r+=l.childCount)}}function ro(e,t){const n=e.def;if(16777216&n.nodeFlags)for(let r=0;r<n.nodes.length;r++){const l=n.nodes[r];if(16777216&l.flags){const n=An(e,r).viewContainer._embeddedViews;for(let e=0;e<n.length;e++)lo(n[e],t)}else 0==(16777216&l.childFlags)&&(r+=l.childCount)}}function lo(e,t){const n=e.state;switch(t){case to.CheckNoChanges:0==(128&n)&&(12==(12&n)?Ws(e):64&n&&so(e,to.CheckNoChangesProjectedViews));break;case to.CheckNoChangesProjectedViews:0==(128&n)&&(32&n?Ws(e):64&n&&so(e,t));break;case to.CheckAndUpdate:0==(128&n)&&(12==(12&n)?qs(e):64&n&&so(e,to.CheckAndUpdateProjectedViews));break;case to.CheckAndUpdateProjectedViews:0==(128&n)&&(32&n?qs(e):64&n&&so(e,t));break;case to.Destroy:eo(e);break;case to.CreateViewNodes:Qs(e)}}function so(e,t){ro(e,t),no(e,t)}function oo(e,t,n,r){if(!(e.def.nodeFlags&t&&e.def.nodeFlags&n))return;const l=e.def.nodes.length;for(let s=0;s<l;s++){const l=e.def.nodes[s];if(l.flags&t&&l.flags&n)switch(Rn.setCurrentNode(e,l.nodeIndex),r){case 0:Ps(e,l);break;case 1:Xs(e,l)}l.childFlags&t&&l.childFlags&n||(s+=l.childCount)}}let io=!1;function ao(e,t,n,r,l,s){const o=l.injector.get(Xt);return Zs(co(e,l,o,t,n),r,s)}function uo(e,t,n,r,l,s){const o=l.injector.get(Xt),i=co(e,l,new Zo(o),t,n),a=bo(r);return Bo(So.create,Zs,null,[i,a,s])}function co(e,t,n,r,l){const s=t.injector.get(pt),o=t.injector.get(ze),i=n.createRenderer(null,null);return{ngModule:t,injector:e,projectableNodes:r,selectorOrNode:l,sanitizer:s,rendererFactory:n,renderer:i,errorHandler:o}}function ho(e,t,n,r){const l=bo(n);return Bo(So.create,zs,null,[e,t,l,r])}function fo(e,t,n,r){return n=_o.get(t.element.componentProvider.provider.token)||bo(n),Bo(So.create,Us,null,[e,t,n,r])}function po(e,t,n,r){return Hr(e,t,n,function(e){const{hasOverrides:t,hasDeprecatedOverrides:n}=function(e){let t=!1,n=!1;return 0===go.size?{hasOverrides:t,hasDeprecatedOverrides:n}:(e.providers.forEach(e=>{const r=go.get(e.token);3840&e.flags&&r&&(t=!0,n=n||r.deprecatedBehavior)}),e.modules.forEach(e=>{mo.forEach((r,l)=>{se(l).providedIn===e&&(t=!0,n=n||r.deprecatedBehavior)})}),{hasOverrides:t,hasDeprecatedOverrides:n})}(e);return t?(function(e){for(let t=0;t<e.providers.length;t++){const r=e.providers[t];n&&(r.flags|=4096);const l=go.get(r.token);l&&(r.flags=-3841&r.flags|l.flags,r.deps=tr(l.deps),r.value=l.value)}if(mo.size>0){let t=new Set(e.modules);mo.forEach((r,l)=>{if(t.has(se(l).providedIn)){let t={token:l,flags:r.flags|(n?4096:0),deps:tr(r.deps),value:r.value,index:e.providers.length};e.providers.push(t),e.providersByKey[Hn(l)]=t}})}}(e=e.factory(()=>Vn)),e):e}(r))}const go=new Map,mo=new Map,_o=new Map;function wo(e){let t;go.set(e.token,e),"function"==typeof e.token&&(t=se(e.token))&&"function"==typeof t.providedIn&&mo.set(e.token,e)}function vo(e,t){const n=lr(t.viewDefFactory),r=lr(n.nodes[0].element.componentView);_o.set(e,r)}function yo(){go.clear(),mo.clear(),_o.clear()}function bo(e){if(0===go.size)return e;const t=function(e){const t=[];let n=null;for(let r=0;r<e.nodes.length;r++){const l=e.nodes[r];1&l.flags&&(n=l),n&&3840&l.flags&&go.has(l.provider.token)&&(t.push(n.nodeIndex),n=null)}return t}(e);if(0===t.length)return e;e=e.factory(()=>Vn);for(let r=0;r<t.length;r++)n(e,t[r]);return e;function n(e,t){for(let n=t+1;n<e.nodes.length;n++){const t=e.nodes[n];if(1&t.flags)return;if(3840&t.flags){const e=t.provider,n=go.get(e.token);n&&(t.flags=-3841&t.flags|n.flags,e.deps=tr(n.deps),e.value=n.value)}}}}function xo(e,t,n,r,l,s,o,i,a,u,c,d,h){const f=e.def.nodes[t];return Ks(e,f,n,r,l,s,o,i,a,u,c,d,h),224&f.flags?Dn(e,t).value:void 0}function Co(e,t,n,r,l,s,o,i,a,u,c,d,h){const f=e.def.nodes[t];return Ys(e,f,n,r,l,s,o,i,a,u,c,d,h),224&f.flags?Dn(e,t).value:void 0}function Eo(e){return Bo(So.detectChanges,qs,null,[e])}function ko(e){return Bo(So.checkNoChanges,Ws,null,[e])}function To(e){return Bo(So.destroy,eo,null,[e])}const So=function(){var e={create:0,detectChanges:1,checkNoChanges:2,destroy:3,handleEvent:4};return e[e.create]="create",e[e.detectChanges]="detectChanges",e[e.checkNoChanges]="checkNoChanges",e[e.destroy]="destroy",e[e.handleEvent]="handleEvent",e}();let Io,Mo,No;function Ao(e,t){Mo=e,No=t}function Po(e,t,n,r){return Ao(e,t),Bo(So.handleEvent,e.def.handleEvent,null,[e,t,n,r])}function Do(e,t){if(128&e.state)throw Sn(So[Io]);return Ao(e,Lo(e,0)),e.def.updateDirectives(function(e,n,r,...l){const s=e.def.nodes[n];return 0===t?Ro(e,s,r,l):Vo(e,s,r,l),16384&s.flags&&Ao(e,Lo(e,n)),224&s.flags?Dn(e,s.nodeIndex).value:void 0},e)}function Oo(e,t){if(128&e.state)throw Sn(So[Io]);return Ao(e,Ho(e,0)),e.def.updateRenderer(function(e,n,r,...l){const s=e.def.nodes[n];return 0===t?Ro(e,s,r,l):Vo(e,s,r,l),3&s.flags&&Ao(e,Ho(e,n)),224&s.flags?Dn(e,s.nodeIndex).value:void 0},e)}function Ro(e,t,n,r){if(Ks(e,t,n,...r)){const o=1===n?r[0]:r;if(16384&t.flags){const n={};for(let e=0;e<t.bindings.length;e++){const r=t.bindings[e],i=o[e];8&r.flags&&(n[(l=r.nonMinifiedName,s=void 0,s=l.replace(/[$@]/g,"_"),`ng-reflect-${l=s.replace(_t,(...e)=>"-"+e[1].toLowerCase())}`)]=wt(i))}const r=t.parent,i=An(e,r.nodeIndex).renderElement;if(r.element.name)for(let t in n){const r=n[t];null!=r?e.renderer.setAttribute(i,t,r):e.renderer.removeAttribute(i,t)}else e.renderer.setValue(i,`bindings=${JSON.stringify(n,null,2)}`)}}var l,s}function Vo(e,t,n,r){Ys(e,t,n,...r)}function Lo(e,t){for(let n=t;n<e.def.nodes.length;n++){const t=e.def.nodes[n];if(16384&t.flags&&t.bindings&&t.bindings.length)return n}return null}function Ho(e,t){for(let n=t;n<e.def.nodes.length;n++){const t=e.def.nodes[n];if(3&t.flags&&t.bindings&&t.bindings.length)return n}return null}class jo{constructor(e,t){this.view=e,this.nodeIndex=t,null==t&&(this.nodeIndex=t=0),this.nodeDef=e.def.nodes[t];let n=this.nodeDef,r=e;for(;n&&0==(1&n.flags);)n=n.parent;if(!n)for(;!n&&r;)n=Kn(r),r=r.parent;this.elDef=n,this.elView=r}get elOrCompView(){return An(this.elView,this.elDef.nodeIndex).componentView||this.view}get injector(){return Dr(this.elView,this.elDef)}get component(){return this.elOrCompView.component}get context(){return this.elOrCompView.context}get providerTokens(){const e=[];if(this.elDef)for(let t=this.elDef.nodeIndex+1;t<=this.elDef.nodeIndex+this.elDef.childCount;t++){const n=this.elView.def.nodes[t];20224&n.flags&&e.push(n.provider.token),t+=n.childCount}return e}get references(){const e={};if(this.elDef){Fo(this.elView,this.elDef,e);for(let t=this.elDef.nodeIndex+1;t<=this.elDef.nodeIndex+this.elDef.childCount;t++){const n=this.elView.def.nodes[t];20224&n.flags&&Fo(this.elView,n,e),t+=n.childCount}}return e}get componentRenderElement(){const e=function(e){for(;e&&!Yn(e);)e=e.parent;return e.parent?An(e.parent,Kn(e).nodeIndex):null}(this.elOrCompView);return e?e.renderElement:void 0}get renderNode(){return 2&this.nodeDef.flags?Jn(this.view,this.nodeDef):Jn(this.elView,this.elDef)}logError(e,...t){let n,r;2&this.nodeDef.flags?(n=this.view.def,r=this.nodeDef.nodeIndex):(n=this.elView.def,r=this.elDef.nodeIndex);const l=function(e,t){let n=-1;for(let r=0;r<=t;r++)3&e.nodes[r].flags&&n++;return n}(n,r);let s=-1;n.factory(()=>++s===l?e.error.bind(e,...t):Vn),s<l&&(e.error("Illegal state: the ViewDefinitionFactory did not call the logger!"),e.error(...t))}}function Fo(e,t,n){for(let r in t.references)n[r]=Os(e,t,t.references[r])}function Bo(e,t,n,r){const l=Io,s=Mo,o=No;try{Io=e;const a=t.apply(n,r);return Mo=s,No=o,Io=l,a}catch(i){if(je(i)||!Mo)throw i;throw function(e,t){return e instanceof Error||(e=new Error(e.toString())),Tn(e,t),e}(i,zo())}}function zo(){return Mo?new jo(Mo,No):null}class Zo{constructor(e){this.delegate=e}createRenderer(e,t){return new Uo(this.delegate.createRenderer(e,t))}begin(){this.delegate.begin&&this.delegate.begin()}end(){this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.delegate.whenRenderingDone?this.delegate.whenRenderingDone():Promise.resolve(null)}}class Uo{constructor(e){this.delegate=e,this.debugContextFactory=zo,this.data=this.delegate.data}createDebugContext(e){return this.debugContextFactory(e)}destroyNode(e){const t=_s(e);ms.delete(t.nativeNode),t instanceof ps&&(t.listeners.length=0),this.delegate.destroyNode&&this.delegate.destroyNode(e)}destroy(){this.delegate.destroy()}createElement(e,t){const n=this.delegate.createElement(e,t),r=this.createDebugContext(n);if(r){const t=new gs(n,null,r);t.name=e,ws(t)}return n}createComment(e){const t=this.delegate.createComment(e),n=this.createDebugContext(t);return n&&ws(new ps(t,null,n)),t}createText(e){const t=this.delegate.createText(e),n=this.createDebugContext(t);return n&&ws(new ps(t,null,n)),t}appendChild(e,t){const n=_s(e),r=_s(t);n&&r&&n instanceof gs&&n.addChild(r),this.delegate.appendChild(e,t)}insertBefore(e,t,n){const r=_s(e),l=_s(t),s=_s(n);r&&l&&r instanceof gs&&r.insertBefore(s,l),this.delegate.insertBefore(e,t,n)}removeChild(e,t){const n=_s(e),r=_s(t);n&&r&&n instanceof gs&&n.removeChild(r),this.delegate.removeChild(e,t)}selectRootElement(e,t){const n=this.delegate.selectRootElement(e,t),r=zo();return r&&ws(new gs(n,null,r)),n}setAttribute(e,t,n,r){const l=_s(e);l&&l instanceof gs&&(l.attributes[r?r+":"+t:t]=n),this.delegate.setAttribute(e,t,n,r)}removeAttribute(e,t,n){const r=_s(e);r&&r instanceof gs&&(r.attributes[n?n+":"+t:t]=null),this.delegate.removeAttribute(e,t,n)}addClass(e,t){const n=_s(e);n&&n instanceof gs&&(n.classes[t]=!0),this.delegate.addClass(e,t)}removeClass(e,t){const n=_s(e);n&&n instanceof gs&&(n.classes[t]=!1),this.delegate.removeClass(e,t)}setStyle(e,t,n,r){const l=_s(e);l&&l instanceof gs&&(l.styles[t]=n),this.delegate.setStyle(e,t,n,r)}removeStyle(e,t,n){const r=_s(e);r&&r instanceof gs&&(r.styles[t]=null),this.delegate.removeStyle(e,t,n)}setProperty(e,t,n){const r=_s(e);r&&r instanceof gs&&(r.properties[t]=n),this.delegate.setProperty(e,t,n)}listen(e,t,n){if("string"!=typeof e){const r=_s(e);r&&r.listeners.push(new fs(t,n))}return this.delegate.listen(e,t,n)}parentNode(e){return this.delegate.parentNode(e)}nextSibling(e){return this.delegate.nextSibling(e)}setValue(e,t){return this.delegate.setValue(e,t)}}function $o(e,t,n){return new Go(e,t,n)}class Go extends Ae{constructor(e,t,n){super(),this.moduleType=e,this._bootstrapComponents=t,this._ngModuleDefFactory=n}create(e){!function(){if(io)return;io=!0;const e=$e()?{setCurrentNode:Ao,createRootView:uo,createEmbeddedView:ho,createComponentView:fo,createNgModuleRef:po,overrideProvider:wo,overrideComponentView:vo,clearOverrides:yo,checkAndUpdateView:Eo,checkNoChangesView:ko,destroyView:To,createDebugContext:(e,t)=>new jo(e,t),handleEvent:Po,updateDirectives:Do,updateRenderer:Oo}:{setCurrentNode:()=>{},createRootView:ao,createEmbeddedView:zs,createComponentView:Us,createNgModuleRef:Hr,overrideProvider:Vn,overrideComponentView:Vn,clearOverrides:Vn,checkAndUpdateView:qs,checkNoChangesView:Ws,destroyView:eo,createDebugContext:(e,t)=>new jo(e,t),handleEvent:(e,t,n,r)=>e.def.handleEvent(e,t,n,r),updateDirectives:(e,t)=>e.def.updateDirectives(0===t?xo:Co,e),updateRenderer:(e,t)=>e.def.updateRenderer(0===t?xo:Co,e)};Rn.setCurrentNode=e.setCurrentNode,Rn.createRootView=e.createRootView,Rn.createEmbeddedView=e.createEmbeddedView,Rn.createComponentView=e.createComponentView,Rn.createNgModuleRef=e.createNgModuleRef,Rn.overrideProvider=e.overrideProvider,Rn.overrideComponentView=e.overrideComponentView,Rn.clearOverrides=e.clearOverrides,Rn.checkAndUpdateView=e.checkAndUpdateView,Rn.checkNoChangesView=e.checkNoChangesView,Rn.destroyView=e.destroyView,Rn.resolveDep=nl,Rn.createDebugContext=e.createDebugContext,Rn.handleEvent=e.handleEvent,Rn.updateDirectives=e.updateDirectives,Rn.updateRenderer=e.updateRenderer,Rn.dirtyParentQueries=As}();const t=function(e){const t=Array.from(e.providers),n=Array.from(e.modules),r={};for(const l in e.providersByKey)r[l]=e.providersByKey[l];return{factory:e.factory,isRoot:e.isRoot,providers:t,modules:n,providersByKey:r}}(lr(this._ngModuleDefFactory));return Rn.createNgModuleRef(this.moduleType,e||Ct.NULL,this._bootstrapComponents,t)}}class Qo{}class Wo{constructor(){this.title="my-dream-app"}}class qo{}const Ko=function(){var e={Zero:0,One:1,Two:2,Few:3,Many:4,Other:5};return e[e.Zero]="Zero",e[e.One]="One",e[e.Two]="Two",e[e.Few]="Few",e[e.Many]="Many",e[e.Other]="Other",e}(),Jo=function(e){return function(e){const t=e.toLowerCase().replace(/_/g,"-");let n=ul[t];if(n)return n;const r=t.split("-")[0];if(n=ul[r])return n;if("en"===r)return hl;throw new Error(`Missing locale data for the locale "${e}".`)}(e)[cl.PluralCase]},Yo=new me("UseV4Plurals");class Xo{}class ei extends Xo{constructor(e,t){super(),this.locale=e,this.deprecatedPluralFn=t}getPluralCategory(e,t){switch(this.deprecatedPluralFn?this.deprecatedPluralFn(t||this.locale,e):Jo(t||this.locale)(e)){case Ko.Zero:return"zero";case Ko.One:return"one";case Ko.Two:return"two";case Ko.Few:return"few";case Ko.Many:return"many";default:return"other"}}}class ti{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 ni{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)}}}class ri{constructor(e,t,n){this.ngSwitch=n,n._addCase(),this._view=new ti(e,t)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}class li{constructor(e,t,n){n._addDefault(new ti(e,t))}}class si{}const oi=new me("DocumentToken"),ii="server";var ai=Bn({encapsulation:0,styles:['[_nghost-%COMP%] {\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n font-size: 14px;\n color: #333;\n box-sizing: border-box;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n h1[_ngcontent-%COMP%], h2[_ngcontent-%COMP%], h3[_ngcontent-%COMP%], h4[_ngcontent-%COMP%], h5[_ngcontent-%COMP%], h6[_ngcontent-%COMP%] {\n margin: 8px 0;\n }\n\n p[_ngcontent-%COMP%] {\n margin: 0;\n }\n\n .spacer[_ngcontent-%COMP%] {\n flex: 1;\n }\n\n .toolbar[_ngcontent-%COMP%] {\n height: 60px;\n margin: -8px;\n display: flex;\n align-items: center;\n background-color: #1976d2;\n color: white;\n font-weight: 600;\n }\n\n .toolbar[_ngcontent-%COMP%] img[_ngcontent-%COMP%] {\n margin: 0 16px;\n }\n\n .toolbar[_ngcontent-%COMP%] #twitter-logo[_ngcontent-%COMP%] {\n height: 40px;\n margin: 0 16px;\n }\n\n .toolbar[_ngcontent-%COMP%] #twitter-logo[_ngcontent-%COMP%]:hover {\n opacity: 0.8;\n }\n\n .content[_ngcontent-%COMP%] {\n display: flex;\n margin: 32px auto;\n padding: 0 16px;\n max-width: 960px;\n flex-direction: column;\n align-items: center;\n }\n\n svg.material-icons[_ngcontent-%COMP%] {\n height: 24px;\n width: auto;\n }\n\n svg.material-icons[_ngcontent-%COMP%]:not(:last-child) {\n margin-right: 8px;\n }\n\n .card[_ngcontent-%COMP%] svg.material-icons[_ngcontent-%COMP%] path[_ngcontent-%COMP%] {\n fill: #888;\n }\n\n .card-container[_ngcontent-%COMP%] {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n margin-top: 16px;\n }\n\n .card[_ngcontent-%COMP%] {\n border-radius: 4px;\n border: 1px solid #eee;\n background-color: #fafafa;\n height: 40px;\n width: 200px;\n margin: 0 8px 16px;\n padding: 16px;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n transition: all 0.2s ease-in-out;\n line-height: 24px;\n }\n\n .card-container[_ngcontent-%COMP%] .card[_ngcontent-%COMP%]:not(:last-child) {\n margin-right: 0;\n }\n\n .card.card-small[_ngcontent-%COMP%] {\n height: 16px;\n width: 168px;\n }\n\n .card-container[_ngcontent-%COMP%] .card[_ngcontent-%COMP%]:not(.highlight-card) {\n cursor: pointer;\n }\n\n .card-container[_ngcontent-%COMP%] .card[_ngcontent-%COMP%]:not(.highlight-card):hover {\n transform: translateY(-3px);\n box-shadow: 0 4px 17px rgba(black, 0.35);\n }\n\n .card-container[_ngcontent-%COMP%] .card[_ngcontent-%COMP%]:not(.highlight-card):hover .material-icons[_ngcontent-%COMP%] path[_ngcontent-%COMP%] {\n fill: rgb(105, 103, 103);\n }\n\n .card.highlight-card[_ngcontent-%COMP%] {\n background-color: #1976d2;\n color: white;\n font-weight: 600;\n border: none;\n width: auto;\n min-width: 30%;\n position: relative;\n }\n\n .card.card.highlight-card[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n margin-left: 60px;\n }\n\n svg#rocket[_ngcontent-%COMP%] {\n width: 80px;\n position: absolute;\n left: -10px;\n top: -24px;\n }\n\n svg#rocket-smoke[_ngcontent-%COMP%] {\n height: 100vh;\n position: absolute;\n top: 10px;\n right: 180px;\n z-index: -10;\n }\n\n a[_ngcontent-%COMP%], a[_ngcontent-%COMP%]:visited, a[_ngcontent-%COMP%]:hover {\n color: #1976d2;\n text-decoration: none;\n }\n\n a[_ngcontent-%COMP%]:hover {\n color: #125699;\n }\n\n .terminal[_ngcontent-%COMP%] {\n position: relative;\n width: 80%;\n max-width: 600px;\n border-radius: 6px;\n padding-top: 45px;\n margin-top: 8px;\n overflow: hidden;\n background-color: rgb(15, 15, 16);\n }\n\n .terminal[_ngcontent-%COMP%]::before {\n content: "\\2022 \\2022 \\2022";\n position: absolute;\n top: 0;\n left: 0;\n height: 4px;\n background: rgb(58, 58, 58);\n color: #c2c3c4;\n width: 100%;\n font-size: 2rem;\n line-height: 0;\n padding: 14px 0;\n text-indent: 4px;\n }\n\n .terminal[_ngcontent-%COMP%] pre[_ngcontent-%COMP%] {\n font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;\n color: white;\n padding: 0 1rem 1rem;\n margin: 0;\n }\n\n .circle-link[_ngcontent-%COMP%] {\n height: 40px;\n width: 40px;\n border-radius: 40px;\n margin: 8px;\n background-color: white;\n border: 1px solid #eeeeee;\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);\n transition: 1s ease-out;\n }\n\n .circle-link[_ngcontent-%COMP%]:hover {\n transform: translateY(-0.25rem);\n box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);\n }\n\n footer[_ngcontent-%COMP%] {\n margin-top: 8px;\n display: flex;\n align-items: center;\n line-height: 20px;\n }\n\n footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%] {\n display: flex;\n align-items: center;\n }\n\n .github-star-badge[_ngcontent-%COMP%] {\n color: #24292e;\n display: flex;\n align-items: center;\n font-size: 12px;\n padding: 3px 10px;\n border: 1px solid rgba(27,31,35,.2);\n border-radius: 3px;\n background-image: linear-gradient(-180deg,#fafbfc,#eff3f6 90%);\n margin-left: 4px;\n font-weight: 600;\n font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;\n }\n\n .github-star-badge[_ngcontent-%COMP%]:hover {\n background-image: linear-gradient(-180deg,#f0f3f6,#e6ebf1 90%);\n border-color: rgba(27,31,35,.35);\n background-position: -.5em;\n }\n\n .github-star-badge[_ngcontent-%COMP%] .material-icons[_ngcontent-%COMP%] {\n height: 16px;\n width: 16px;\n margin-right: 4px;\n }\n\n svg#clouds[_ngcontent-%COMP%] {\n position: fixed;\n bottom: -160px;\n left: -230px;\n z-index: -10;\n width: 1920px;\n }\n\n\n \n @media screen and (max-width: 767px) {\n\n .card-container[_ngcontent-%COMP%] > *[_ngcontent-%COMP%]:not(.circle-link), .terminal[_ngcontent-%COMP%] {\n width: 100%;\n }\n\n .card[_ngcontent-%COMP%]:not(.highlight-card) {\n height: 16px;\n margin: 8px 0;\n }\n\n .card.highlight-card[_ngcontent-%COMP%] span[_ngcontent-%COMP%] {\n margin-left: 72px;\n }\n\n svg#rocket-smoke[_ngcontent-%COMP%] {\n right: 120px;\n transform: rotate(-5deg);\n }\n }\n\n @media screen and (max-width: 575px) {\n svg#rocket-smoke[_ngcontent-%COMP%] {\n display: none;\n visibility: hidden;\n }\n }',[""]],data:{}});function ui(e){return js(0,[(e()(),Ts(0,0,null,null,1,"pre",[],null,null,null,null,null)),(e()(),Vs(-1,null,["ng generate component xyz"]))],null,null)}function ci(e){return js(0,[(e()(),Ts(0,0,null,null,1,"pre",[],null,null,null,null,null)),(e()(),Vs(-1,null,["ng add @angular/material"]))],null,null)}function di(e){return js(0,[(e()(),Ts(0,0,null,null,1,"pre",[],null,null,null,null,null)),(e()(),Vs(-1,null,["ng add _____"]))],null,null)}function hi(e){return js(0,[(e()(),Ts(0,0,null,null,1,"pre",[],null,null,null,null,null)),(e()(),Vs(-1,null,["ng test"]))],null,null)}function fi(e){return js(0,[(e()(),Ts(0,0,null,null,1,"pre",[],null,null,null,null,null)),(e()(),Vs(-1,null,["ng build --prod"]))],null,null)}function pi(e){return js(0,[(e()(),Ts(0,0,null,null,11,"div",[["class","toolbar"],["role","banner"]],null,null,null,null,null)),(e()(),Ts(1,0,null,null,0,"img",[["alt","Angular Logo"],["src","data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg=="],["width","40"]],null,null,null,null,null)),(e()(),Ts(2,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Welcome"])),(e()(),Ts(4,0,null,null,0,"div",[["class","spacer"]],null,null,null,null,null)),(e()(),Ts(5,0,null,null,6,"a",[["aria-label","Angular on twitter"],["href","https://twitter.com/angular"],["rel","noopener"],["target","_blank"],["title","Twitter"]],null,null,null,null,null)),(e()(),Ts(6,0,null,null,5,":svg:svg",[["data-name","Logo \u2014 FIXED"],["height","24"],["id","twitter-logo"],["viewBox","0 0 400 400"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(7,0,null,null,2,":svg:defs",[],null,null,null,null,null)),(e()(),Ts(8,0,null,null,1,":svg:style",[],null,null,null,null,null)),(e()(),Vs(-1,null,[" .cls-1 { fill: none; } .cls-2 { fill: #ffffff; } "])),(e()(),Ts(10,0,null,null,0,":svg:rect",[["class","cls-1"],["height","400"],["width","400"]],null,null,null,null,null)),(e()(),Ts(11,0,null,null,0,":svg:path",[["class","cls-2"],["d","M153.62,301.59c94.34,0,145.94-78.16,145.94-145.94,0-2.22,0-4.43-.15-6.63A104.36,104.36,0,0,0,325,122.47a102.38,102.38,0,0,1-29.46,8.07,51.47,51.47,0,0,0,22.55-28.37,102.79,102.79,0,0,1-32.57,12.45,51.34,51.34,0,0,0-87.41,46.78A145.62,145.62,0,0,1,92.4,107.81a51.33,51.33,0,0,0,15.88,68.47A50.91,50.91,0,0,1,85,169.86c0,.21,0,.43,0,.65a51.31,51.31,0,0,0,41.15,50.28,51.21,51.21,0,0,1-23.16.88,51.35,51.35,0,0,0,47.92,35.62,102.92,102.92,0,0,1-63.7,22A104.41,104.41,0,0,1,75,278.55a145.21,145.21,0,0,0,78.62,23"]],null,null,null,null,null)),(e()(),Ts(12,0,null,null,143,"div",[["class","content"],["role","main"]],null,null,null,null,null)),(e()(),Ts(13,0,null,null,10,"div",[["class","card highlight-card card-small"]],null,null,null,null,null)),(e()(),Ts(14,0,null,null,5,":svg:svg",[["alt","Rocket Ship"],["height","101.678"],["id","rocket"],["viewBox","0 0 101.678 101.678"],["width","101.678"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(15,0,null,null,4,":svg:g",[["data-name","Group 83"],["id","Group_83"],["transform","translate(-141 -696)"]],null,null,null,null,null)),(e()(),Ts(16,0,null,null,0,":svg:circle",[["cx","50.839"],["cy","50.839"],["data-name","Ellipse 8"],["fill","#dd0031"],["id","Ellipse_8"],["r","50.839"],["transform","translate(141 696)"]],null,null,null,null,null)),(e()(),Ts(17,0,null,null,2,":svg:g",[["data-name","Group 47"],["id","Group_47"],["transform","translate(165.185 720.185)"]],null,null,null,null,null)),(e()(),Ts(18,0,null,null,0,":svg:path",[["d","M3.4,42.615a3.084,3.084,0,0,0,3.553,3.553,21.419,21.419,0,0,0,12.215-6.107L9.511,30.4A21.419,21.419,0,0,0,3.4,42.615Z"],["data-name","Path 33"],["fill","#fff"],["id","Path_33"],["transform","translate(0.371 3.363)"]],null,null,null,null,null)),(e()(),Ts(19,0,null,null,0,":svg:path",[["d","M53.3,3.221A3.09,3.09,0,0,0,50.081,0,48.227,48.227,0,0,0,18.322,13.437c-6-1.666-14.991-1.221-18.322,7.218A33.892,33.892,0,0,1,9.439,25.1l-.333.666a3.013,3.013,0,0,0,.555,3.553L23.985,43.641a2.9,2.9,0,0,0,3.553.555l.666-.333A33.892,33.892,0,0,1,32.647,53.3c8.55-3.664,8.884-12.326,7.218-18.322A48.227,48.227,0,0,0,53.3,3.221ZM34.424,9.772a6.439,6.439,0,1,1,9.106,9.106,6.368,6.368,0,0,1-9.106,0A6.467,6.467,0,0,1,34.424,9.772Z"],["data-name","Path 34"],["fill","#fff"],["id","Path_34"],["transform","translate(0 0.005)"]],null,null,null,null,null)),(e()(),Ts(20,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(21,null,[""," app is running!"])),(e()(),Ts(22,0,null,null,1,":svg:svg",[["alt","Rocket Ship Smoke"],["height","1083.632"],["id","rocket-smoke"],["viewBox","0 0 516.119 1083.632"],["width","516.119"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(23,0,null,null,0,":svg:path",[["d","M644.6,141S143.02,215.537,147.049,870.207s342.774,201.755,342.774,201.755S404.659,847.213,388.815,762.2c-27.116-145.51-11.551-384.124,271.9-609.1C671.15,139.365,644.6,141,644.6,141Z"],["data-name","Path 40"],["fill","#f5f5f5"],["id","Path_40"],["transform","translate(-147.025 -140.939)"]],null,null,null,null,null)),(e()(),Ts(24,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Resources"])),(e()(),Ts(26,0,null,null,1,"p",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Here are some links to help you get started:"])),(e()(),Ts(28,0,null,null,21,"div",[["class","card-container"]],null,null,null,null,null)),(e()(),Ts(29,0,null,null,6,"a",[["class","card"],["href","https://angular.io/tutorial"],["rel","noopener"],["target","_blank"]],null,null,null,null,null)),(e()(),Ts(30,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(31,0,null,null,0,":svg:path",[["d","M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"]],null,null,null,null,null)),(e()(),Ts(32,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Learn Angular"])),(e()(),Ts(34,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(35,0,null,null,0,":svg:path",[["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"]],null,null,null,null,null)),(e()(),Ts(36,0,null,null,6,"a",[["class","card"],["href","https://angular.io/cli"],["rel","noopener"],["target","_blank"]],null,null,null,null,null)),(e()(),Ts(37,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(38,0,null,null,0,":svg:path",[["d","M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z"]],null,null,null,null,null)),(e()(),Ts(39,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["CLI Documentation"])),(e()(),Ts(41,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(42,0,null,null,0,":svg:path",[["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"]],null,null,null,null,null)),(e()(),Ts(43,0,null,null,6,"a",[["class","card"],["href","https://blog.angular.io/"],["rel","noopener"],["target","_blank"]],null,null,null,null,null)),(e()(),Ts(44,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(45,0,null,null,0,":svg:path",[["d","M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14c0 4.42 3.58 8 8 8s8-3.58 8-8C20 8.61 17.41 3.8 13.5.67zM11.71 19c-1.78 0-3.22-1.4-3.22-3.14 0-1.62 1.05-2.76 2.81-3.12 1.77-.36 3.6-1.21 4.62-2.58.39 1.29.59 2.65.59 4.04 0 2.65-2.15 4.8-4.8 4.8z"]],null,null,null,null,null)),(e()(),Ts(46,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Angular Blog"])),(e()(),Ts(48,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(49,0,null,null,0,":svg:path",[["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"]],null,null,null,null,null)),(e()(),Ts(50,0,null,null,1,"h2",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Next Steps"])),(e()(),Ts(52,0,null,null,1,"p",[],null,null,null,null,null)),(e()(),Vs(-1,null,["What do you want to do next with your app?"])),(e()(),Ts(54,0,[["selection",1]],null,0,"input",[["type","hidden"]],null,null,null,null,null)),(e()(),Ts(55,0,null,null,25,"div",[["class","card-container"]],null,null,null,null,null)),(e()(),Ts(56,0,null,null,4,"div",[["class","card card-small"],["tabindex","0"]],null,[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==(Rr(e,54).value="component")&&r),r},null,null)),(e()(),Ts(57,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(58,0,null,null,0,":svg:path",[["d","M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"]],null,null,null,null,null)),(e()(),Ts(59,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["New Component"])),(e()(),Ts(61,0,null,null,4,"div",[["class","card card-small"],["tabindex","0"]],null,[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==(Rr(e,54).value="material")&&r),r},null,null)),(e()(),Ts(62,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(63,0,null,null,0,":svg:path",[["d","M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"]],null,null,null,null,null)),(e()(),Ts(64,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Angular Material"])),(e()(),Ts(66,0,null,null,4,"div",[["class","card card-small"],["tabindex","0"]],null,[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==(Rr(e,54).value="dependency")&&r),r},null,null)),(e()(),Ts(67,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(68,0,null,null,0,":svg:path",[["d","M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"]],null,null,null,null,null)),(e()(),Ts(69,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Add Dependency"])),(e()(),Ts(71,0,null,null,4,"div",[["class","card card-small"],["tabindex","0"]],null,[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==(Rr(e,54).value="test")&&r),r},null,null)),(e()(),Ts(72,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(73,0,null,null,0,":svg:path",[["d","M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"]],null,null,null,null,null)),(e()(),Ts(74,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Run and Watch Tests"])),(e()(),Ts(76,0,null,null,4,"div",[["class","card card-small"],["tabindex","0"]],null,[[null,"click"]],function(e,t,n){var r=!0;return"click"===t&&(r=!1!==(Rr(e,54).value="build")&&r),r},null,null)),(e()(),Ts(77,0,null,null,1,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(78,0,null,null,0,":svg:path",[["d","M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"]],null,null,null,null,null)),(e()(),Ts(79,0,null,null,1,"span",[],null,null,null,null,null)),(e()(),Vs(-1,null,["Build for Production"])),(e()(),Ts(81,0,null,null,11,"div",[["class","terminal"]],null,null,null,null,null)),Wr(82,16384,null,0,ni,[],{ngSwitch:[0,"ngSwitch"]},null),(e()(),ks(16777216,null,null,1,null,ui)),Wr(84,16384,null,0,li,[Cn,bn,ni],null,null),(e()(),ks(16777216,null,null,1,null,ci)),Wr(86,278528,null,0,ri,[Cn,bn,ni],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),ks(16777216,null,null,1,null,di)),Wr(88,278528,null,0,ri,[Cn,bn,ni],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),ks(16777216,null,null,1,null,hi)),Wr(90,278528,null,0,ri,[Cn,bn,ni],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),ks(16777216,null,null,1,null,fi)),Wr(92,278528,null,0,ri,[Cn,bn,ni],{ngSwitchCase:[0,"ngSwitchCase"]},null),(e()(),Ts(93,0,null,null,47,"div",[["class","card-container"]],null,null,null,null,null)),(e()(),Ts(94,0,null,null,6,"a",[["class","circle-link"],["href","https://angular.io/guide/animations"],["rel","noopener"],["target","_blank"],["title","Animations"]],null,null,null,null,null)),(e()(),Ts(95,0,null,null,5,":svg:svg",[["data-name","Group 20"],["height","23.453"],["id","Group_20"],["viewBox","0 0 21.813 23.453"],["width","21.813"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(96,0,null,null,0,":svg:path",[["d","M4099.584,972.736h0l-10.882,3.9,1.637,14.4,9.245,5.153,9.245-5.153,1.686-14.4Z"],["data-name","Path 15"],["fill","#ffa726"],["id","Path_15"],["transform","translate(-4088.702 -972.736)"]],null,null,null,null,null)),(e()(),Ts(97,0,null,null,0,":svg:path",[["d","M4181.516,972.736v23.453l9.245-5.153,1.686-14.4Z"],["data-name","Path 16"],["fill","#fb8c00"],["id","Path_16"],["transform","translate(-4170.633 -972.736)"]],null,null,null,null,null)),(e()(),Ts(98,0,null,null,0,":svg:path",[["d","M4137.529,1076.127l-7.7-3.723,4.417-2.721,7.753,3.723Z"],["data-name","Path 17"],["fill","#ffe0b2"],["id","Path_17"],["transform","translate(-4125.003 -1058.315)"]],null,null,null,null,null)),(e()(),Ts(99,0,null,null,0,":svg:path",[["d","M4137.529,1051.705l-7.7-3.723,4.417-2.721,7.753,3.723Z"],["data-name","Path 18"],["fill","#fff3e0"],["id","Path_18"],["transform","translate(-4125.003 -1036.757)"]],null,null,null,null,null)),(e()(),Ts(100,0,null,null,0,":svg:path",[["d","M4137.529,1027.283l-7.7-3.723,4.417-2.721,7.753,3.723Z"],["data-name","Path 19"],["fill","#fff"],["id","Path_19"],["transform","translate(-4125.003 -1015.199)"]],null,null,null,null,null)),(e()(),Ts(101,0,null,null,7,"a",[["class","circle-link"],["href","https://cli.angular.io/"],["rel","noopener"],["target","_blank"],["title","CLI"]],null,null,null,null,null)),(e()(),Ts(102,0,null,null,6,":svg:svg",[["alt","Angular CLI Logo"],["height","23.447"],["viewBox","0 0 21.762 23.447"],["width","21.762"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(103,0,null,null,5,":svg:g",[["data-name","Group 21"],["id","Group_21"],["transform","translate(0)"]],null,null,null,null,null)),(e()(),Ts(104,0,null,null,0,":svg:path",[["d","M2660.313,313.618h0l-10.833,3.9,1.637,14.4,9.2,5.152,9.244-5.152,1.685-14.4Z"],["data-name","Path 20"],["fill","#37474f"],["id","Path_20"],["transform","translate(-2649.48 -313.618)"]],null,null,null,null,null)),(e()(),Ts(105,0,null,null,0,":svg:path",[["d","M2741.883,313.618v23.447l9.244-5.152,1.685-14.4Z"],["data-name","Path 21"],["fill","#263238"],["id","Path_21"],["transform","translate(-2731.05 -313.618)"]],null,null,null,null,null)),(e()(),Ts(106,0,null,null,0,":svg:path",[["d","M2692.293,379.169h11.724V368.618h-11.724Zm11.159-.6h-10.608v-9.345h10.621v9.345Z"],["data-name","Path 22"],["fill","#fff"],["id","Path_22"],["transform","translate(-2687.274 -362.17)"]],null,null,null,null,null)),(e()(),Ts(107,0,null,null,0,":svg:path",[["d","M2709.331,393.688l.4.416,2.265-2.28-2.294-2.294-.4.4,1.893,1.893Z"],["data-name","Path 23"],["fill","#fff"],["id","Path_23"],["transform","translate(-2702.289 -380.631)"]],null,null,null,null,null)),(e()(),Ts(108,0,null,null,0,":svg:rect",[["data-name","Rectangle 12"],["fill","#fff"],["height","0.469"],["id","Rectangle_12"],["transform","translate(9.709 13.744)"],["width","3.517"]],null,null,null,null,null)),(e()(),Ts(109,0,null,null,12,"a",[["class","circle-link"],["href","https://augury.rangle.io/"],["rel","noopener"],["target","_blank"],["title","Augury"]],null,null,null,null,null)),(e()(),Ts(110,0,null,null,11,":svg:svg",[[":xmlns:xlink","http://www.w3.org/1999/xlink"],["alt","Angular Augury Logo"],["height","23.447"],["viewBox","0 0 21.81 23.447"],["width","21.81"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(111,0,null,null,2,":svg:defs",[],null,null,null,null,null)),(e()(),Ts(112,0,null,null,1,":svg:clipPath",[["id","clip-path"]],null,null,null,null,null)),(e()(),Ts(113,0,null,null,0,":svg:rect",[["data-name","Rectangle 13"],["fill","none"],["height","10.27"],["id","Rectangle_13"],["width","10.338"]],null,null,null,null,null)),(e()(),Ts(114,0,null,null,7,":svg:g",[["data-name","Group 25"],["id","Group_25"],["transform","translate(0)"]],null,null,null,null,null)),(e()(),Ts(115,0,null,null,0,":svg:path",[["d","M3780.155,311.417h0l-10.881,3.9,1.637,14.4,9.244,5.152,9.244-5.152,1.685-14.4Z"],["data-name","Path 24"],["fill","#4a3493"],["id","Path_24"],["transform","translate(-3769.274 -311.417)"]],null,null,null,null,null)),(e()(),Ts(116,0,null,null,0,":svg:path",[["d","M3862.088,311.417v23.447l9.244-5.152,1.685-14.4Z"],["data-name","Path 25"],["fill","#311b92"],["id","Path_25"],["transform","translate(-3851.207 -311.417)"]],null,null,null,null,null)),(e()(),Ts(117,0,null,null,3,":svg:g",[["data-name","Group 24"],["id","Group_24"],["opacity","0.5"],["transform","translate(6.194 6.73)"]],null,null,null,null,null)),(e()(),Ts(118,0,null,null,2,":svg:g",[["data-name","Group 23"],["id","Group_23"],["transform","translate(0 0)"]],null,null,null,null,null)),(e()(),Ts(119,0,null,null,1,":svg:g",[["clip-path","url(#clip-path)"],["data-name","Group 22"],["id","Group_22"]],null,null,null,null,null)),(e()(),Ts(120,0,null,null,0,":svg:path",[["d","M3832.4,373.252a5.168,5.168,0,1,1-5.828-4.383,5.216,5.216,0,0,1,2.574.3,3.017,3.017,0,1,0,3.252,4.086Z"],["data-name","Path 26"],["fill","#fff"],["id","Path_26"],["transform","translate(-3822.107 -368.821)"]],null,null,null,null,null)),(e()(),Ts(121,0,null,null,0,":svg:path",[["d","M3830.582,370.848a5.162,5.162,0,1,1-3.254-4.086,3.017,3.017,0,1,0,3.252,4.086Z"],["data-name","Path 27"],["fill","#fff"],["id","Path_27"],["transform","translate(-3814.311 -359.969)"]],null,null,null,null,null)),(e()(),Ts(122,0,null,null,5,"a",[["class","circle-link"],["href","https://www.protractortest.org/"],["rel","noopener"],["target","_blank"],["title","Protractor"]],null,null,null,null,null)),(e()(),Ts(123,0,null,null,4,":svg:svg",[["alt","Angular Protractor Logo"],["height","23.447"],["viewBox","0 0 21.81 23.447"],["width","21.81"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(124,0,null,null,3,":svg:g",[["data-name","Group 26"],["id","Group_26"],["transform","translate(0)"]],null,null,null,null,null)),(e()(),Ts(125,0,null,null,0,":svg:path",[["d","M4620.155,311.417h0l-10.881,3.9,1.637,14.4,9.244,5.152,9.244-5.152,1.685-14.4Z"],["data-name","Path 28"],["fill","#e13439"],["id","Path_28"],["transform","translate(-4609.274 -311.417)"]],null,null,null,null,null)),(e()(),Ts(126,0,null,null,0,":svg:path",[["d","M4702.088,311.417v23.447l9.244-5.152,1.685-14.4Z"],["data-name","Path 29"],["fill","#b52f32"],["id","Path_29"],["transform","translate(-4691.207 -311.417)"]],null,null,null,null,null)),(e()(),Ts(127,0,null,null,0,":svg:path",[["d","M4651.044,369.58v-.421h1.483a7.6,7.6,0,0,0-2.106-5.052l-1.123,1.123-.3-.3,1.122-1.121a7.588,7.588,0,0,0-4.946-2.055v1.482h-.421v-1.485a7.589,7.589,0,0,0-5.051,2.058l1.122,1.121-.3.3-1.123-1.123a7.591,7.591,0,0,0-2.106,5.052h1.482v.421h-1.489v1.734h15.241V369.58Zm-10.966-.263a4.835,4.835,0,0,1,9.67,0Z"],["data-name","Path 30"],["fill","#fff"],["id","Path_30"],["transform","translate(-4634.008 -355.852)"]],null,null,null,null,null)),(e()(),Ts(128,0,null,null,2,"a",[["class","circle-link"],["href","https://www.meetup.com/find/?keywords=angular"],["rel","noopener"],["target","_blank"],["title","Find a Local Meetup"]],null,null,null,null,null)),(e()(),Ts(129,0,null,null,1,":svg:svg",[["alt","Meetup Logo"],["height","23.447"],["viewBox","0 0 24.607 23.447"],["width","24.607"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(130,0,null,null,0,":svg:path",[["d","M21.221,14.95A4.393,4.393,0,0,1,17.6,19.281a4.452,4.452,0,0,1-.8.069c-.09,0-.125.035-.154.117a2.939,2.939,0,0,1-2.506,2.091,2.868,2.868,0,0,1-2.248-.624.168.168,0,0,0-.245-.005,3.926,3.926,0,0,1-2.589.741,4.015,4.015,0,0,1-3.7-3.347,2.7,2.7,0,0,1-.043-.38c0-.106-.042-.146-.143-.166a3.524,3.524,0,0,1-1.516-.69A3.623,3.623,0,0,1,2.23,14.557a3.66,3.66,0,0,1,1.077-3.085.138.138,0,0,0,.026-.2,3.348,3.348,0,0,1-.451-1.821,3.46,3.46,0,0,1,2.749-3.28.44.44,0,0,0,.355-.281,5.072,5.072,0,0,1,3.863-3,5.028,5.028,0,0,1,3.555.666.31.31,0,0,0,.271.03A4.5,4.5,0,0,1,18.3,4.7a4.4,4.4,0,0,1,1.334,2.751,3.658,3.658,0,0,1,.022.706.131.131,0,0,0,.1.157,2.432,2.432,0,0,1,1.574,1.645,2.464,2.464,0,0,1-.7,2.616c-.065.064-.051.1-.014.166A4.321,4.321,0,0,1,21.221,14.95ZM13.4,14.607a2.09,2.09,0,0,0,1.409,1.982,4.7,4.7,0,0,0,1.275.221,1.807,1.807,0,0,0,.9-.151.542.542,0,0,0,.321-.545.558.558,0,0,0-.359-.534,1.2,1.2,0,0,0-.254-.078c-.262-.047-.526-.086-.787-.138a.674.674,0,0,1-.617-.75,3.394,3.394,0,0,1,.218-1.109c.217-.658.509-1.286.79-1.918a15.609,15.609,0,0,0,.745-1.86,1.95,1.95,0,0,0,.06-1.073,1.286,1.286,0,0,0-1.051-1.033,1.977,1.977,0,0,0-1.521.2.339.339,0,0,1-.446-.042c-.1-.092-.2-.189-.307-.284a1.214,1.214,0,0,0-1.643-.061,7.563,7.563,0,0,1-.614.512A.588.588,0,0,1,10.883,8c-.215-.115-.437-.215-.659-.316a2.153,2.153,0,0,0-.695-.248A2.091,2.091,0,0,0,7.541,8.562a9.915,9.915,0,0,0-.405.986c-.559,1.545-1.015,3.123-1.487,4.7a1.528,1.528,0,0,0,.634,1.777,1.755,1.755,0,0,0,1.5.211,1.35,1.35,0,0,0,.824-.858c.543-1.281,1.032-2.584,1.55-3.875.142-.355.28-.712.432-1.064a.548.548,0,0,1,.851-.24.622.622,0,0,1,.185.539,2.161,2.161,0,0,1-.181.621c-.337.852-.68,1.7-1.018,2.552a2.564,2.564,0,0,0-.173.528.624.624,0,0,0,.333.71,1.073,1.073,0,0,0,.814.034,1.22,1.22,0,0,0,.657-.655q.758-1.488,1.511-2.978.35-.687.709-1.37a1.073,1.073,0,0,1,.357-.434.43.43,0,0,1,.463-.016.373.373,0,0,1,.153.387.7.7,0,0,1-.057.236c-.065.157-.127.316-.2.469-.42.883-.846,1.763-1.262,2.648A2.463,2.463,0,0,0,13.4,14.607Zm5.888,6.508a1.09,1.09,0,0,0-2.179.006,1.09,1.09,0,0,0,2.179-.006ZM1.028,12.139a1.038,1.038,0,1,0,.01-2.075,1.038,1.038,0,0,0-.01,2.075ZM13.782.528a1.027,1.027,0,1,0-.011,2.055A1.027,1.027,0,0,0,13.782.528ZM22.21,6.95a.882.882,0,0,0-1.763.011A.882.882,0,0,0,22.21,6.95ZM4.153,4.439a.785.785,0,1,0,.787-.78A.766.766,0,0,0,4.153,4.439Zm8.221,18.22a.676.676,0,1,0-.677.666A.671.671,0,0,0,12.374,22.658ZM22.872,12.2a.674.674,0,0,0-.665.665.656.656,0,0,0,.655.643.634.634,0,0,0,.655-.644A.654.654,0,0,0,22.872,12.2ZM7.171-.123A.546.546,0,0,0,6.613.43a.553.553,0,1,0,1.106,0A.539.539,0,0,0,7.171-.123ZM24.119,9.234a.507.507,0,0,0-.493.488.494.494,0,0,0,.494.494.48.48,0,0,0,.487-.483A.491.491,0,0,0,24.119,9.234Zm-19.454,9.7a.5.5,0,0,0-.488-.488.491.491,0,0,0-.487.5.483.483,0,0,0,.491.479A.49.49,0,0,0,4.665,18.936Z"],["fill","#f64060"],["id","logo--mSwarm"],["transform","translate(0 0.123)"]],null,null,null,null,null)),(e()(),Ts(131,0,null,null,9,"a",[["class","circle-link"],["href","https://gitter.im/angular/angular"],["rel","noopener"],["target","_blank"],["title","Join the Conversation on Gitter"]],null,null,null,null,null)),(e()(),Ts(132,0,null,null,8,":svg:svg",[["alt","Gitter Logo"],["height","19.447"],["viewBox","0 0 19.447 19.447"],["width","19.447"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(133,0,null,null,7,":svg:g",[["data-name","Group 40"],["id","Group_40"],["transform","translate(-1612 -405)"]],null,null,null,null,null)),(e()(),Ts(134,0,null,null,0,":svg:rect",[["data-name","Rectangle 19"],["fill","#e60257"],["height","19.447"],["id","Rectangle_19"],["transform","translate(1612 405)"],["width","19.447"]],null,null,null,null,null)),(e()(),Ts(135,0,null,null,5,":svg:g",[["id","gitter"],["transform","translate(1617.795 408.636)"]],null,null,null,null,null)),(e()(),Ts(136,0,null,null,4,":svg:g",[["data-name","Group 33"],["id","Group_33"],["transform","translate(0 0)"]],null,null,null,null,null)),(e()(),Ts(137,0,null,null,0,":svg:rect",[["data-name","Rectangle 15"],["fill","#fff"],["height","9.601"],["id","Rectangle_15"],["transform","translate(2.304 2.324)"],["width","1.04"]],null,null,null,null,null)),(e()(),Ts(138,0,null,null,0,":svg:rect",[["data-name","Rectangle 16"],["fill","#fff"],["height","9.601"],["id","Rectangle_16"],["transform","translate(4.607 2.324)"],["width","1.04"]],null,null,null,null,null)),(e()(),Ts(139,0,null,null,0,":svg:rect",[["data-name","Rectangle 17"],["fill","#fff"],["height","4.648"],["id","Rectangle_17"],["transform","translate(6.91 2.324)"],["width","1.04"]],null,null,null,null,null)),(e()(),Ts(140,0,null,null,0,":svg:rect",[["data-name","Rectangle 18"],["fill","#fff"],["height","6.971"],["id","Rectangle_18"],["transform","translate(0 0)"],["width","1.04"]],null,null,null,null,null)),(e()(),Ts(141,0,null,null,12,"footer",[],null,null,null,null,null)),(e()(),Vs(-1,null,[" Love Angular?\xa0 "])),(e()(),Ts(143,0,null,null,6,"a",[["href","https://github.com/angular/angular"],["rel","noopener"],["target","_blank"]],null,null,null,null,null)),(e()(),Vs(-1,null,[" Give our repo a star. "])),(e()(),Ts(145,0,null,null,4,"div",[["class","github-star-badge"]],null,null,null,null,null)),(e()(),Ts(146,0,null,null,2,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(147,0,null,null,0,":svg:path",[["d","M0 0h24v24H0z"],["fill","none"]],null,null,null,null,null)),(e()(),Ts(148,0,null,null,0,":svg:path",[["d","M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"]],null,null,null,null,null)),(e()(),Vs(-1,null,[" Star "])),(e()(),Ts(150,0,null,null,3,"a",[["href","https://github.com/angular/angular"],["rel","noopener"],["target","_blank"]],null,null,null,null,null)),(e()(),Ts(151,0,null,null,2,":svg:svg",[["class","material-icons"],["height","24"],["viewBox","0 0 24 24"],["width","24"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(152,0,null,null,0,":svg:path",[["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["fill","#1976d2"]],null,null,null,null,null)),(e()(),Ts(153,0,null,null,0,":svg:path",[["d","M0 0h24v24H0z"],["fill","none"]],null,null,null,null,null)),(e()(),Ts(154,0,null,null,1,":svg:svg",[["alt","Gray Clouds Background"],["height","485.677"],["id","clouds"],["viewBox","0 0 2611.084 485.677"],["width","2611.084"],["xmlns","http://www.w3.org/2000/svg"]],null,null,null,null,null)),(e()(),Ts(155,0,null,null,0,":svg:path",[["d","M2379.709,863.793c10-93-77-171-168-149-52-114-225-105-264,15-75,3-140,59-152,133-30,2.83-66.725,9.829-93.5,26.25-26.771-16.421-63.5-23.42-93.5-26.25-12-74-77-130-152-133-39-120-212-129-264-15-54.084-13.075-106.753,9.173-138.488,48.9-31.734-39.726-84.4-61.974-138.487-48.9-52-114-225-105-264,15a162.027,162.027,0,0,0-103.147,43.044c-30.633-45.365-87.1-72.091-145.206-58.044-52-114-225-105-264,15-75,3-140,59-152,133-53,5-127,23-130,83-2,42,35,72,70,86,49,20,106,18,157,5a165.625,165.625,0,0,0,120,0c47,94,178,113,251,33,61.112,8.015,113.854-5.72,150.492-29.764a165.62,165.62,0,0,0,110.861-3.236c47,94,178,113,251,33,31.385,4.116,60.563,2.495,86.487-3.311,25.924,5.806,55.1,7.427,86.488,3.311,73,80,204,61,251-33a165.625,165.625,0,0,0,120,0c51,13,108,15,157-5a147.188,147.188,0,0,0,33.5-18.694,147.217,147.217,0,0,0,33.5,18.694c49,20,106,18,157,5a165.625,165.625,0,0,0,120,0c47,94,178,113,251,33C2446.709,1093.793,2554.709,922.793,2379.709,863.793Z"],["data-name","Path 39"],["fill","#eee"],["id","Path_39"],["transform","translate(142.69 -634.312)"]],null,null,null,null,null))],function(e,t){e(t,82,0,Rr(t,54).value),e(t,86,0,"material"),e(t,88,0,"dependency"),e(t,90,0,"test"),e(t,92,0,"build")},function(e,t){e(t,21,0,t.component.title)})}function gi(e){return js(0,[(e()(),Ts(0,0,null,null,1,"app-root",[],null,null,null,pi,ai)),Wr(1,49152,null,0,Wo,[],null,null)],null,null)}var mi=Er("app-root",Wo,gi,{},{},[]);let _i=null;function wi(){return _i}class vi{constructor(){this.resourceLoaderType=null}get attrToPropMap(){return this._attrToPropMap}set attrToPropMap(e){this._attrToPropMap=e}}class yi extends vi{constructor(){super(),this._animationPrefix=null,this._transitionEnd=null;try{const t=this.createElement("div",document);if(null!=this.getStyle(t,"animationName"))this._animationPrefix="";else{const e=["Webkit","Moz","O","ms"];for(let n=0;n<e.length;n++)if(null!=this.getStyle(t,e[n]+"AnimationName")){this._animationPrefix="-"+e[n].toLowerCase()+"-";break}}const n={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};Object.keys(n).forEach(e=>{null!=this.getStyle(t,e)&&(this._transitionEnd=n[e])})}catch(e){this._animationPrefix=null,this._transitionEnd=null}}getDistributedNodes(e){return e.getDistributedNodes()}resolveAndSetHref(e,t,n){e.href=null==n?t:t+"/../"+n}supportsDOMEvents(){return!0}supportsNativeShadowDOM(){return"function"==typeof document.body.createShadowRoot}getAnimationPrefix(){return this._animationPrefix?this._animationPrefix:""}getTransitionEnd(){return this._transitionEnd?this._transitionEnd:""}supportsAnimation(){return null!=this._animationPrefix&&null!=this._transitionEnd}}const bi={class:"className",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"},xi=3,Ci={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},Ei={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","\x90":"NumLock"},ki=(()=>{if(ge.Node)return ge.Node.prototype.contains||function(e){return!!(16&this.compareDocumentPosition(e))}})();class Ti extends yi{parse(e){throw new Error("parse not implemented")}static makeCurrent(){var e;e=new Ti,_i||(_i=e)}hasProperty(e,t){return t in e}setProperty(e,t,n){e[t]=n}getProperty(e,t){return e[t]}invoke(e,t,n){e[t](...n)}logError(e){window.console&&(console.error?console.error(e):console.log(e))}log(e){window.console&&window.console.log&&window.console.log(e)}logGroup(e){window.console&&window.console.group&&window.console.group(e)}logGroupEnd(){window.console&&window.console.groupEnd&&window.console.groupEnd()}get attrToPropMap(){return bi}contains(e,t){return ki.call(e,t)}querySelector(e,t){return e.querySelector(t)}querySelectorAll(e,t){return e.querySelectorAll(t)}on(e,t,n){e.addEventListener(t,n,!1)}onAndCancel(e,t,n){return e.addEventListener(t,n,!1),()=>{e.removeEventListener(t,n,!1)}}dispatchEvent(e,t){e.dispatchEvent(t)}createMouseEvent(e){const t=this.getDefaultDocument().createEvent("MouseEvent");return t.initEvent(e,!0,!0),t}createEvent(e){const t=this.getDefaultDocument().createEvent("Event");return t.initEvent(e,!0,!0),t}preventDefault(e){e.preventDefault(),e.returnValue=!1}isPrevented(e){return e.defaultPrevented||null!=e.returnValue&&!e.returnValue}getInnerHTML(e){return e.innerHTML}getTemplateContent(e){return"content"in e&&this.isTemplateElement(e)?e.content:null}getOuterHTML(e){return e.outerHTML}nodeName(e){return e.nodeName}nodeValue(e){return e.nodeValue}type(e){return e.type}content(e){return this.hasProperty(e,"content")?e.content:e}firstChild(e){return e.firstChild}nextSibling(e){return e.nextSibling}parentElement(e){return e.parentNode}childNodes(e){return e.childNodes}childNodesAsList(e){const t=e.childNodes,n=new Array(t.length);for(let r=0;r<t.length;r++)n[r]=t[r];return n}clearNodes(e){for(;e.firstChild;)e.removeChild(e.firstChild)}appendChild(e,t){e.appendChild(t)}removeChild(e,t){e.removeChild(t)}replaceChild(e,t,n){e.replaceChild(t,n)}remove(e){return e.parentNode&&e.parentNode.removeChild(e),e}insertBefore(e,t,n){e.insertBefore(n,t)}insertAllBefore(e,t,n){n.forEach(n=>e.insertBefore(n,t))}insertAfter(e,t,n){e.insertBefore(n,t.nextSibling)}setInnerHTML(e,t){e.innerHTML=t}getText(e){return e.textContent}setText(e,t){e.textContent=t}getValue(e){return e.value}setValue(e,t){e.value=t}getChecked(e){return e.checked}setChecked(e,t){e.checked=t}createComment(e){return this.getDefaultDocument().createComment(e)}createTemplate(e){const t=this.getDefaultDocument().createElement("template");return t.innerHTML=e,t}createElement(e,t){return(t=t||this.getDefaultDocument()).createElement(e)}createElementNS(e,t,n){return(n=n||this.getDefaultDocument()).createElementNS(e,t)}createTextNode(e,t){return(t=t||this.getDefaultDocument()).createTextNode(e)}createScriptTag(e,t,n){const r=(n=n||this.getDefaultDocument()).createElement("SCRIPT");return r.setAttribute(e,t),r}createStyleElement(e,t){const n=(t=t||this.getDefaultDocument()).createElement("style");return this.appendChild(n,this.createTextNode(e,t)),n}createShadowRoot(e){return e.createShadowRoot()}getShadowRoot(e){return e.shadowRoot}getHost(e){return e.host}clone(e){return e.cloneNode(!0)}getElementsByClassName(e,t){return e.getElementsByClassName(t)}getElementsByTagName(e,t){return e.getElementsByTagName(t)}classList(e){return Array.prototype.slice.call(e.classList,0)}addClass(e,t){e.classList.add(t)}removeClass(e,t){e.classList.remove(t)}hasClass(e,t){return e.classList.contains(t)}setStyle(e,t,n){e.style[t]=n}removeStyle(e,t){e.style[t]=""}getStyle(e,t){return e.style[t]}hasStyle(e,t,n){const r=this.getStyle(e,t)||"";return n?r==n:r.length>0}tagName(e){return e.tagName}attributeMap(e){const t=new Map,n=e.attributes;for(let r=0;r<n.length;r++){const e=n.item(r);t.set(e.name,e.value)}return t}hasAttribute(e,t){return e.hasAttribute(t)}hasAttributeNS(e,t,n){return e.hasAttributeNS(t,n)}getAttribute(e,t){return e.getAttribute(t)}getAttributeNS(e,t,n){return e.getAttributeNS(t,n)}setAttribute(e,t,n){e.setAttribute(t,n)}setAttributeNS(e,t,n,r){e.setAttributeNS(t,n,r)}removeAttribute(e,t){e.removeAttribute(t)}removeAttributeNS(e,t,n){e.removeAttributeNS(t,n)}templateAwareRoot(e){return this.isTemplateElement(e)?this.content(e):e}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}getBoundingClientRect(e){try{return e.getBoundingClientRect()}catch(t){return{top:0,bottom:0,left:0,right:0,width:0,height:0}}}getTitle(e){return e.title}setTitle(e,t){e.title=t||""}elementMatches(e,t){return!!this.isElementNode(e)&&(e.matches&&e.matches(t)||e.msMatchesSelector&&e.msMatchesSelector(t)||e.webkitMatchesSelector&&e.webkitMatchesSelector(t))}isTemplateElement(e){return this.isElementNode(e)&&"TEMPLATE"===e.nodeName}isTextNode(e){return e.nodeType===Node.TEXT_NODE}isCommentNode(e){return e.nodeType===Node.COMMENT_NODE}isElementNode(e){return e.nodeType===Node.ELEMENT_NODE}hasShadowRoot(e){return null!=e.shadowRoot&&e instanceof HTMLElement}isShadowRoot(e){return e instanceof DocumentFragment}importIntoDoc(e){return document.importNode(this.templateAwareRoot(e),!0)}adoptNode(e){return document.adoptNode(e)}getHref(e){return e.getAttribute("href")}getEventKey(e){let t=e.key;if(null==t){if(null==(t=e.keyIdentifier))return"Unidentified";t.startsWith("U+")&&(t=String.fromCharCode(parseInt(t.substring(2),16)),e.location===xi&&Ei.hasOwnProperty(t)&&(t=Ei[t]))}return Ci[t]||t}getGlobalEventTarget(e,t){return"window"===t?window:"document"===t?e:"body"===t?e.body:null}getHistory(){return window.history}getLocation(){return window.location}getBaseHref(e){const t=Ii||(Ii=document.querySelector("base"))?Ii.getAttribute("href"):null;return null==t?null:(n=t,Si||(Si=document.createElement("a")),Si.setAttribute("href",n),"/"===Si.pathname.charAt(0)?Si.pathname:"/"+Si.pathname);var n}resetBaseElement(){Ii=null}getUserAgent(){return window.navigator.userAgent}setData(e,t,n){this.setAttribute(e,"data-"+t,n)}getData(e,t){return this.getAttribute(e,"data-"+t)}getComputedStyle(e){return getComputedStyle(e)}supportsWebAnimation(){return"function"==typeof Element.prototype.animate}performanceNow(){return window.performance&&window.performance.now?window.performance.now():(new Date).getTime()}supportsCookies(){return!0}getCookie(e){return function(e,t){t=encodeURIComponent(t);for(const n of e.split(";")){const e=n.indexOf("="),[r,l]=-1==e?[n,""]:[n.slice(0,e),n.slice(e+1)];if(r.trim()===t)return decodeURIComponent(l)}return null}(document.cookie,e)}setCookie(e,t){document.cookie=encodeURIComponent(e)+"="+encodeURIComponent(t)}}let Si,Ii=null;function Mi(){return!!window.history.pushState}const Ni=new me("TRANSITION_ID"),Ai=[{provide:vl,useFactory:function(e,t,n){return()=>{n.get(yl).donePromise.then(()=>{const n=wi();Array.prototype.slice.apply(n.querySelectorAll(t,"style[ng-transition]")).filter(t=>n.getAttribute(t,"ng-transition")===e).forEach(e=>n.remove(e))})}},deps:[Ni,oi,Ct],multi:!0}];class Pi{static init(){var e;e=new Pi,ns=e}addToWindow(e){ge.getAngularTestability=(t,n=!0)=>{const r=e.findTestabilityInTree(t,n);if(null==r)throw new Error("Could not find testability for element.");return r},ge.getAllAngularTestabilities=()=>e.getAllTestabilities(),ge.getAllAngularRootElements=()=>e.getAllRootElements(),ge.frameworkStabilizers||(ge.frameworkStabilizers=[]),ge.frameworkStabilizers.push(e=>{const t=ge.getAllAngularTestabilities();let n=t.length,r=!1;const l=function(t){r=r||t,0==--n&&e(r)};t.forEach(function(e){e.whenStable(l)})})}findTestabilityInTree(e,t,n){if(null==t)return null;const r=e.getTestability(t);return null!=r?r:n?wi().isShadowRoot(t)?this.findTestabilityInTree(e,wi().getHost(t),!0):this.findTestabilityInTree(e,wi().parentElement(t),!0):null}}function Di(e,t){"undefined"!=typeof COMPILED&&COMPILED||((ge.ng=ge.ng||{})[e]=t)}const Oi=(()=>({ApplicationRef:ds,NgZone:$l}))();function Ri(e){return _s(e)}const Vi=new me("EventManagerPlugins");class Li{constructor(e,t){this._zone=t,this._eventNameToPlugin=new Map,e.forEach(e=>e.manager=this),this._plugins=e.slice().reverse()}addEventListener(e,t,n){return this._findPluginFor(t).addEventListener(e,t,n)}addGlobalEventListener(e,t,n){return this._findPluginFor(t).addGlobalEventListener(e,t,n)}getZone(){return this._zone}_findPluginFor(e){const t=this._eventNameToPlugin.get(e);if(t)return t;const n=this._plugins;for(let r=0;r<n.length;r++){const t=n[r];if(t.supports(e))return this._eventNameToPlugin.set(e,t),t}throw new Error(`No event manager plugin found for event ${e}`)}}class Hi{constructor(e){this._doc=e}addGlobalEventListener(e,t,n){const r=wi().getGlobalEventTarget(this._doc,e);if(!r)throw new Error(`Unsupported event target ${r} for event ${t}`);return this.addEventListener(r,t,n)}}class ji{constructor(){this._stylesSet=new Set}addStyles(e){const t=new Set;e.forEach(e=>{this._stylesSet.has(e)||(this._stylesSet.add(e),t.add(e))}),this.onStylesAdded(t)}onStylesAdded(e){}getAllStyles(){return Array.from(this._stylesSet)}}class Fi extends ji{constructor(e){super(),this._doc=e,this._hostNodes=new Set,this._styleNodes=new Set,this._hostNodes.add(e.head)}_addStylesToHost(e,t){e.forEach(e=>{const n=this._doc.createElement("style");n.textContent=e,this._styleNodes.add(t.appendChild(n))})}addHost(e){this._addStylesToHost(this._stylesSet,e),this._hostNodes.add(e)}removeHost(e){this._hostNodes.delete(e)}onStylesAdded(e){this._hostNodes.forEach(t=>this._addStylesToHost(e,t))}ngOnDestroy(){this._styleNodes.forEach(e=>wi().remove(e))}}const Bi={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},zi=/%COMP%/g,Zi="_nghost-%COMP%",Ui="_ngcontent-%COMP%";function $i(e,t,n){for(let r=0;r<t.length;r++){let l=t[r];Array.isArray(l)?$i(e,l,n):(l=l.replace(zi,e),n.push(l))}return n}function Gi(e){return t=>{!1===e(t)&&(t.preventDefault(),t.returnValue=!1)}}class Qi{constructor(e,t,n){this.eventManager=e,this.sharedStylesHost=t,this.appId=n,this.rendererByCompId=new Map,this.defaultRenderer=new Wi(e)}createRenderer(e,t){if(!e||!t)return this.defaultRenderer;switch(t.encapsulation){case Oe.Emulated:{let n=this.rendererByCompId.get(t.id);return n||(n=new Ji(this.eventManager,this.sharedStylesHost,t,this.appId),this.rendererByCompId.set(t.id,n)),n.applyToHost(e),n}case Oe.Native:case Oe.ShadowDom:return new Yi(this.eventManager,this.sharedStylesHost,e,t);default:if(!this.rendererByCompId.has(t.id)){const e=$i(t.id,t.styles,[]);this.sharedStylesHost.addStyles(e),this.rendererByCompId.set(t.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}class Wi{constructor(e){this.eventManager=e,this.data=Object.create(null)}destroy(){}createElement(e,t){return t?document.createElementNS(Bi[t]||t,e):document.createElement(e)}createComment(e){return document.createComment(e)}createText(e){return document.createTextNode(e)}appendChild(e,t){e.appendChild(t)}insertBefore(e,t,n){e&&e.insertBefore(t,n)}removeChild(e,t){e&&e.removeChild(t)}selectRootElement(e,t){let n="string"==typeof e?document.querySelector(e):e;if(!n)throw new Error(`The selector "${e}" did not match any elements`);return t||(n.textContent=""),n}parentNode(e){return e.parentNode}nextSibling(e){return e.nextSibling}setAttribute(e,t,n,r){if(r){t=r+":"+t;const l=Bi[r];l?e.setAttributeNS(l,t,n):e.setAttribute(t,n)}else e.setAttribute(t,n)}removeAttribute(e,t,n){if(n){const r=Bi[n];r?e.removeAttributeNS(r,t):e.removeAttribute(`${n}:${t}`)}else e.removeAttribute(t)}addClass(e,t){e.classList.add(t)}removeClass(e,t){e.classList.remove(t)}setStyle(e,t,n,r){r&en.DashCase?e.style.setProperty(t,n,r&en.Important?"important":""):e.style[t]=n}removeStyle(e,t,n){n&en.DashCase?e.style.removeProperty(t):e.style[t]=""}setProperty(e,t,n){Ki(t,"property"),e[t]=n}setValue(e,t){e.nodeValue=t}listen(e,t,n){return Ki(t,"listener"),"string"==typeof e?this.eventManager.addGlobalEventListener(e,t,Gi(n)):this.eventManager.addEventListener(e,t,Gi(n))}}const qi=(()=>"@".charCodeAt(0))();function Ki(e,t){if(e.charCodeAt(0)===qi)throw new Error(`Found the synthetic ${t} ${e}. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application.`)}class Ji extends Wi{constructor(e,t,n,r){super(e),this.component=n;const l=$i(r+"-"+n.id,n.styles,[]);t.addStyles(l),this.contentAttr=Ui.replace(zi,r+"-"+n.id),this.hostAttr=Zi.replace(zi,r+"-"+n.id)}applyToHost(e){super.setAttribute(e,this.hostAttr,"")}createElement(e,t){const n=super.createElement(e,t);return super.setAttribute(n,this.contentAttr,""),n}}class Yi extends Wi{constructor(e,t,n,r){super(e),this.sharedStylesHost=t,this.hostEl=n,this.component=r,this.shadowRoot=r.encapsulation===Oe.ShadowDom?n.attachShadow({mode:"open"}):n.createShadowRoot(),this.sharedStylesHost.addHost(this.shadowRoot);const l=$i(r.id,r.styles,[]);for(let s=0;s<l.length;s++){const e=document.createElement("style");e.textContent=l[s],this.shadowRoot.appendChild(e)}}nodeOrShadowRoot(e){return e===this.hostEl?this.shadowRoot:e}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}appendChild(e,t){return super.appendChild(this.nodeOrShadowRoot(e),t)}insertBefore(e,t,n){return super.insertBefore(this.nodeOrShadowRoot(e),t,n)}removeChild(e,t){return super.removeChild(this.nodeOrShadowRoot(e),t)}parentNode(e){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(e)))}}const Xi=(()=>"undefined"!=typeof Zone&&Zone.__symbol__||function(e){return"__zone_symbol__"+e})(),ea=Xi("addEventListener"),ta=Xi("removeEventListener"),na={},ra="FALSE",la="ANGULAR",sa="addEventListener",oa="removeEventListener",ia="__zone_symbol__propagationStopped",aa="__zone_symbol__stopImmediatePropagation",ua=(()=>{const e="undefined"!=typeof Zone&&Zone[Xi("BLACK_LISTED_EVENTS")];if(e){const t={};return e.forEach(e=>{t[e]=e}),t}})(),ca=function(e){return!!ua&&ua.hasOwnProperty(e)},da=function(e){const t=na[e.type];if(!t)return;const n=this[t];if(!n)return;const r=[e];if(1===n.length){const e=n[0];return e.zone!==Zone.current?e.zone.run(e.handler,this,r):e.handler.apply(this,r)}{const t=n.slice();for(let n=0;n<t.length&&!0!==e[ia];n++){const e=t[n];e.zone!==Zone.current?e.zone.run(e.handler,this,r):e.handler.apply(this,r)}}};class ha extends Hi{constructor(e,t,n){super(e),this.ngZone=t,n&&function(e){return e===ii}(n)||this.patchEvent()}patchEvent(){if("undefined"==typeof Event||!Event||!Event.prototype)return;if(Event.prototype[aa])return;const e=Event.prototype[aa]=Event.prototype.stopImmediatePropagation;Event.prototype.stopImmediatePropagation=function(){this&&(this[ia]=!0),e&&e.apply(this,arguments)}}supports(e){return!0}addEventListener(e,t,n){let r=n;if(!e[ea]||$l.isInAngularZone()&&!ca(t))e[sa](t,r,!1);else{let n=na[t];n||(n=na[t]=Xi(la+t+ra));let l=e[n];const s=l&&l.length>0;l||(l=e[n]=[]);const o=ca(t)?Zone.root:Zone.current;if(0===l.length)l.push({zone:o,handler:r});else{let e=!1;for(let t=0;t<l.length;t++)if(l[t].handler===r){e=!0;break}e||l.push({zone:o,handler:r})}s||e[ea](t,da,!1)}return()=>this.removeEventListener(e,t,r)}removeEventListener(e,t,n){let r=e[ta];if(!r)return e[oa].apply(e,[t,n,!1]);let l=na[t],s=l&&e[l];if(!s)return e[oa].apply(e,[t,n,!1]);let o=!1;for(let i=0;i<s.length;i++)if(s[i].handler===n){o=!0,s.splice(i,1);break}o?0===s.length&&r.apply(e,[t,da,!1]):e[oa].apply(e,[t,n,!1])}}const fa={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0},pa=new me("HammerGestureConfig"),ga=new me("HammerLoader");class ma{constructor(){this.events=[],this.overrides={}}buildHammer(e){const t=new Hammer(e,this.options);t.get("pinch").set({enable:!0}),t.get("rotate").set({enable:!0});for(const n in this.overrides)t.get(n).set(this.overrides[n]);return t}}class _a extends Hi{constructor(e,t,n,r){super(e),this._config=t,this.console=n,this.loader=r}supports(e){return!(!fa.hasOwnProperty(e.toLowerCase())&&!this.isCustomEvent(e)||!window.Hammer&&!this.loader&&(this.console.warn(`The "${e}" event cannot be bound because Hammer.JS is not `+"loaded and no custom loader has been specified."),1))}addEventListener(e,t,n){const r=this.manager.getZone();if(t=t.toLowerCase(),!window.Hammer&&this.loader){let r=!1,l=()=>{r=!0};return this.loader().then(()=>{if(!window.Hammer)return this.console.warn("The custom HAMMER_LOADER completed, but Hammer.JS is not present."),void(l=()=>{});r||(l=this.addEventListener(e,t,n))}).catch(()=>{this.console.warn(`The "${t}" event cannot be bound because the custom `+"Hammer.JS loader failed."),l=()=>{}}),()=>{l()}}return r.runOutsideAngular(()=>{const l=this._config.buildHammer(e),s=function(e){r.runGuarded(function(){n(e)})};return l.on(t,s),()=>{l.off(t,s),"function"==typeof l.destroy&&l.destroy()}})}isCustomEvent(e){return this._config.events.indexOf(e)>-1}}const wa=["alt","control","meta","shift"],va={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey};class ya extends Hi{constructor(e){super(e)}supports(e){return null!=ya.parseEventName(e)}addEventListener(e,t,n){const r=ya.parseEventName(t),l=ya.eventCallback(r.fullKey,n,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>wi().onAndCancel(e,r.domEventName,l))}static parseEventName(e){const t=e.toLowerCase().split("."),n=t.shift();if(0===t.length||"keydown"!==n&&"keyup"!==n)return null;const r=ya._normalizeKey(t.pop());let l="";if(wa.forEach(e=>{const n=t.indexOf(e);n>-1&&(t.splice(n,1),l+=e+".")}),l+=r,0!=t.length||0===r.length)return null;const s={};return s.domEventName=n,s.fullKey=l,s}static getEventFullKey(e){let t="",n=wi().getEventKey(e);return" "===(n=n.toLowerCase())?n="space":"."===n&&(n="dot"),wa.forEach(r=>{r!=n&&(0,va[r])(e)&&(t+=r+".")}),t+=n}static eventCallback(e,t,n){return r=>{ya.getEventFullKey(r)===e&&n.runGuarded(()=>t(r))}}static _normalizeKey(e){switch(e){case"esc":return"escape";default:return e}}}class ba{}class xa extends ba{constructor(e){super(),this._doc=e}sanitize(e,t){if(null==t)return null;switch(e){case ft.NONE:return t;case ft.HTML:return t instanceof Ea?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"HTML"),function(e,t){let n=null;try{dt=dt||new Ge(e);let r=t?String(t):"";n=dt.getInertBodyElement(r);let l=5,s=r;do{if(0===l)throw new Error("Failed to sanitize html because the input is unstable");l--,r=s,s=n.innerHTML,n=dt.getInertBodyElement(r)}while(r!==s);const o=new it,i=o.sanitizeChildren(ht(n)||n);return $e()&&o.sanitizedSomething&&console.warn("WARNING: sanitizing HTML stripped some content, see http://g.co/ng/security#xss"),i}finally{if(n){const e=ht(n)||n;for(;e.firstChild;)e.removeChild(e.firstChild)}}}(this._doc,String(t)));case ft.STYLE:return t instanceof ka?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"Style"),function(e){if(!(e=String(e).trim()))return"";const t=e.match(mt);return t&&qe(t[1])===t[1]||e.match(gt)&&function(e){let t=!0,n=!0;for(let r=0;r<e.length;r++){const l=e.charAt(r);"'"===l&&n?t=!t:'"'===l&&t&&(n=!n)}return t&&n}(e)?e:($e()&&console.warn(`WARNING: sanitizing unsafe style value ${e} (see http://g.co/ng/security#xss).`),"unsafe")}(t));case ft.SCRIPT:if(t instanceof Ta)return t.changingThisBreaksApplicationSecurity;throw this.checkNotSafeValue(t,"Script"),new Error("unsafe value used in a script context");case ft.URL:return t instanceof Ia||t instanceof Sa?t.changingThisBreaksApplicationSecurity:(this.checkNotSafeValue(t,"URL"),qe(String(t)));case ft.RESOURCE_URL:if(t instanceof Ia)return t.changingThisBreaksApplicationSecurity;throw this.checkNotSafeValue(t,"ResourceURL"),new Error("unsafe value used in a resource URL context (see http://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${e} (see http://g.co/ng/security#xss)`)}}checkNotSafeValue(e,t){if(e instanceof Ca)throw new Error(`Required a safe ${t}, got a ${e.getTypeName()} `+"(see http://g.co/ng/security#xss)")}bypassSecurityTrustHtml(e){return new Ea(e)}bypassSecurityTrustStyle(e){return new ka(e)}bypassSecurityTrustScript(e){return new Ta(e)}bypassSecurityTrustUrl(e){return new Sa(e)}bypassSecurityTrustResourceUrl(e){return new Ia(e)}}class Ca{constructor(e){this.changingThisBreaksApplicationSecurity=e}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity}`+" (see http://g.co/ng/security#xss)"}}class Ea extends Ca{getTypeName(){return"HTML"}}class ka extends Ca{getTypeName(){return"Style"}}class Ta extends Ca{getTypeName(){return"Script"}}class Sa extends Ca{getTypeName(){return"URL"}}class Ia extends Ca{getTypeName(){return"ResourceURL"}}const Ma=is(vs,"browser",[{provide:kl,useValue:"browser"},{provide:El,useValue:function(){Ti.makeCurrent(),Pi.init()},multi:!0},{provide:qo,useClass:class extends qo{constructor(e){super(),this._doc=e,this._init()}_init(){this.location=wi().getLocation(),this._history=wi().getHistory()}getBaseHrefFromDOM(){return wi().getBaseHref(this._doc)}onPopState(e){wi().getGlobalEventTarget(this._doc,"window").addEventListener("popstate",e,!1)}onHashChange(e){wi().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,n){Mi()?this._history.pushState(e,t,n):this.location.hash=n}replaceState(e,t,n){Mi()?this._history.replaceState(e,t,n):this.location.hash=n}forward(){this._history.forward()}back(){this._history.back()}getState(){return this._history.state}},deps:[oi]},{provide:oi,useFactory:function(){return document},deps:[]}]);function Na(){return new ze}class Aa{constructor(e){if(e)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}static withServerTransition(e){return{ngModule:Aa,providers:[{provide:bl,useValue:e.appId},{provide:Ni,useExisting:bl},Ai]}}}"undefined"!=typeof window&&window;var Pa=$o(Qo,[Wo],function(e){return function(e){const t={},n=[];let r=!1;for(let l=0;l<e.length;l++){const s=e[l];s.token===bt&&!0===s.value&&(r=!0),1073741824&s.flags&&n.push(s.token),s.index=l,t[Hn(s.token)]=s}return{factory:null,providersByKey:t,providers:e,modules:n,isRoot:r}}([_r(512,Gt,Qt,[[8,[mi]],[3,Gt],Ne]),_r(5120,Il,xs,[[3,Il]]),_r(4608,Xo,ei,[Il,[2,Yo]]),_r(5120,al,Cs,[$l]),_r(4608,Rl,Rl,[]),_r(5120,bl,xl,[]),_r(5120,mn,ys,[]),_r(5120,_n,bs,[]),_r(4608,ba,xa,[oi]),_r(6144,pt,null,[ba]),_r(4608,pa,ma,[]),_r(5120,Vi,function(e,t,n,r,l,s,o,i){return[new ha(e,t,n),new ya(r),new _a(l,s,o,i)]},[oi,$l,kl,oi,oi,pa,Sl,[2,ga]]),_r(4608,Li,Li,[Vi,$l]),_r(135680,Fi,Fi,[oi]),_r(4608,Qi,Qi,[Li,Fi,bl]),_r(6144,Xt,null,[Qi]),_r(6144,ji,null,[Fi]),_r(4608,Yl,Yl,[$l]),_r(1073742336,si,si,[]),_r(1024,ze,Na,[]),_r(1024,vl,function(e){return[(t=e,Di("probe",Ri),Di("coreTokens",Object.assign({},Oi,(t||[]).reduce((e,t)=>(e[t.name]=t.token,e),{}))),()=>Ri)];var t},[[2,os]]),_r(512,yl,yl,[[2,vl]]),_r(131584,ds,ds,[$l,Sl,Ct,ze,Gt,yl]),_r(1073742336,Es,Es,[ds]),_r(1073742336,Aa,Aa,[[3,Aa]]),_r(1073742336,Qo,Qo,[]),_r(256,bt,!0,[])])});(function(){if(Ue)throw new Error("Cannot enable prod mode after platform setup.");Ze=!1})(),Ma().bootstrapModuleFactory(Pa).catch(e=>console.error(e))},zn8P:function(e,t){function n(e){return Promise.resolve().then(function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t})}n.keys=function(){return[]},n.resolve=n,e.exports=n,n.id="zn8P"}},[[0,0]]]);