(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["main"],{ /***/ "./$$_lazy_route_resource lazy recursive": /*!******************************************************!*\ !*** ./$$_lazy_route_resource lazy namespace object ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { function webpackEmptyAsyncContext(req) { // Here Promise.resolve().then() is used instead of new Promise() to prevent // uncaught exception popping up in devtools return Promise.resolve().then(function() { var e = new Error("Cannot find module '" + req + "'"); e.code = 'MODULE_NOT_FOUND'; throw e; }); } webpackEmptyAsyncContext.keys = function() { return []; }; webpackEmptyAsyncContext.resolve = webpackEmptyAsyncContext; module.exports = webpackEmptyAsyncContext; webpackEmptyAsyncContext.id = "./$$_lazy_route_resource lazy recursive"; /***/ }), /***/ "./src/app/app-routing.module.ts": /*!***************************************!*\ !*** ./src/app/app-routing.module.ts ***! \***************************************/ /*! exports provided: AppRoutingModule */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AppRoutingModule", function() { return AppRoutingModule; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); /* harmony import */ var _components_subscription_subscription_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components/subscription/subscription.component */ "./src/app/components/subscription/subscription.component.ts"); /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js"); /* harmony import */ var _components_register_register_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components/register/register.component */ "./src/app/components/register/register.component.ts"); /* harmony import */ var _components_home_home_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./components/home/home.component */ "./src/app/components/home/home.component.ts"); /* harmony import */ var _components_subscription_form_components_success_page_success_page_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./components/subscription-form/components/success-page/success-page.component */ "./src/app/components/subscription-form/components/success-page/success-page.component.ts"); /* harmony import */ var _components_subscription_info_subscription_info_component__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./components/subscription-info/subscription-info.component */ "./src/app/components/subscription-info/subscription-info.component.ts"); const routes = [ { path: '', component: _components_home_home_component__WEBPACK_IMPORTED_MODULE_5__["HomeComponent"] }, { path: 'subscription-information', component: _components_subscription_info_subscription_info_component__WEBPACK_IMPORTED_MODULE_7__["SubscriptionInfoComponent"] }, { path: 'subscription', component: _components_subscription_subscription_component__WEBPACK_IMPORTED_MODULE_2__["SubscriptionComponent"] }, { path: 'register', component: _components_register_register_component__WEBPACK_IMPORTED_MODULE_4__["RegisterComponent"] }, { path: 'success', component: _components_subscription_form_components_success_page_success_page_component__WEBPACK_IMPORTED_MODULE_6__["SuccessPageComponent"] }, ]; class AppRoutingModule { } AppRoutingModule.ɵmod = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineNgModule"]({ type: AppRoutingModule }); AppRoutingModule.ɵinj = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjector"]({ factory: function AppRoutingModule_Factory(t) { return new (t || AppRoutingModule)(); }, imports: [[_angular_common__WEBPACK_IMPORTED_MODULE_1__["CommonModule"], _angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"].forRoot(routes)], _angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"]] }); (function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsetNgModuleScope"](AppRoutingModule, { imports: [_angular_common__WEBPACK_IMPORTED_MODULE_1__["CommonModule"], _angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"]], exports: [_angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"]] }); })(); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](AppRoutingModule, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["NgModule"], args: [{ declarations: [], imports: [_angular_common__WEBPACK_IMPORTED_MODULE_1__["CommonModule"], _angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"].forRoot(routes)], exports: [_angular_router__WEBPACK_IMPORTED_MODULE_3__["RouterModule"]], }] }], null, null); })(); /***/ }), /***/ "./src/app/app.component.ts": /*!**********************************!*\ !*** ./src/app/app.component.ts ***! \**********************************/ /*! exports provided: AppComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AppComponent", function() { return AppComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _ngx_translate_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @ngx-translate/core */ "./node_modules/@ngx-translate/core/__ivy_ngcc__/fesm2015/ngx-translate-core.js"); /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js"); class AppComponent { constructor(translate) { this.translate = translate; this.title = 'ReservareWebsite'; translate.setDefaultLang('it'); } } AppComponent.ɵfac = function AppComponent_Factory(t) { return new (t || AppComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_ngx_translate_core__WEBPACK_IMPORTED_MODULE_1__["TranslateService"])); }; AppComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: AppComponent, selectors: [["app-root"]], decls: 1, vars: 0, template: function AppComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](0, "router-outlet"); } }, directives: [_angular_router__WEBPACK_IMPORTED_MODULE_2__["RouterOutlet"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2FwcC5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](AppComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] }] }], function () { return [{ type: _ngx_translate_core__WEBPACK_IMPORTED_MODULE_1__["TranslateService"] }]; }, null); })(); /***/ }), /***/ "./src/app/app.module.ts": /*!*******************************!*\ !*** ./src/app/app.module.ts ***! \*******************************/ /*! exports provided: AppModule, HttpLoaderFactory */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AppModule", function() { return AppModule; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HttpLoaderFactory", function() { return HttpLoaderFactory; }); /* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/platform-browser */ "./node_modules/@angular/platform-browser/__ivy_ngcc__/fesm2015/platform-browser.js"); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _nicky_lenaers_ngx_scroll_to__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @nicky-lenaers/ngx-scroll-to */ "./node_modules/@nicky-lenaers/ngx-scroll-to/__ivy_ngcc__/fesm2015/nicky-lenaers-ngx-scroll-to.js"); /* harmony import */ var _app_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./app.component */ "./src/app/app.component.ts"); /* harmony import */ var _components_footer_footer_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components/footer/footer.component */ "./src/app/components/footer/footer.component.ts"); /* harmony import */ var _components_main_section_main_section_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./components/main-section/main-section.component */ "./src/app/components/main-section/main-section.component.ts"); /* harmony import */ var _components_info_section_info_section_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./components/info-section/info-section.component */ "./src/app/components/info-section/info-section.component.ts"); /* harmony import */ var _components_activation_section_activation_section_component__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./components/activation-section/activation-section.component */ "./src/app/components/activation-section/activation-section.component.ts"); /* harmony import */ var _components_header_header_component__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./components/header/header.component */ "./src/app/components/header/header.component.ts"); /* harmony import */ var _components_social_social_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./components/social/social.component */ "./src/app/components/social/social.component.ts"); /* harmony import */ var _angular_platform_browser_animations__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! @angular/platform-browser/animations */ "./node_modules/@angular/platform-browser/__ivy_ngcc__/fesm2015/animations.js"); /* harmony import */ var ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ngx-bootstrap/modal */ "./node_modules/ngx-bootstrap/__ivy_ngcc__/modal/fesm2015/ngx-bootstrap-modal.js"); /* harmony import */ var angular_google_recaptcha__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! angular-google-recaptcha */ "./node_modules/angular-google-recaptcha/__ivy_ngcc__/angular-google-recaptcha.js"); /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js"); /* harmony import */ var _components_register_register_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./components/register/register.component */ "./src/app/components/register/register.component.ts"); /* harmony import */ var _components_subscription_form_components_stripe_stripe_component__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./components/subscription-form/components/stripe/stripe.component */ "./src/app/components/subscription-form/components/stripe/stripe.component.ts"); /* harmony import */ var _components_subscription_form_subscription_form_component__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./components/subscription-form/subscription-form.component */ "./src/app/components/subscription-form/subscription-form.component.ts"); /* harmony import */ var _components_subscription_subscription_component__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./components/subscription/subscription.component */ "./src/app/components/subscription/subscription.component.ts"); /* harmony import */ var _app_routing_module__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./app-routing.module */ "./src/app/app-routing.module.ts"); /* harmony import */ var stripe_angular__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! stripe-angular */ "./node_modules/stripe-angular/__ivy_ngcc__/fesm2015/stripe-angular.js"); /* harmony import */ var _components_home_home_component__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./components/home/home.component */ "./src/app/components/home/home.component.ts"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! @angular/common/http */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/http.js"); /* harmony import */ var angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! angular-ng-autocomplete */ "./node_modules/angular-ng-autocomplete/__ivy_ngcc__/fesm2015/angular-ng-autocomplete.js"); /* harmony import */ var _components_subscription_form_components_step_anagrafici_step_anagrafici_component__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./components/subscription-form/components/step-anagrafici/step-anagrafici.component */ "./src/app/components/subscription-form/components/step-anagrafici/step-anagrafici.component.ts"); /* harmony import */ var _components_subscription_form_components_step_struttura_step_struttura_component__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./components/subscription-form/components/step-struttura/step-struttura.component */ "./src/app/components/subscription-form/components/step-struttura/step-struttura.component.ts"); /* harmony import */ var _components_subscription_form_components_step_fatturazione_step_fatturazione_component__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./components/subscription-form/components/step-fatturazione/step-fatturazione.component */ "./src/app/components/subscription-form/components/step-fatturazione/step-fatturazione.component.ts"); /* harmony import */ var _components_subscription_form_components_stepper_stepper_component__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./components/subscription-form/components/stepper/stepper.component */ "./src/app/components/subscription-form/components/stepper/stepper.component.ts"); /* harmony import */ var _ngx_translate_core__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! @ngx-translate/core */ "./node_modules/@ngx-translate/core/__ivy_ngcc__/fesm2015/ngx-translate-core.js"); /* harmony import */ var _ngx_translate_http_loader__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! @ngx-translate/http-loader */ "./node_modules/@ngx-translate/http-loader/__ivy_ngcc__/fesm2015/ngx-translate-http-loader.js"); /* harmony import */ var _components_subscription_form_components_success_page_success_page_component__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./components/subscription-form/components/success-page/success-page.component */ "./src/app/components/subscription-form/components/success-page/success-page.component.ts"); /* harmony import */ var _components_subscription_info_subscription_info_component__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./components/subscription-info/subscription-info.component */ "./src/app/components/subscription-info/subscription-info.component.ts"); /* harmony import */ var ngx_toastr__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ngx-toastr */ "./node_modules/ngx-toastr/__ivy_ngcc__/fesm2015/ngx-toastr.js"); class AppModule { } AppModule.ɵmod = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineNgModule"]({ type: AppModule, bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_3__["AppComponent"]] }); AppModule.ɵinj = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineInjector"]({ factory: function AppModule_Factory(t) { return new (t || AppModule)(); }, providers: [], imports: [[ _angular_common_http__WEBPACK_IMPORTED_MODULE_21__["HttpClientModule"], _angular_platform_browser__WEBPACK_IMPORTED_MODULE_0__["BrowserModule"], _nicky_lenaers_ngx_scroll_to__WEBPACK_IMPORTED_MODULE_2__["ScrollToModule"].forRoot(), _angular_platform_browser_animations__WEBPACK_IMPORTED_MODULE_10__["BrowserAnimationsModule"], ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_11__["ModalModule"].forRoot(), angular_google_recaptcha__WEBPACK_IMPORTED_MODULE_12__["RecaptchaModule"].forRoot({ siteKey: '6LektP0UAAAAAJf_wjlUj8VlPCC--QmGi10rfod_', }), angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_22__["AutocompleteLibModule"], ngx_toastr__WEBPACK_IMPORTED_MODULE_31__["ToastrModule"].forRoot(), stripe_angular__WEBPACK_IMPORTED_MODULE_19__["StripeModule"].forRoot('pk_live_51GxCoLEnlGcY25tlyaHnBVZLzpC8j8phhZYfbufSnmMVKkC2LfS7NAM6So51Oy2nq7wjAhJqHzuX86k9vKmlVZ6t00wEBJ1N94'), _angular_forms__WEBPACK_IMPORTED_MODULE_13__["FormsModule"], _app_routing_module__WEBPACK_IMPORTED_MODULE_18__["AppRoutingModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_13__["ReactiveFormsModule"], _ngx_translate_core__WEBPACK_IMPORTED_MODULE_27__["TranslateModule"].forRoot({ loader: { provide: _ngx_translate_core__WEBPACK_IMPORTED_MODULE_27__["TranslateLoader"], useFactory: HttpLoaderFactory, deps: [_angular_common_http__WEBPACK_IMPORTED_MODULE_21__["HttpClient"]] } }) ]] }); (function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵsetNgModuleScope"](AppModule, { declarations: [_app_component__WEBPACK_IMPORTED_MODULE_3__["AppComponent"], _components_footer_footer_component__WEBPACK_IMPORTED_MODULE_4__["FooterComponent"], _components_main_section_main_section_component__WEBPACK_IMPORTED_MODULE_5__["MainSectionComponent"], _components_info_section_info_section_component__WEBPACK_IMPORTED_MODULE_6__["InfoSectionComponent"], _components_activation_section_activation_section_component__WEBPACK_IMPORTED_MODULE_7__["ActivationSectionComponent"], _components_header_header_component__WEBPACK_IMPORTED_MODULE_8__["HeaderComponent"], _components_social_social_component__WEBPACK_IMPORTED_MODULE_9__["SocialComponent"], _components_register_register_component__WEBPACK_IMPORTED_MODULE_14__["RegisterComponent"], _components_subscription_form_components_stripe_stripe_component__WEBPACK_IMPORTED_MODULE_15__["StripeComponent"], _components_subscription_form_subscription_form_component__WEBPACK_IMPORTED_MODULE_16__["SubscriptionFormComponent"], _components_subscription_subscription_component__WEBPACK_IMPORTED_MODULE_17__["SubscriptionComponent"], _components_home_home_component__WEBPACK_IMPORTED_MODULE_20__["HomeComponent"], _components_subscription_form_components_step_anagrafici_step_anagrafici_component__WEBPACK_IMPORTED_MODULE_23__["StepAnagraficiComponent"], _components_subscription_form_components_step_struttura_step_struttura_component__WEBPACK_IMPORTED_MODULE_24__["StepStrutturaComponent"], _components_subscription_form_components_step_fatturazione_step_fatturazione_component__WEBPACK_IMPORTED_MODULE_25__["StepFatturazioneComponent"], _components_subscription_form_components_stepper_stepper_component__WEBPACK_IMPORTED_MODULE_26__["StepperComponent"], _components_subscription_form_components_success_page_success_page_component__WEBPACK_IMPORTED_MODULE_29__["SuccessPageComponent"], _components_subscription_info_subscription_info_component__WEBPACK_IMPORTED_MODULE_30__["SubscriptionInfoComponent"]], imports: [_angular_common_http__WEBPACK_IMPORTED_MODULE_21__["HttpClientModule"], _angular_platform_browser__WEBPACK_IMPORTED_MODULE_0__["BrowserModule"], _nicky_lenaers_ngx_scroll_to__WEBPACK_IMPORTED_MODULE_2__["ScrollToModule"], _angular_platform_browser_animations__WEBPACK_IMPORTED_MODULE_10__["BrowserAnimationsModule"], ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_11__["ModalModule"], angular_google_recaptcha__WEBPACK_IMPORTED_MODULE_12__["RecaptchaModule"], angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_22__["AutocompleteLibModule"], ngx_toastr__WEBPACK_IMPORTED_MODULE_31__["ToastrModule"], stripe_angular__WEBPACK_IMPORTED_MODULE_19__["StripeModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_13__["FormsModule"], _app_routing_module__WEBPACK_IMPORTED_MODULE_18__["AppRoutingModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_13__["ReactiveFormsModule"], _ngx_translate_core__WEBPACK_IMPORTED_MODULE_27__["TranslateModule"]] }); })(); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵsetClassMetadata"](AppModule, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"], args: [{ declarations: [ _app_component__WEBPACK_IMPORTED_MODULE_3__["AppComponent"], _components_footer_footer_component__WEBPACK_IMPORTED_MODULE_4__["FooterComponent"], _components_main_section_main_section_component__WEBPACK_IMPORTED_MODULE_5__["MainSectionComponent"], _components_info_section_info_section_component__WEBPACK_IMPORTED_MODULE_6__["InfoSectionComponent"], _components_activation_section_activation_section_component__WEBPACK_IMPORTED_MODULE_7__["ActivationSectionComponent"], _components_header_header_component__WEBPACK_IMPORTED_MODULE_8__["HeaderComponent"], _components_social_social_component__WEBPACK_IMPORTED_MODULE_9__["SocialComponent"], _components_register_register_component__WEBPACK_IMPORTED_MODULE_14__["RegisterComponent"], _components_subscription_form_components_stripe_stripe_component__WEBPACK_IMPORTED_MODULE_15__["StripeComponent"], _components_subscription_form_subscription_form_component__WEBPACK_IMPORTED_MODULE_16__["SubscriptionFormComponent"], _components_subscription_subscription_component__WEBPACK_IMPORTED_MODULE_17__["SubscriptionComponent"], _components_home_home_component__WEBPACK_IMPORTED_MODULE_20__["HomeComponent"], _components_subscription_form_components_step_anagrafici_step_anagrafici_component__WEBPACK_IMPORTED_MODULE_23__["StepAnagraficiComponent"], _components_subscription_form_components_step_struttura_step_struttura_component__WEBPACK_IMPORTED_MODULE_24__["StepStrutturaComponent"], _components_subscription_form_components_step_fatturazione_step_fatturazione_component__WEBPACK_IMPORTED_MODULE_25__["StepFatturazioneComponent"], _components_subscription_form_components_stepper_stepper_component__WEBPACK_IMPORTED_MODULE_26__["StepperComponent"], _components_subscription_form_components_success_page_success_page_component__WEBPACK_IMPORTED_MODULE_29__["SuccessPageComponent"], _components_subscription_info_subscription_info_component__WEBPACK_IMPORTED_MODULE_30__["SubscriptionInfoComponent"] ], imports: [ _angular_common_http__WEBPACK_IMPORTED_MODULE_21__["HttpClientModule"], _angular_platform_browser__WEBPACK_IMPORTED_MODULE_0__["BrowserModule"], _nicky_lenaers_ngx_scroll_to__WEBPACK_IMPORTED_MODULE_2__["ScrollToModule"].forRoot(), _angular_platform_browser_animations__WEBPACK_IMPORTED_MODULE_10__["BrowserAnimationsModule"], ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_11__["ModalModule"].forRoot(), angular_google_recaptcha__WEBPACK_IMPORTED_MODULE_12__["RecaptchaModule"].forRoot({ siteKey: '6LektP0UAAAAAJf_wjlUj8VlPCC--QmGi10rfod_', }), angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_22__["AutocompleteLibModule"], ngx_toastr__WEBPACK_IMPORTED_MODULE_31__["ToastrModule"].forRoot(), stripe_angular__WEBPACK_IMPORTED_MODULE_19__["StripeModule"].forRoot('pk_live_51GxCoLEnlGcY25tlyaHnBVZLzpC8j8phhZYfbufSnmMVKkC2LfS7NAM6So51Oy2nq7wjAhJqHzuX86k9vKmlVZ6t00wEBJ1N94'), _angular_forms__WEBPACK_IMPORTED_MODULE_13__["FormsModule"], _app_routing_module__WEBPACK_IMPORTED_MODULE_18__["AppRoutingModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_13__["ReactiveFormsModule"], _ngx_translate_core__WEBPACK_IMPORTED_MODULE_27__["TranslateModule"].forRoot({ loader: { provide: _ngx_translate_core__WEBPACK_IMPORTED_MODULE_27__["TranslateLoader"], useFactory: HttpLoaderFactory, deps: [_angular_common_http__WEBPACK_IMPORTED_MODULE_21__["HttpClient"]] } }) ], providers: [], bootstrap: [_app_component__WEBPACK_IMPORTED_MODULE_3__["AppComponent"]], entryComponents: [_components_subscription_form_components_stripe_stripe_component__WEBPACK_IMPORTED_MODULE_15__["StripeComponent"]] }] }], null, null); })(); // required for AOT compilation function HttpLoaderFactory(http) { return new _ngx_translate_http_loader__WEBPACK_IMPORTED_MODULE_28__["TranslateHttpLoader"](http); } /***/ }), /***/ "./src/app/components/activation-section/activation-section.component.ts": /*!*******************************************************************************!*\ !*** ./src/app/components/activation-section/activation-section.component.ts ***! \*******************************************************************************/ /*! exports provided: ActivationSectionComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ActivationSectionComponent", function() { return ActivationSectionComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js"); class ActivationSectionComponent { constructor() { } ngOnInit() { } } ActivationSectionComponent.ɵfac = function ActivationSectionComponent_Factory(t) { return new (t || ActivationSectionComponent)(); }; ActivationSectionComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: ActivationSectionComponent, selectors: [["app-activation-section"]], decls: 45, vars: 0, consts: [[1, "activationSection", "d-flex", "justify-content-center", "align-items-center"], [1, "container"], [1, "row", "d-flex", "justify-content-center", "align-items-center", "reverse-reservare"], [1, "col-sm-12", "col-md-6", "col-lg-6", "text-center", "mb-5"], ["src", "assets/esercente.png", 1, "w-100", "imgEsercente"], [1, "col-sm-12", "col-md-6", "col-lg-6", "mb-2"], [1, "sectionTitle", "text-center"], [1, "text-center", "mt-2"], [1, "callToAction", "text-center", "mt-3"], ["routerLink", "/subscription"], [1, "fa", "fa-play"], [1, "callToActionLabel"]], template: function ActivationSectionComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "section", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "div", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](4, "img", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "h2", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](7, " Hai un attivita'? "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](9, "Scegli RESERVARE, la scelta sicura a portata di Click! Reservare \u00E8 un sistema di "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](11, "prenotazione rapida online"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](12, " per accessi in aree pubbliche e private e di monitoraggio delle presenze. Si tratta di un metodo "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](14, "Semplice"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](15, ", "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](16, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](17, "Sicuro"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](18, " e "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](19, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](20, "Veloce"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](21, " necessario per tenere sotto controllo I flussi d\u2019ingresso presso la tua attivit\u00E0. Gli utenti che si registreranno su Reservare riceveranno un biglietto con i propri dati. Lo stesso, contenente un "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](22, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](23, "codice QR"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](24, " permetter\u00E0 agli addetti di monitorare costantemente la presenza di persone nelle aree monitorate ottimizzando l\u2019impiego delle risorse disponibili e fornendo dati statistici e report sull\u2019andamento delle attivit\u00E0. Reservare \u00E8 un\u2019innovazione del settore e presenta "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](25, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](26, "funzionalit\u00E0 uniche e fondamentali"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](27, " per voi proprietari di attivit\u00E0: "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](28, "ul"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](30, "Sistema di prenotazione"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](31, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](32, "Gestione degli spazi"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](33, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](34, "Registro presenze"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](35, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](36, "Verifica delle prenotazioni grazie al codice QR"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](37, "h4", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](38, " Reservare, la scelta adatta a te! "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](39, "p", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](40, "a", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](41, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](42, "i", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](43, "span", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](44, "SCOPRI DI PIU'"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, directives: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterLinkWithHref"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvYWN0aXZhdGlvbi1zZWN0aW9uL2FjdGl2YXRpb24tc2VjdGlvbi5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](ActivationSectionComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-activation-section', templateUrl: './activation-section.component.html', styleUrls: ['./activation-section.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/footer/footer.component.ts": /*!*******************************************************!*\ !*** ./src/app/components/footer/footer.component.ts ***! \*******************************************************/ /*! exports provided: FooterComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FooterComponent", function() { return FooterComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ngx-bootstrap/modal */ "./node_modules/ngx-bootstrap/__ivy_ngcc__/modal/fesm2015/ngx-bootstrap-modal.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); function FooterComponent_div_6_Template(rf, ctx) { if (rf & 1) { const _r4 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetCurrentView"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, " Questo sito utilizza cookie tecnici, analytics e di terze parti. Proseguendo nella navigazione accetti l\u2019utilizzo dei cookie. Consulta la "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "a", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function FooterComponent_div_6_Template_a_click_4_listener() { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r4); const ctx_r3 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); const _r1 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](8); return ctx_r3.openModal(_r1); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5, "Privacy Policy"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](6, " per saperne di piu'. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "div", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "button", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function FooterComponent_div_6_Template_button_click_9_listener($event) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r4); const ctx_r5 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); return ctx_r5.consent(true, $event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](11, "Accetta"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function FooterComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) { const _r7 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetCurrentView"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "h4", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](2, "Privacy Policy"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "button", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function FooterComponent_ng_template_7_Template_button_click_3_listener() { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r7); const ctx_r6 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); return ctx_r6.modalRef.hide(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "span", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5, "\u00D7"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 14); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, " La presente Informativa sulla Privacy illustra le modalit\u00E0 con le quali la societ\u00E1 TAAL srl (in seguito \u201C"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](10, "Titolare"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](11, "\u201D) tratta\u00A0i dati personali dell\u2019utente raccolti tramite il sito web "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "a", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](13, "www.reservare.it"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](14, "\u00A0(in seguito \u201C"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](15, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](16, "Sito"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](17, "\u201D). In particolare, in conformit\u00E0 con il Regolamento generale sulla protezione dei dati dell\u2019UE n. 2016/679 (in seguito \u201C"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](18, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](19, "REGOLAMENTO"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](20, "\u201D), la presente fornisce specifiche informazioni sulla tipologia, sulle modalit\u00E0 di utilizzo, sulla condivisione dei dati personali e su come esercitare i diritti previsti in relazione all\u2019attivit\u00E0 di trattamento. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](21, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](22, "TITOLARE DEL TRATTAMENTO"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](23, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](24, "Il Titolare del Trattamento \u00E8 Francesco Maria Ermani, E-mail "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](25, "a", 16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](26, "fmermani@gmail.com"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](27, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](28, "QUALI DATI PERSONALI RACCOGLIAMO"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](30, " Qualora l\u2019utente desideri usufruire dei servizi offerti dal sito, ad esempio quando si effettuano acquisti tramite il portale e-Commerce o quando si richiede di ricevere informazioni, potr\u00E0 volontariamente comunicare i seguenti dati mediante la compilazione dei moduli preposti. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](31, "ul"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](32, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](33, " Dati di contatto \u2013\u00A0si tratta di informazioni utili ad identificare il soggetto e vengono utilizzate per spedire i prodotti acquistati, fornire informazioni promozionali, rispondere alle domande e ai dubbi sollevati. Tali dati comprendono: nome, cognome, numero di telefono, indirizzo e-mail, ragione sociale, indirizzo di fatturazione e di spedizione. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](34, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](35, " Dati di accesso \u2013\u00A0si tratta di informazioni finalizzate alla creazione ed amministrazione del profilo utente in cui \u00E8 possibile effettuare una serie di attivit\u00E0 quali modificare i dettagli dell\u2019account. Tali dati comprendono: password e nome utente. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](36, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](37, " Al momento dell\u2019interazione con il sito web, inoltre, alcuni dati vengono raccolti automaticamente dai dispositivi o dai browser dell\u2019utente. Specifiche informazioni su queste pratiche sono fornite alla policy cookies del presente sito. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](38, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](39, " Questi dati includono: "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](40, "ul"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](41, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](42, " Dati di navigazione\u00A0\u2013 si tratta di informazioni tecniche relative alla navigazione in internet dell\u2019utente. Non sono raccolte per essere associate a interessati identificati, ma che per loro stessa natura potrebbero permettere di identificare gli utenti attraverso elaborazioni ed associazioni con dati detenuti da terzi. In questa categoria rientrano: indirizzi IP, sistema operativo, dati che identificano il browser e la versione in uso, dettagli del dispositivo in uso, dati di accesso alla rete. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](43, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](44, " Cookies\u00A0\u2013 I cookie sono piccoli file di testo che vengono memorizzati sul computer o sul dispositivo mobile quando si visita un sito Web. Tali strumenti permettono di registrare alcuni parametri e dati comunicati al sistema informatico attraverso il browser utilizzato e, pertanto, consentono un\u2019analisi delle abitudini dell\u2019utente nell\u2019utilizzo del Sito (ad esempio monitoraggio di sessioni o memorizzazione delle preferenze). "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](45, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](46, "PERCH\u00C9 TRATTIAMO I DATI PERSONALI"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](47, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](48, " Raccogliamo, utilizziamo e conserviamo i dati personali dell\u2019utente per le finalit\u00E0 di seguito indicate. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](49, "ul"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](50, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](51, " Inviare materiale informativo,\u2013\u00A0I dati raccolti saranno utilizzati per comunicazioni inerenti la prenotazione effettuata sul sito. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](52, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](53, " Rispondere alle richieste degli utenti \u2013\u00A0I dati raccolti saranno utilizzati per dare esecuzione alle istanze e/o interrogazioni inoltrate tramite l\u2019apposita sezione \u201Ccontatti\u201D presente sul sito. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](54, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](55, " Svolgere e migliorare l\u2019attivit\u00E0, i prodotti e i servizi \u2013\u00A0I dati raccolti saranno utilizzati per l\u2019ordinaria amministrazione dell\u2019attivit\u00E0 e per gestire problemi tecnici e migliorare l\u2019esperienza dell\u2019utente sul sito. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](56, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](57, "FONDAMENTO LEGALE"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](58, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](59, "Il titolare effettuer\u00E0 il trattamento dei dati personali sulle seguenti basi giuridiche."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](60, "ul"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](61, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](62, "Il consenso\u00A0\u2013 La ricezione di comunicazioni informative, pubblicitarie e promozionali o la partecipazione al servizio di newsletter \u00E8 subordinato allo specifico consenso prestato dall\u2019utente nell\u2019apposita sezione del sito. Tale consenso potr\u00E0 essere revocato in qualsiasi momento. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](63, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](64, "Obblighi contrattuali\u00A0\u2013 I dati personali verranno elaborati per la prenotazione di uno spazio nelle spiagge libere o ad un evento organizzato dal comune. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](65, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](66, "Interessi legittimi\u00A0\u2013 I dati personali potranno essere trattati per perseguire interessi legittimi del Titolare in materia di normativa per la prevenzione del contagio da Coronavirus. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](67, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](68, "CONDIVISIONE DEI DATI PERSONALI"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](69, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](70, "Il Comune condivide i dati personali conferiti con:"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](71, "ul"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](72, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](73, "Il personale dipendente \u2013\u00A0I dipendenti del Titolare trattano i dati personali esclusivamente in relazione alle mansioni da loro svolte e per le finalit\u00E0 sopra espresse. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](74, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](75, "Fornitori di servizi \u2013\u00A0Soggetti terzi che operano in collaborazione col comune nell\u2019erogazione dei servizi richiesti come, a titolo esemplificativo, addetti ai varchi, addetti alla sicurezza o soggetti convolti nell\u2019organizzazione del sito. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](76, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](77, "Autorit\u00E0 di regolamentazione e forze dell\u2019ordine\u00A0\u2013\u00A0Autorit\u00E0 governative e/o funzionari delle forze dell\u2019ordine, se obbligatorio per legge o se richiesto per la protezione dei nostri legittimi interessi in conformit\u00E0 con la normativa applicabile. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](78, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](79, "TRASFERIMENTO DI DATI PERSONALI"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](80, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](81, "I dati personali degli utenti oggetto di trattamento da parte del Titolare non vengono diffusi a soggetti indeterminati n\u00E9 trasferiti Paesi Terzi o a organizzazioni internazionali."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](82, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](83, "TEMPI DI CONSERVAZIONE DEI DATI PERSONALI"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](84, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](85, "Il titolare conserver\u00E0 i dati personali solamente per il tempo strettamente necessario alla gestione del servizio richiesto dall\u2019utente o fino a quando richiesto da obblighi legali o contrattuali."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](86, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](87, "Per ci\u00F2 che concerne i dati trattati per finalit\u00E0 informative, promozionali e/o pubblicitarie, rilasciati previo consenso, saranno conservati fino al momento in cui \u00E8 comunicato dall\u2019interessato l\u2019intenzione di revocare tale consenso."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](88, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](89, "DIRITTI RELATIVI AI DATI PERSONALI"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](90, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](91, "L\u2019utente ha la facolt\u00E0 di esercitare, ai sensi degli articoli 15- 22 del Regolamento UE n. 2016/679, i seguenti diritti:"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](92, "ol"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](93, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](94, "accesso ai dati personali\u00A0\u2013 Ottenere la conferma dell\u2019esistenza o meno di propri dati personali. Tale diritto comprende anche la possibilit\u00E0 di ricevere indicazioni circa l\u2019origine dei dati personali, le finalit\u00E0 e le modalit\u00E0 del trattamento, le categorie dei dati, i destinatari o le categorie di destinatari a cui i dati personali sono stati o saranno comunicati, il periodo di conservazione, nonch\u00E9 informazioni circa gli estremi identificativi del titolare, dei responsabili o dei soggetti ai quali i dati possono essere comunicati o che possono venirne a conoscenza; "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](95, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](96, "rettifica\u00A0\u2013 Verificare che i dati personali in possesso del Titolare siano corretti e completi, in caso contrario procedere alla rettificazione o integrazione. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](97, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](98, "cancellazione \u2013\u00A0\u00A0Richiedere l\u2019eliminazione di tutti i dati presenti nei sistemi del Titolare. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](99, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](100, "limitazione del trattamento \u2013\u00A0Limitare o interrompere l\u2019utilizzo dei dati personali per determinati scopi o finalit\u00E0. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](101, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](102, "portabilit\u00E0 dei dati\u00A0\u2013 Ottenere una copia dei dati personali in un formato strutturato, di uso comune e leggibile da dispositivo automatico, e trasmetterli ad un altro titolare del trattamento senza impedimenti; "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](103, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](104, "opposizione\u00A0\u2013 L\u2019utente pu\u00F2 opporsi, per motivi legittimi, al trattamento in tutto o in parte dei dati personali pertinenti allo scopo della raccolta o opporsi al trattamento dei dati personali per finalit\u00E0 pubblicitarie e promozionali "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](105, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](106, "revocare il consenso\u2013 Qualora \u00E8 stato prestato specifico consenso al trattamento dei dati personali, l\u2019utente, in qualsiasi momento, pu\u00F2 revocare il consenso senza pregiudicare la liceit\u00E0 del trattamento effettuato fino a quel momento; "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](107, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](108, "reclamo a un\u2019autorit\u00E0 di vigilanza \u2013\u00A0\u00A0Proporre reclamo all\u2019 Autorit\u00E0 Garante per la protezione dei dati personali (garanteprivacy.it) contro il trattamento effettuato da Life Intimo s.r.l. mediante il sito. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](109, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](110, "\u00C8 possibile esercitare i diritti suesposti contattando il Titolare all\u2019indirizzo di posta elettronica\u00A0"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](111, "a", 16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](112, "fmermani@gmail.com"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](113, "h5"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](114, "MODIFICHE"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](115, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](116, "La societ\u00E1 si riserva il diritto di modificare parzialmente o completamente la Politica sulla privacy o semplicemente di aggiornarne il contenuto."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } class FooterComponent { constructor(modalService) { this.modalService = modalService; this.isConsented = false; this.COOKIE_CONSENT = 'Privacy_cookie'; this.COOKIE_CONSENT_EXPIRE_DAYS = 7; this.isConsented = this.getCookie(this.COOKIE_CONSENT) === '1'; } openModal(template) { this.modalRef = this.modalService.show(template, { class: 'modal-lg' }); } getCookie(name) { const ca = document.cookie.split(';'); const caLen = ca.length; const cookieName = `${name}=`; let c; for (let i = 0; i < caLen; i += 1) { c = ca[i].replace(/^\s+/g, ''); if (c.indexOf(cookieName) === 0) { return c.substring(cookieName.length, c.length); } } return ''; } deleteCookie(name) { this.setCookie(name, '', -1); } setCookie(name, value, expireDays, path = '') { const d = new Date(); d.setTime(d.getTime() + expireDays * 24 * 60 * 60 * 1000); const expires = `expires=${d.toUTCString()}`; const cpath = path ? `; path=${path}` : ''; document.cookie = `${name}=${value}; ${expires}${cpath}`; } consent(isConsent, e) { if (!isConsent) { return this.isConsented; } else if (isConsent) { this.setCookie(this.COOKIE_CONSENT, '1', this.COOKIE_CONSENT_EXPIRE_DAYS); this.isConsented = true; e.preventDefault(); } } } FooterComponent.ɵfac = function FooterComponent_Factory(t) { return new (t || FooterComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_1__["BsModalService"])); }; FooterComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: FooterComponent, selectors: [["app-footer"]], decls: 9, vars: 1, consts: [[1, "d-flex", "justify-content-center", "align-items-center"], [1, "row"], [1, "col-12", "text-center"], ["href", "http://www.taal.it", "target", "_blank"], ["class", "cookieMessage col-sm-12 col-md-4 col-lg-4", 4, "ngIf"], ["template", ""], [1, "cookieMessage", "col-sm-12", "col-md-4", "col-lg-4"], [1, "col-12"], ["href", "javascript:void(0);", 3, "click"], ["type", "button", 1, "d-block", "btn-reservare-step", "float-right", 3, "click"], [1, "modal-header"], [1, "modal-title", "pull-left"], ["type", "button", "aria-label", "Close", 1, "close", "pull-right", 3, "click"], ["aria-hidden", "true"], [1, "modal-body"], ["href", "http://www.reservare.it"], ["href", "mailto:fmermani@gmail.com"]], template: function FooterComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "footer", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, " Powered by "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "a", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5, "Taal S.R.L"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](6, FooterComponent_div_6_Template, 12, 0, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](7, FooterComponent_ng_template_7_Template, 117, 0, "ng-template", null, 5, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplateRefExtractor"]); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", !ctx.isConsented); } }, directives: [_angular_common__WEBPACK_IMPORTED_MODULE_2__["NgIf"]], styles: [".cookieMessage[_ngcontent-%COMP%] {\r\n position: fixed;\r\n bottom: 50px;\r\n left: 0;\r\n padding: 20px;\r\n background: rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n\r\n@media (max-width: 767.98px) {\r\n .cookieMessage[_ngcontent-%COMP%] {\r\n bottom: 0;\r\n background: rgba(0, 0, 0, 1);\r\n }\r\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9hcHAvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSxlQUFlO0VBQ2YsWUFBWTtFQUNaLE9BQU87RUFDUCxhQUFhO0VBQ2IsOEJBQThCO0FBQ2hDOzs7QUFHQTtFQUNFO0lBQ0UsU0FBUztJQUNULDRCQUE0QjtFQUM5QjtBQUNGIiwiZmlsZSI6InNyYy9hcHAvY29tcG9uZW50cy9mb290ZXIvZm9vdGVyLmNvbXBvbmVudC5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuY29va2llTWVzc2FnZSB7XHJcbiAgcG9zaXRpb246IGZpeGVkO1xyXG4gIGJvdHRvbTogNTBweDtcclxuICBsZWZ0OiAwO1xyXG4gIHBhZGRpbmc6IDIwcHg7XHJcbiAgYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAwLjUpO1xyXG59XHJcblxyXG5cclxuQG1lZGlhIChtYXgtd2lkdGg6IDc2Ny45OHB4KSB7XHJcbiAgLmNvb2tpZU1lc3NhZ2Uge1xyXG4gICAgYm90dG9tOiAwO1xyXG4gICAgYmFja2dyb3VuZDogcmdiYSgwLCAwLCAwLCAxKTtcclxuICB9XHJcbn1cclxuIl19 */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](FooterComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-footer', templateUrl: './footer.component.html', styleUrls: ['./footer.component.css'] }] }], function () { return [{ type: ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_1__["BsModalService"] }]; }, null); })(); /***/ }), /***/ "./src/app/components/header/header.component.ts": /*!*******************************************************!*\ !*** ./src/app/components/header/header.component.ts ***! \*******************************************************/ /*! exports provided: HeaderComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HeaderComponent", function() { return HeaderComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); class HeaderComponent { constructor() { } ngOnInit() { } } HeaderComponent.ɵfac = function HeaderComponent_Factory(t) { return new (t || HeaderComponent)(); }; HeaderComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: HeaderComponent, selectors: [["app-header"]], decls: 5, vars: 0, consts: [[1, "navbar", "navbar-reservare", "navbar-expand-lg", "navbar-light", "d-flex", "justify-content-between", "position-fixed", "w-100", "header-reservare"], ["src", "assets/logo.png", 2, "width", "50px"], ["href", "https://app.reservare.it/", "target", "_blank", 1, "btn-reservare", "mr-sm-0", "mr-md-2", "mr-lg-2"]], template: function HeaderComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "nav", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](1, "img", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "a", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](4, "ACCEDI AL SERVIZIO"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvaGVhZGVyL2hlYWRlci5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](HeaderComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-header', templateUrl: './header.component.html', styleUrls: ['./header.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/home/home.component.ts": /*!***************************************************!*\ !*** ./src/app/components/home/home.component.ts ***! \***************************************************/ /*! exports provided: HomeComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HomeComponent", function() { return HomeComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _header_header_component__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../header/header.component */ "./src/app/components/header/header.component.ts"); /* harmony import */ var _main_section_main_section_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../main-section/main-section.component */ "./src/app/components/main-section/main-section.component.ts"); /* harmony import */ var _info_section_info_section_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../info-section/info-section.component */ "./src/app/components/info-section/info-section.component.ts"); /* harmony import */ var _activation_section_activation_section_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../activation-section/activation-section.component */ "./src/app/components/activation-section/activation-section.component.ts"); /* harmony import */ var _social_social_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../social/social.component */ "./src/app/components/social/social.component.ts"); /* harmony import */ var _footer_footer_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../footer/footer.component */ "./src/app/components/footer/footer.component.ts"); class HomeComponent { constructor() { } ngOnInit() { } } HomeComponent.ɵfac = function HomeComponent_Factory(t) { return new (t || HomeComponent)(); }; HomeComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: HomeComponent, selectors: [["app-home"]], decls: 7, vars: 0, consts: [[1, "mainScollingArea"], ["id", "mainSection"], ["id", "infoSection"], ["id", "activationSection"]], template: function HomeComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](1, "app-header"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](2, "app-main-section", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](3, "app-info-section", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](4, "app-activation-section", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](5, "app-social"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](6, "app-footer"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, directives: [_header_header_component__WEBPACK_IMPORTED_MODULE_1__["HeaderComponent"], _main_section_main_section_component__WEBPACK_IMPORTED_MODULE_2__["MainSectionComponent"], _info_section_info_section_component__WEBPACK_IMPORTED_MODULE_3__["InfoSectionComponent"], _activation_section_activation_section_component__WEBPACK_IMPORTED_MODULE_4__["ActivationSectionComponent"], _social_social_component__WEBPACK_IMPORTED_MODULE_5__["SocialComponent"], _footer_footer_component__WEBPACK_IMPORTED_MODULE_6__["FooterComponent"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvaG9tZS9ob21lLmNvbXBvbmVudC5jc3MifQ== */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](HomeComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-home', templateUrl: './home.component.html', styleUrls: ['./home.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/info-section/info-section.component.ts": /*!*******************************************************************!*\ !*** ./src/app/components/info-section/info-section.component.ts ***! \*******************************************************************/ /*! exports provided: InfoSectionComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InfoSectionComponent", function() { return InfoSectionComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); class InfoSectionComponent { constructor() { } ngOnInit() { } } InfoSectionComponent.ɵfac = function InfoSectionComponent_Factory(t) { return new (t || InfoSectionComponent)(); }; InfoSectionComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: InfoSectionComponent, selectors: [["app-info-section"]], decls: 47, vars: 0, consts: [["id", "content", 1, "infoSection", "d-flex", "justify-content-center", "align-items-center"], [1, "container"], [1, "row"], [1, "col-sm-12", "col-md-8", "col-lg-8", "offset-sm-0", "offset-md-2", "offset-lg-2", "text-center"], [1, "sectionTitle"], [1, "row", "mt-3"], [1, "col-sm-12", "col-md-12", "col-lg-10", "offset-sm-0", "offset-md-0", "offset-lg-1", "d-flex", "justify-content-center", "align-items-center"], [1, "col-sm-12", "col-md-6", "col-lg-4", "mb-2"], [1, "card", "w-100"], [1, "card-body", "card-reservare", "text-center"], [1, "far", "fa-hand-point-right"], [1, "fa", "fa-lock"], [1, "col-sm-12", "col-md-6", "col-lg-4", "mb-5", "mr-auto", "ml-auto"], [1, "fa", "fa-fighter-jet"]], template: function InfoSectionComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "section", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "div", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "h2", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5, " Che cos'e' Reservare? "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](7, "E\u2019 un sistema di prenotazione rapida on line, standard PNR, per gli accessi in aree pubbliche o private (spiagge, parchi, eventi etc) e di monitoraggio delle presenze."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "div", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "div", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](14, "i", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](15, "h4"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](16, " Semplice "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](17, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](18, " Prenotazione "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](19, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](20, "agevole"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](21, " e "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](22, "b"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](23, "immediata"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](24, "."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](25, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](26, " Una volta completata la prenotazione verr\u00E0 prodotto un biglietto contenente tutti i dati (componenti del gruppo, data, destinazione ecc) da stampare o memorizzare sullo smartphone. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](27, "div", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](28, "div", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](30, "i", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](31, "h4"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](32, " Sicuro"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](33, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](34, " Permette agli addetti di monitorare costantemente la presenza di persone nelle aree monitorate, ottimizzando l\u2019impiego delle risorse disponibili e fornendo dati statistici e report sull\u2019andamento delle attivit\u00E0."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](35, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](36, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](37, "div", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](38, "div", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](39, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](40, "i", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](41, "h4"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](42, " Veloce "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](43, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](44, " Basta un click per scegliere la propria destinazione!"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](45, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](46, " Con Reservare \u00E8 possibile verificare i posti disponibili nei luoghi di interesse, l\u2019eventuale presenza di accessi per disabili e la presenza di aree atte ai possessori di animali. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvaW5mby1zZWN0aW9uL2luZm8tc2VjdGlvbi5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](InfoSectionComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-info-section', templateUrl: './info-section.component.html', styleUrls: ['./info-section.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/main-section/main-section.component.ts": /*!*******************************************************************!*\ !*** ./src/app/components/main-section/main-section.component.ts ***! \*******************************************************************/ /*! exports provided: MainSectionComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MainSectionComponent", function() { return MainSectionComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _nicky_lenaers_ngx_scroll_to__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @nicky-lenaers/ngx-scroll-to */ "./node_modules/@nicky-lenaers/ngx-scroll-to/__ivy_ngcc__/fesm2015/nicky-lenaers-ngx-scroll-to.js"); class MainSectionComponent { constructor() { } ngOnInit() { } toView($element) { $element.scrollIntoView({ behavior: "smooth", block: "start", inline: "nearest" }); } } MainSectionComponent.ɵfac = function MainSectionComponent_Factory(t) { return new (t || MainSectionComponent)(); }; MainSectionComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: MainSectionComponent, selectors: [["app-main-section"]], decls: 18, vars: 1, consts: [[1, "mainSection", "d-flex", "justify-content-center", "align-items-center"], [1, "container"], [1, "row"], [1, "col-sm-12", "col-md-5", "col-lg-5", "offset-sm-0", "offset-md-1", "offset-lg-1", "pt-5", "toppadding-reservare"], [1, "mainSectionTitle"], [1, "mainSectionSubTitle"], [1, "text-center-reservare"], [1, "callToAction", "text-center-reservare"], ["href", "javascript: void(0);", 3, "ngxScrollTo"], [1, "fa", "fa-play"], [1, "callToActionLabel"], [1, "col-sm-12", "col-md-5", "col-lg-5", "mb-5", "d-flex", "pt-5", "toppadding-reservare", "justify-content-center", "align-items-center"], ["src", "assets/mobile.png", 1, "w-100"]], template: function MainSectionComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "section", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "div", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "h1", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5, "RESERVARE"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "h3", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](7, " La scelta sicura, a portata di click "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "p", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](9, " Taal presenta Reservare, un software gestionale in Cloud per gestire l\u2019accesso ad aree controllate o monitorate. Reservare permette di gestire flussi e affollamento nelle spiagge libere, spiagge in concessione, ristoranti, attivit\u00E0 commerciali o eventi pubblici. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "p", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "a", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](13, "i", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](14, "span", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](15, "SCOPRI DI PIU'"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](16, "div", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](17, "img", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngxScrollTo", "#content"); } }, directives: [_nicky_lenaers_ngx_scroll_to__WEBPACK_IMPORTED_MODULE_1__["ScrollToDirective"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvbWFpbi1zZWN0aW9uL21haW4tc2VjdGlvbi5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](MainSectionComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-main-section', templateUrl: './main-section.component.html', styleUrls: ['./main-section.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/register/register.component.ts": /*!***********************************************************!*\ !*** ./src/app/components/register/register.component.ts ***! \***********************************************************/ /*! exports provided: RegisterComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RegisterComponent", function() { return RegisterComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var src_app_models_fullRregistration_fullRegistration_impl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! src/app/models/fullRregistration/fullRegistration.impl */ "./src/app/models/fullRregistration/fullRegistration.impl.ts"); /* harmony import */ var src_app_services_esercente_esercente_service__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! src/app/services/esercente/esercente.service */ "./src/app/services/esercente/esercente.service.ts"); /* harmony import */ var _services_registrazione_register_service__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../services/registrazione/register.service */ "./src/app/services/registrazione/register.service.ts"); /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js"); /* harmony import */ var _subscription_form_subscription_form_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../subscription-form/subscription-form.component */ "./src/app/components/subscription-form/subscription-form.component.ts"); class RegisterComponent { constructor(esercenteService, registerService, route, router) { this.esercenteService = esercenteService; this.registerService = registerService; this.route = route; this.router = router; this.submitted = false; const extra = this.router.getCurrentNavigation().extras; if (extra.state && extra.state.subscription) { this.sub = extra.state.subscription; } else { this.router.navigate(['subscription']); } } ngOnInit() { } onSubmit(datiRegistrazione) { stripe .redirectToCheckout({ lineItems: [{ price: 'price_1HSJPTEqcmqecCvXdwq83AMx', quantity: 1 }], mode: 'subscription', // Do not rely on the redirect to the successUrl for fulfilling // purchases, customers may not always reach the success_url after // a successful payment. // Instead use one of the strategies described in // https://stripe.com/docs/payments/checkout/fulfillment successUrl: 'http://localhost:4200/opening-component', cancelUrl: 'http://localhost:4200/subscription-component', }) .then((result) => { if (result.error) { const displayError = document.getElementById('error-message'); displayError.textContent = result.error.message; } }); this.submitted = true; this.createDatiRegistrazione(datiRegistrazione); const dati = this.createDatiRegistrazione(datiRegistrazione); } createDatiRegistrazione(datiRegistrazione) { const reg = new src_app_models_fullRregistration_fullRegistration_impl__WEBPACK_IMPORTED_MODULE_1__["FullRegistration"](); // reg.CODICELINGUA = datiRegistrazione.esercente.codiceLingua; reg.PASSWORD = datiRegistrazione.esercente.password; reg.NOME = datiRegistrazione.esercente.nome; reg.COGNOME = datiRegistrazione.esercente.cognome; reg.EMAIL_ESERCENTE = datiRegistrazione.esercente.email; reg.CELLULARE = datiRegistrazione.esercente.cellulare; reg.FLAGGDPR = datiRegistrazione.esercente.FLAGGDPR; // reg.DESCRIZIONE = datiRegistrazione.attivita.nomeStruttura; reg.CODICETIPOLOGIAAREA = datiRegistrazione.attivita.descrizioneAttivita; reg.INDIRIZZO_AREA = datiRegistrazione.attivita.indirizzo; reg.CAP_AREA = datiRegistrazione.attivita.CAP; reg.TELEFONO_AREA = datiRegistrazione.attivita.telefono; reg.SITOWEB = datiRegistrazione.attivita.sitoWeb; reg.EMAIL_AREA = datiRegistrazione.attivita.mail; reg.IDCOMUNE_AREA = datiRegistrazione.attivita.idCitta; reg.CODICEPROVINCIA_AREA = datiRegistrazione.attivita.PROVINCIA; // reg.RAGIONESOCIALE = datiRegistrazione.datiFatturazione.ragioneSociale; reg.PARTITAIVA = datiRegistrazione.datiFatturazione.PIVA; reg.CODICEDESTINATARIO = datiRegistrazione.datiFatturazione.codiceDestinatario; reg.PEC = datiRegistrazione.datiFatturazione.PEC; reg.INDIRIZZO_FATTURAZIONE = datiRegistrazione.datiFatturazione.indirizzo; reg.CAP_FATTURAZIONE = datiRegistrazione.datiFatturazione.CAP; reg.TELEFONO_FATTURAZIONE = datiRegistrazione.datiFatturazione.telefono; reg.EMAIL_FATTURAZIONE = datiRegistrazione.datiFatturazione.mail; reg.IDCOMUNE_FATTURAZIONE = datiRegistrazione.datiFatturazione.idCitta; reg.CODICEPROVINCIA_FATTURAZIONE = datiRegistrazione.datiFatturazione.PROVINCIA; // return reg; } } RegisterComponent.ɵfac = function RegisterComponent_Factory(t) { return new (t || RegisterComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](src_app_services_esercente_esercente_service__WEBPACK_IMPORTED_MODULE_2__["EsercenteService"]), _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_services_registrazione_register_service__WEBPACK_IMPORTED_MODULE_3__["RegisterService"]), _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_4__["ActivatedRoute"]), _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_4__["Router"])); }; RegisterComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: RegisterComponent, selectors: [["app-register"]], decls: 1, vars: 1, consts: [[3, "subscription", "submitted"]], template: function RegisterComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "app-subscription-form", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("submitted", function RegisterComponent_Template_app_subscription_form_submitted_0_listener($event) { return ctx.onSubmit($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("subscription", ctx.sub); } }, directives: [_subscription_form_subscription_form_component__WEBPACK_IMPORTED_MODULE_5__["SubscriptionFormComponent"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvcmVnaXN0ZXIvcmVnaXN0ZXIuY29tcG9uZW50LmNzcyJ9 */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](RegisterComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-register', templateUrl: './register.component.html', styleUrls: ['./register.component.css'], }] }], function () { return [{ type: src_app_services_esercente_esercente_service__WEBPACK_IMPORTED_MODULE_2__["EsercenteService"] }, { type: _services_registrazione_register_service__WEBPACK_IMPORTED_MODULE_3__["RegisterService"] }, { type: _angular_router__WEBPACK_IMPORTED_MODULE_4__["ActivatedRoute"] }, { type: _angular_router__WEBPACK_IMPORTED_MODULE_4__["Router"] }]; }, null); })(); /***/ }), /***/ "./src/app/components/social/social.component.ts": /*!*******************************************************!*\ !*** ./src/app/components/social/social.component.ts ***! \*******************************************************/ /*! exports provided: SocialComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SocialComponent", function() { return SocialComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ngx-bootstrap/modal */ "./node_modules/ngx-bootstrap/__ivy_ngcc__/modal/fesm2015/ngx-bootstrap-modal.js"); /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js"); /* harmony import */ var angular_google_recaptcha__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! angular-google-recaptcha */ "./node_modules/angular-google-recaptcha/__ivy_ngcc__/angular-google-recaptcha.js"); const _c0 = function () { return { standalone: true }; }; function SocialComponent_ng_template_16_Template(rf, ctx) { if (rf & 1) { const _r3 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetCurrentView"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "h4", 14); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](2, "Contact Us"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "button", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function SocialComponent_ng_template_16_Template_button_click_3_listener() { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r3); const ctx_r2 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); return ctx_r2.modalRef.hide(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "span", 16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5, "\u00D7"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 17); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "form", 18); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "div", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "div", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](11, "input", 22); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "div", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](14, "div", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](15, "input", 23); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](16, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](17, "div", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](18, "div", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](19, "input", 24); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](20, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](21, "div", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](22, "div", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](23, "textarea", 25); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](24, "Lascia un tuo messaggio..."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](25, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](26, "div", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](27, "recaptcha", 26); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("ngModelChange", function SocialComponent_ng_template_16_Template_recaptcha_ngModelChange_27_listener($event) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r3); const ctx_r4 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); return ctx_r4.myRecaptcha = $event; }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](28, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "div", 27); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](30, "div", 28); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](31, "button", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](32, "Invia messaggio "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { const ctx_r1 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](27); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngModel", ctx_r1.myRecaptcha)("ngModelOptions", _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](3, _c0)); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("disabled", !ctx_r1.myRecaptcha); } } class SocialComponent { constructor(modalService) { this.modalService = modalService; } openModal(template) { this.modalRef = this.modalService.show(template); } } SocialComponent.ɵfac = function SocialComponent_Factory(t) { return new (t || SocialComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_1__["BsModalService"])); }; SocialComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: SocialComponent, selectors: [["app-social"]], decls: 18, vars: 0, consts: [[1, "social-container"], [1, "list-unstyled"], ["href", "https://play.google.com/store/apps/details?id=it.taal.reservare", "target", "_blank"], [1, "fab", "fa-google-play"], ["href", "https://apps.apple.com/it/app/reservare/id1523702103?l=en", "target", "_blank"], [1, "fab", "fa-app-store"], ["href", "https://www.facebook.com/", "target", "_blank"], [1, "fab", "fa-facebook-f"], ["href", "https://www.instagram.com/", "target", "_blank"], [1, "fab", "fa-instagram"], [3, "click"], [1, "fa", "fa-envelope"], ["template", ""], [1, "modal-header"], [1, "modal-title", "pull-left"], ["type", "button", "aria-label", "Close", 1, "close", "pull-right", 3, "click"], ["aria-hidden", "true"], [1, "modal-body"], ["id", "contact-form", "name", "contact-form", "method", "post", "action", "https://nexadata.it/reservare/contact.php", 1, "contact-form"], [1, "row"], [1, "col-12"], [1, "form-group"], ["type", "text", "name", "name", "required", "", "placeholder", "Nome e Cognome", 1, "form-control"], ["type", "company", "name", "company", "placeholder", "Comune o azienda (facoltativo)", 1, "form-control"], ["type", "email", "name", "the_address", "required", "", "placeholder", "Inserisci la tua e-mail", 1, "form-control"], ["type", "text", "name", "message", 1, "form-control", 2, "resize", "none"], [1, "d-flex", "justify-content-center", 3, "ngModel", "ngModelOptions", "ngModelChange"], [1, "col-12", "mt-2"], [1, "form-group", "text-center"], ["id", "form-submit", "type", "submit", 1, "btn", "btn-info", 3, "disabled"]], template: function SocialComponent_Template(rf, ctx) { if (rf & 1) { const _r5 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetCurrentView"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "ul", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "a", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](4, "i", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "a", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](7, "i", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "a", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](10, "i", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "a", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "li"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](13, "i", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](14, "li", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function SocialComponent_Template_li_click_14_listener() { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r5); const _r0 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](17); return ctx.openModal(_r0); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](15, "i", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](16, SocialComponent_ng_template_16_Template, 33, 4, "ng-template", null, 12, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplateRefExtractor"]); } }, directives: [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgForm"], angular_google_recaptcha__WEBPACK_IMPORTED_MODULE_3__["RecaptchaComponent"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatus"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgModel"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc29jaWFsL3NvY2lhbC5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](SocialComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-social', templateUrl: './social.component.html', styleUrls: ['./social.component.css'] }] }], function () { return [{ type: ngx_bootstrap_modal__WEBPACK_IMPORTED_MODULE_1__["BsModalService"] }]; }, null); })(); /***/ }), /***/ "./src/app/components/subscription-form/components/step-anagrafici/step-anagrafici.component.ts": /*!******************************************************************************************************!*\ !*** ./src/app/components/subscription-form/components/step-anagrafici/step-anagrafici.component.ts ***! \******************************************************************************************************/ /*! exports provided: StepAnagraficiComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "StepAnagraficiComponent", function() { return StepAnagraficiComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _models_esercente_esercente_lead_impl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../models/esercente/esercente-lead.impl */ "./src/app/models/esercente/esercente-lead.impl.ts"); /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); function StepAnagraficiComponent_small_20_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire un numero telefonico valido. Se specificato il prefisso internazionale usare \"+39\""); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepAnagraficiComponent_small_27_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire una mail valida"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepAnagraficiComponent_small_33_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, " Le email non coincidono"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepAnagraficiComponent_small_40_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "La password deve essere compresa tra 8-20 caratteri, contenere almeno 1 lettera, 1 numero e 1 carattere speciale e non iniziare con un carattere speciale (!@#$%^&*()_+)"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepAnagraficiComponent_small_46_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, " Le password non coincidono"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } const _c0 = function () { return ["emails", "email"]; }; const _c1 = function () { return ["emails", "confermaMail"]; }; const _c2 = function () { return ["passwords", "password"]; }; const _c3 = function () { return ["passwords", "confermaPassword"]; }; class StepAnagraficiComponent { constructor(formBuilder) { this.formBuilder = formBuilder; this.esercente = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.confermaPassword = ''; this.confermaMail = ''; this.showPrivacyMandatory = false; } ngOnInit() { const mobnumPattern = '^((\\+39-?)|0)?[0-9]{9,12}$'; const passwordPattern = '^(?=.*[a-zA-Z])(?=.*\\d)(?=.*[!@#$%^&*()_+])[A-Za-z\\d][A-Za-z\\d!@#$%^&*()_+]{7,19}$'; this.anagraficaForm = this.formBuilder.group({ nome: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), cognome: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), cellulare: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].pattern(mobnumPattern)]), emails: this.formBuilder.group({ email: ['', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].email]], confermaMail: ['', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]], }, { validator: this.emailMatching }), passwords: this.formBuilder.group({ password: ['', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].pattern(passwordPattern)]], confermaPassword: ['', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]], }, { validator: this.passwordMatching }), FLAGGDPR: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), }); } emailMatching(c) { if (c.get('email').value !== c.get('confermaMail').value) { return { invalid: true }; } } passwordMatching(c) { if (c.get('password').value !== c.get('confermaPassword').value) { return { invalid: true }; } } onCheckboxChange(e) { this.showPrivacyMandatory = !this.anagraficaForm.get('FLAGGDPR').value; } onNext() { if (this.anagraficaForm.valid) { const modelEsercenteLead = new _models_esercente_esercente_lead_impl__WEBPACK_IMPORTED_MODULE_1__["EsercenteLead"]('it', this.anagraficaForm.get(['passwords', 'password']).value, this.anagraficaForm.get('nome').value, this.anagraficaForm.get('cognome').value, this.anagraficaForm.get('cellulare').value, this.anagraficaForm.get(['emails', 'email']).value, this.anagraficaForm.get('FLAGGDPR').value ? 1 : 0); this.esercente.emit(modelEsercenteLead); } } mock() { this.anagraficaForm.controls['passwords'].setValue({ password: 'Taprolano88!', confermaPassword: 'Taprolano88!' }); this.anagraficaForm.controls['emails'].setValue({ email: 'mg@mg.it', confermaMail: 'mg@mg.it' }); this.anagraficaForm.controls['nome'].setValue('a'); this.anagraficaForm.controls['cognome'].setValue('b'); this.anagraficaForm.controls['cellulare'].setValue('3280000123'); this.anagraficaForm.controls['FLAGGDPR'].setValue(true); } } StepAnagraficiComponent.ɵfac = function StepAnagraficiComponent_Factory(t) { return new (t || StepAnagraficiComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormBuilder"])); }; StepAnagraficiComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: StepAnagraficiComponent, selectors: [["app-step-anagrafici"]], outputs: { esercente: "esercente" }, decls: 58, vars: 19, consts: [[1, "container"], [1, "card", "w-100"], [1, "card-body", "card-reservare"], [3, "formGroup"], [1, "row"], [1, "col-sm-12", "col-md-4", "col-lg-4"], [1, "form-group"], ["for", "name", 1, "control-label", "required"], ["type", "text", "id", "name", "autocomplete", "off", "formControlName", "nome", "name", "name", 1, "form-control"], ["for", "surname", 1, "control-label", "required"], ["type", "text", "id", "surname", "autocomplete", "off", "formControlName", "cognome", "name", "surname", 1, "form-control"], ["for", "mobile", 1, "control-label", "required"], ["type", "text", "id", "mobile", "autocomplete", "off", "formControlName", "cellulare", "name", "mobile", 1, "form-control"], ["class", "text-danger", 4, "ngIf"], ["formGroupName", "emails", 1, "row"], [1, "col-sm-12", "col-md-6", "col-lg-6"], ["for", "mail", 1, "control-label", "required"], ["type", "email", "id", "mail", "autocomplete", "off", "formControlName", "email", "name", "mail", 1, "form-control"], ["for", "confermaMail", 1, "control-label", "required"], ["type", "email", "autocomplete", "off", "id", "confermaMail", "formControlName", "confermaMail", "name", "confermaMail", 1, "form-control"], ["formGroupName", "passwords", 1, "row"], ["for", "password", 1, "control-label", "required"], ["type", "password", "id", "password", "autocomplete", "off", "formControlName", "password", "name", "password", 1, "form-control"], ["for", "confermaPassword", 1, "control-label", "required"], ["type", "password", "id", "confermaPassword", "autocomplete", "off", "formControlName", "confermaPassword", "name", "confermaPassword", 1, "form-control"], [1, "col-sm-12", "col-md-8", "col-lg-8", "offset-sm-0", "offset-md-2", "offset-lg-2", "text-center"], ["type", "checkbox", "id", "details", "autocomplete", "off", "formControlName", "FLAGGDPR", "name", "details", 1, "form-control", "mt-2", "checkbox-reservare", 3, "change"], [1, "col-12", "text-right", "text-center-reservare"], ["type", "button", 1, "btn-reservare-step", 3, "disabled", "click"], [1, "text-danger"]], template: function StepAnagraficiComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "form", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "label", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, "Nome"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](9, "input", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "label", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](13, "Cognome"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](14, "input", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](15, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](16, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](17, "label", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](18, "Cellulare"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](19, "input", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](20, StepAnagraficiComponent_small_20_Template, 2, 0, "small", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](21, "div", 14); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](22, "div", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](23, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](24, "label", 16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](25, "Email"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](26, "input", 17); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](27, StepAnagraficiComponent_small_27_Template, 2, 0, "small", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](28, "div", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](30, "label", 18); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](31, "Conferma email"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](32, "input", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](33, StepAnagraficiComponent_small_33_Template, 2, 0, "small", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](34, "div", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](35, "div", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](36, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](37, "label", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](38, "Password"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](39, "input", 22); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](40, StepAnagraficiComponent_small_40_Template, 2, 0, "small", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](41, "div", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](42, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](43, "label", 23); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](44, "Conferma password"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](45, "input", 24); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](46, StepAnagraficiComponent_small_46_Template, 2, 0, "small", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](47, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](48, "div", 25); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](49, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](50, "small"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](51, " Autorizzo il trattamento dei miei dati personali ai sensi del Decreto Legislativo 30 giugno 2003, n. 196 \u201CCodice in materia di protezione dei dati personali\u201D e del GDPR (Regolamento UE 2016/679). Dichiaro, altres\u00EC che per i dati personali inseriti dal sottoscritto relativi ad altri soggetti, ho ricevuto apposita e specifica autorizzazione sollevando l\u2019Amministrazione Comunale e la ditta erogatrice del servizio telematico da qualsivoglia responsabilit\u00E0 "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](52, "input", 26); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("change", function StepAnagraficiComponent_Template_input_change_52_listener($event) { return ctx.onCheckboxChange($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](53, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](54, "div", 27); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](55, "button", 28); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StepAnagraficiComponent_Template_button_click_55_listener() { return ctx.onNext(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](56, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](57, "Avanti"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("formGroup", ctx.anagraficaForm); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](17); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.anagraficaForm.get("cellulare").hasError("pattern") && ctx.anagraficaForm.get("cellulare").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](9, _c0)).hasError("email") && ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](10, _c0)).touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](11, _c0)).value != ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](12, _c1)).value && ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](13, _c1)).value != null); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](14, _c2)).hasError("pattern") && ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](15, _c2)).touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](16, _c2)).value != ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](17, _c3)).value && ctx.anagraficaForm.get(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpureFunction0"](18, _c3)).value != null); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵclassProp"]("text-danger", ctx.showPrivacyMandatory); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("disabled", !ctx.anagraficaForm.valid); } }, directives: [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormGroupDirective"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["DefaultValueAccessor"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatus"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControlName"], _angular_common__WEBPACK_IMPORTED_MODULE_3__["NgIf"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormGroupName"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["CheckboxControlValueAccessor"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc3Vic2NyaXB0aW9uLWZvcm0vY29tcG9uZW50cy9zdGVwLWFuYWdyYWZpY2kvc3RlcC1hbmFncmFmaWNpLmNvbXBvbmVudC5jc3MifQ== */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](StepAnagraficiComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-step-anagrafici', templateUrl: './step-anagrafici.component.html', styleUrls: ['./step-anagrafici.component.css'] }] }], function () { return [{ type: _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormBuilder"] }]; }, { esercente: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }); })(); /***/ }), /***/ "./src/app/components/subscription-form/components/step-fatturazione/step-fatturazione.component.ts": /*!**********************************************************************************************************!*\ !*** ./src/app/components/subscription-form/components/step-fatturazione/step-fatturazione.component.ts ***! \**********************************************************************************************************/ /*! exports provided: StepFatturazioneComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "StepFatturazioneComponent", function() { return StepFatturazioneComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _models_datiFatturazione_datiFatturazione_impl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../models/datiFatturazione/datiFatturazione.impl */ "./src/app/models/datiFatturazione/datiFatturazione.impl.ts"); /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); /* harmony import */ var angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! angular-ng-autocomplete */ "./node_modules/angular-ng-autocomplete/__ivy_ngcc__/fesm2015/angular-ng-autocomplete.js"); function StepFatturazioneComponent_small_26_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 38); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire una mail valida"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepFatturazioneComponent_small_37_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 38); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire un CAP valido"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepFatturazioneComponent_ng_template_45_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](0, "a", 39); } if (rf & 2) { const item_r8 = ctx.$implicit; _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("innerHTML", item_r8.DESCRIZIONE, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsanitizeHtml"]); } } function StepFatturazioneComponent_ng_template_47_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](0, "div", 39); } if (rf & 2) { const notFound_r9 = ctx.$implicit; _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("innerHTML", notFound_r9, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsanitizeHtml"]); } } function StepFatturazioneComponent_small_59_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 38); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire un numero telefonico valido. Se specificato il prefisso internazionale usare \"+39\""); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepFatturazioneComponent_small_65_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 38); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire una mail valida"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } class StepFatturazioneComponent { constructor(formBuilder) { this.formBuilder = formBuilder; this.comuni = []; this.fatturazione = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.back = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.comuniToShow = []; this.keyword = 'DESCRIZIONE'; } ngOnInit() { const mobnumPattern = '^((\\+39-?)|0)?[0-9]{9,13}$'; const capPattern = '^[0-9]{5}$'; this.fatturazioneForm = this.formBuilder.group({ ragioneSociale: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), PIVA: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), codiceDestinatario: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].maxLength(7), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].minLength(7)]), PEC: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].email]), indirizzo: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), CAP: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].maxLength(5), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].minLength(5), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].pattern(capPattern)]), idCitta: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), provincia: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].maxLength(2), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].minLength(2)]), telefono: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].pattern(mobnumPattern)]), email: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].email]), }); } selectEventFatturazione(item) { this.fatturazioneForm.controls['idCitta'].setValue(item.ID); } onChangeSearch(search) { if (search && search.length > 0) { this.comuniToShow = this.comuni.filter((el) => el.DESCRIZIONE.trim().toUpperCase().startsWith(search.toUpperCase())); return; } this.comuniToShow = []; } onNext() { if (this.fatturazioneForm.valid) { const modelDatiFatturazione = new _models_datiFatturazione_datiFatturazione_impl__WEBPACK_IMPORTED_MODULE_1__["DatiFatturazione"](this.fatturazioneForm.get('ragioneSociale').value, this.fatturazioneForm.get('PIVA').value, this.fatturazioneForm.get('codiceDestinatario').value, this.fatturazioneForm.get('PEC').value, this.fatturazioneForm.get('indirizzo').value, this.fatturazioneForm.get('CAP').value, this.fatturazioneForm.get('idCitta').value, this.fatturazioneForm.get('provincia').value, this.fatturazioneForm.get('telefono').value, this.fatturazioneForm.get('email').value); this.fatturazione.emit(modelDatiFatturazione); } } onBack() { this.back.emit(); } mock() { this.fatturazioneForm.controls['ragioneSociale'].setValue('a'); this.fatturazioneForm.controls['PIVA'].setValue('123456'); this.fatturazioneForm.controls['codiceDestinatario'].setValue('0000000'); this.fatturazioneForm.controls['PEC'].setValue('PEC@PEC.it'); this.fatturazioneForm.controls['indirizzo'].setValue('indirizzo'); this.fatturazioneForm.controls['CAP'].setValue(12345); this.fatturazioneForm.controls['idCitta'].setValue('1'); this.fatturazioneForm.controls['provincia'].setValue('AB'); this.fatturazioneForm.controls['telefono'].setValue('3280000000'); this.fatturazioneForm.controls['email'].setValue('email@email.it'); } } StepFatturazioneComponent.ɵfac = function StepFatturazioneComponent_Factory(t) { return new (t || StepFatturazioneComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormBuilder"])); }; StepFatturazioneComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: StepFatturazioneComponent, selectors: [["app-step-fatturazione"]], inputs: { comuni: "comuni" }, outputs: { fatturazione: "fatturazione", back: "back" }, decls: 74, vars: 10, consts: [[1, "container"], [1, "card", "w-100"], [1, "card-body", "card-reservare"], [3, "formGroup"], [1, "row"], [1, "col-sm-12", "col-md-4", "col-lg-4"], [1, "form-group"], ["for", "ragioneSociale", 1, "control-label", "required"], ["type", "text", "id", "ragioneSociale", "autocomplete", "off", "formControlName", "ragioneSociale", "name", "ragioneSociale", 1, "form-control"], ["for", "piva", 1, "control-label", "required"], ["type", "text", "id", "piva", "autocomplete", "off", "formControlName", "PIVA", "name", "piva", 1, "form-control"], ["for", "codiceDestinatario", 1, "control-label", "required"], ["type", "text", "id", "codiceDestinatario", "minlength", "7", "maxlength", "7", "autocomplete", "off", "formControlName", "codiceDestinatario", "name", "codiceDestinatario", 1, "form-control"], ["for", "pec", 1, "control-label", "required"], ["type", "text", "id", "pec", "autocomplete", "off", "formControlName", "PEC", "name", "pec", 1, "form-control"], ["class", "text-danger", 4, "ngIf"], [1, "col-sm-12", "col-md-6", "col-lg-6"], ["for", "indirizzo", 1, "control-label", "required"], ["type", "text", "id", "indirizzo", "autocomplete", "off", "formControlName", "indirizzo", "name", "indirizzo", 1, "form-control"], [1, "col-sm-12", "col-md-2", "col-lg-2"], ["for", "cap", 1, "control-label", "required"], ["type", "text", "id", "cap", "minlength", "5", "maxlength", "5", "autocomplete", "off", "formControlName", "CAP", "name", "cap", 1, "form-control"], [1, "form-group", "ng-autocomplete", "w-100"], ["type", "hidden", "formControlName", "idCitta"], ["for", "comuni", 1, "control-label", "required"], ["id", "comuni", 3, "data", "searchKeyword", "itemTemplate", "notFoundTemplate", "selected", "inputChanged"], ["itemTemplate", ""], ["notFoundTemplate", ""], ["for", "provincia", 1, "control-label", "required"], ["type", "text", "minlength", "2", "maxlength", "2", "id", "provincia", "autocomplete", "off", "formControlName", "provincia", "oninput", "this.value = this.value.toUpperCase()", "name", "provincia", 1, "form-control"], [1, "col-sm-12", "col-md-3", "col-lg-3"], ["for", "telefono", 1, "control-label", "required"], ["type", "text", "id", "telefono", "autocomplete", "off", "formControlName", "telefono", "name", "telefono", 1, "form-control"], ["for", "email", 1, "control-label", "required"], ["type", "text", "id", "email", "autocomplete", "off", "formControlName", "email", "name", "email", 1, "form-control"], [1, "col-12", "text-right", "text-center-reservare"], ["type", "button", 1, "btn-reservare-step-back", "mr-2", 3, "click"], ["type", "button", 1, "btn-reservare-step", 3, "disabled", "click"], [1, "text-danger"], [3, "innerHTML"]], template: function StepFatturazioneComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "form", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "label", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, "Ragione Sociale"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](9, "input", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "label", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](13, "P. IVA"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](14, "input", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](15, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](16, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](17, "label", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](18, "Codice Destinatario"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](19, "input", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](20, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](21, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](22, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](23, "label", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](24, "PEC"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](25, "input", 14); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](26, StepFatturazioneComponent_small_26_Template, 2, 0, "small", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](27, "div", 16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](28, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "label", 17); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](30, "Indirizzo"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](31, "input", 18); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](32, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](33, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](34, "label", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](35, "CAP"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](36, "input", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](37, StepFatturazioneComponent_small_37_Template, 2, 0, "small", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](38, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](39, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](40, "div", 22); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](41, "input", 23); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](42, "label", 24); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](43, "Citt\u00E0"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](44, "ng-autocomplete", 25); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("selected", function StepFatturazioneComponent_Template_ng_autocomplete_selected_44_listener($event) { return ctx.selectEventFatturazione($event); })("inputChanged", function StepFatturazioneComponent_Template_ng_autocomplete_inputChanged_44_listener($event) { return ctx.onChangeSearch($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](45, StepFatturazioneComponent_ng_template_45_Template, 1, 1, "ng-template", null, 26, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplateRefExtractor"]); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](47, StepFatturazioneComponent_ng_template_47_Template, 1, 1, "ng-template", null, 27, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplateRefExtractor"]); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](49, "div", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](50, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](51, "label", 28); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](52, "Provincia"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](53, "input", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](54, "div", 30); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](55, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](56, "label", 31); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](57, "Telefono"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](58, "input", 32); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](59, StepFatturazioneComponent_small_59_Template, 2, 0, "small", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](60, "div", 30); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](61, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](62, "label", 33); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](63, "Email"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](64, "input", 34); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](65, StepFatturazioneComponent_small_65_Template, 2, 0, "small", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](66, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](67, "div", 35); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](68, "button", 36); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StepFatturazioneComponent_Template_button_click_68_listener() { return ctx.onBack(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](69, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](70, "Indietro"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](71, "button", 37); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StepFatturazioneComponent_Template_button_click_71_listener() { return ctx.onNext(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](72, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](73, "Avanti"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { const _r2 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](46); const _r4 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](48); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("formGroup", ctx.fatturazioneForm); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](23); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.fatturazioneForm.get("PEC").hasError("email") && ctx.fatturazioneForm.get("PEC").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.fatturazioneForm.get("CAP").hasError("pattern") && ctx.fatturazioneForm.get("CAP").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("data", ctx.comuniToShow)("searchKeyword", ctx.keyword)("itemTemplate", _r2)("notFoundTemplate", _r4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.fatturazioneForm.get("telefono").hasError("pattern") && ctx.fatturazioneForm.get("telefono").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.fatturazioneForm.get("email").hasError("email") && ctx.fatturazioneForm.get("email").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("disabled", !ctx.fatturazioneForm.valid); } }, directives: [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormGroupDirective"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["DefaultValueAccessor"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatus"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControlName"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["MinLengthValidator"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["MaxLengthValidator"], _angular_common__WEBPACK_IMPORTED_MODULE_3__["NgIf"], angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_4__["AutocompleteComponent"]], styles: [".autocomplete-container[_ngcontent-%COMP%] .input-container[_ngcontent-%COMP%] input[_ngcontent-%COMP%] {\r\n display: block;\r\n width: 100%;\r\n height: calc(1.5em + .75rem + 2px);\r\n padding: .375rem .75rem;\r\n font-size: 1rem;\r\n font-weight: 400;\r\n line-height: 1.5;\r\n color: #495057;\r\n background-color: #fff;\r\n background-clip: padding-box;\r\n border: 1px solid #ced4da;\r\n border-radius: .25rem;\r\n transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;\r\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9hcHAvY29tcG9uZW50cy9zdWJzY3JpcHRpb24tZm9ybS9jb21wb25lbnRzL3N0ZXAtZmF0dHVyYXppb25lL3N0ZXAtZmF0dHVyYXppb25lLmNvbXBvbmVudC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7RUFDRSxjQUFjO0VBQ2QsV0FBVztFQUNYLGtDQUFrQztFQUNsQyx1QkFBdUI7RUFDdkIsZUFBZTtFQUNmLGdCQUFnQjtFQUNoQixnQkFBZ0I7RUFDaEIsY0FBYztFQUNkLHNCQUFzQjtFQUN0Qiw0QkFBNEI7RUFDNUIseUJBQXlCO0VBQ3pCLHFCQUFxQjtFQUNyQixxRUFBcUU7QUFDdkUiLCJmaWxlIjoic3JjL2FwcC9jb21wb25lbnRzL3N1YnNjcmlwdGlvbi1mb3JtL2NvbXBvbmVudHMvc3RlcC1mYXR0dXJhemlvbmUvc3RlcC1mYXR0dXJhemlvbmUuY29tcG9uZW50LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5hdXRvY29tcGxldGUtY29udGFpbmVyIC5pbnB1dC1jb250YWluZXIgaW5wdXQge1xyXG4gIGRpc3BsYXk6IGJsb2NrO1xyXG4gIHdpZHRoOiAxMDAlO1xyXG4gIGhlaWdodDogY2FsYygxLjVlbSArIC43NXJlbSArIDJweCk7XHJcbiAgcGFkZGluZzogLjM3NXJlbSAuNzVyZW07XHJcbiAgZm9udC1zaXplOiAxcmVtO1xyXG4gIGZvbnQtd2VpZ2h0OiA0MDA7XHJcbiAgbGluZS1oZWlnaHQ6IDEuNTtcclxuICBjb2xvcjogIzQ5NTA1NztcclxuICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xyXG4gIGJhY2tncm91bmQtY2xpcDogcGFkZGluZy1ib3g7XHJcbiAgYm9yZGVyOiAxcHggc29saWQgI2NlZDRkYTtcclxuICBib3JkZXItcmFkaXVzOiAuMjVyZW07XHJcbiAgdHJhbnNpdGlvbjogYm9yZGVyLWNvbG9yIC4xNXMgZWFzZS1pbi1vdXQsYm94LXNoYWRvdyAuMTVzIGVhc2UtaW4tb3V0O1xyXG59XHJcbiJdfQ== */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](StepFatturazioneComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-step-fatturazione', templateUrl: './step-fatturazione.component.html', styleUrls: ['./step-fatturazione.component.css'] }] }], function () { return [{ type: _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormBuilder"] }]; }, { comuni: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], fatturazione: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], back: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }); })(); /***/ }), /***/ "./src/app/components/subscription-form/components/step-struttura/step-struttura.component.ts": /*!****************************************************************************************************!*\ !*** ./src/app/components/subscription-form/components/step-struttura/step-struttura.component.ts ***! \****************************************************************************************************/ /*! exports provided: StepStrutturaComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "StepStrutturaComponent", function() { return StepStrutturaComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _models_attivita_attivita_impl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../../models/attivita/attivita.impl */ "./src/app/models/attivita/attivita.impl.ts"); /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); /* harmony import */ var angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! angular-ng-autocomplete */ "./node_modules/angular-ng-autocomplete/__ivy_ngcc__/fesm2015/angular-ng-autocomplete.js"); /* harmony import */ var _ngx_translate_core__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @ngx-translate/core */ "./node_modules/@ngx-translate/core/__ivy_ngcc__/fesm2015/ngx-translate-core.js"); function StepStrutturaComponent_option_15_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "option", 35); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpipe"](2, "translate"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { const attivita_r8 = ctx.$implicit; _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("value", attivita_r8.CODICE); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate1"](" ", _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵpipeBind1"](2, 2, attivita_r8.DESCRIZIONE), " "); } } function StepStrutturaComponent_small_27_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 36); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire un CAP valido"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepStrutturaComponent_ng_template_34_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](0, "a", 37); } if (rf & 2) { const item_r9 = ctx.$implicit; _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("innerHTML", item_r9.DESCRIZIONE, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsanitizeHtml"]); } } function StepStrutturaComponent_ng_template_36_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](0, "div", 37); } if (rf & 2) { const notFound_r10 = ctx.$implicit; _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("innerHTML", notFound_r10, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsanitizeHtml"]); } } function StepStrutturaComponent_small_49_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 36); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire un numero telefonico valido. Se specificato il prefisso internazionale usare \"+39\""); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } function StepStrutturaComponent_small_60_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "small", 36); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Inserire una mail valida"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } } class StepStrutturaComponent { constructor(formBuilder) { this.formBuilder = formBuilder; this.struttura = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.comuni = []; this.tipologieArea = []; this.back = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.comuniToShow = []; this.keyword = 'DESCRIZIONE'; } ngOnInit() { const mobnumPattern = '^((\\+39-?)|0)?[0-9]{9,13}$'; const capPattern = '^[0-9]{5}$'; this.strutturaForm = this.formBuilder.group({ nomeStruttura: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), descrizioneAttivita: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), indirizzo: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), CAP: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].maxLength(5), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].minLength(5), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].pattern(capPattern)]), idCitta: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required]), provincia: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].maxLength(2), _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].minLength(2)]), telefono: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].required, _angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].pattern(mobnumPattern)]), sitoWeb: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"](''), email: new _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControl"]('', [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["Validators"].email]), }); } selectEvent(item) { this.strutturaForm.controls['idCitta'].setValue(item.ID); } onChangeSearch(search) { if (search && search.length > 0) { this.comuniToShow = this.comuni.filter((el) => el.DESCRIZIONE.trim().toUpperCase().startsWith(search.toUpperCase())); return; } this.comuniToShow = []; } onNext() { if (this.strutturaForm.valid) { const modelStruttura = new _models_attivita_attivita_impl__WEBPACK_IMPORTED_MODULE_1__["Attivita"](this.strutturaForm.get('nomeStruttura').value, this.strutturaForm.get('descrizioneAttivita').value, this.strutturaForm.get('indirizzo').value, this.strutturaForm.get('CAP').value, this.strutturaForm.get('idCitta').value, this.strutturaForm.get('provincia').value, this.strutturaForm.get('telefono').value, this.strutturaForm.get('sitoWeb').value ? this.strutturaForm.get('sitoWeb').value : '', this.strutturaForm.get('email').value); this.struttura.emit(modelStruttura); } } onBack() { this.back.emit(); } mock() { this.strutturaForm.controls['nomeStruttura'].setValue('a'); this.strutturaForm.controls['descrizioneAttivita'].setValue('RIST'); this.strutturaForm.controls['indirizzo'].setValue('indirizzo'); this.strutturaForm.controls['CAP'].setValue(12345); this.strutturaForm.controls['idCitta'].setValue(1); this.strutturaForm.controls['provincia'].setValue('AB'); this.strutturaForm.controls['telefono'].setValue('3280000000'); } } StepStrutturaComponent.ɵfac = function StepStrutturaComponent_Factory(t) { return new (t || StepStrutturaComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormBuilder"])); }; StepStrutturaComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: StepStrutturaComponent, selectors: [["app-step-struttura"]], inputs: { comuni: "comuni", tipologieArea: "tipologieArea" }, outputs: { struttura: "struttura", back: "back" }, decls: 69, vars: 10, consts: [[1, "container"], [1, "card", "w-100"], [1, "card-body", "card-reservare"], [3, "formGroup"], [1, "row"], [1, "col-sm-12", "col-md-8", "col-lg-8"], [1, "form-group"], ["for", "nomeStruttura", 1, "control-label", "required"], ["type", "text", "id", "nomeStruttura", "autocomplete", "off", "formControlName", "nomeStruttura", "name", "nomeStruttura", 1, "form-control"], [1, "col-sm-12", "col-md-4", "col-lg-4"], ["for", "descrizioneAttivita", 1, "control-label", "required"], ["id", "descrizioneAttivita", "autocomplete", "off", "formControlName", "descrizioneAttivita", "name", "descrizioneAttivita", 1, "form-control"], [3, "value", 4, "ngFor", "ngForOf"], ["for", "indirizzo", 1, "control-label", "required"], ["type", "text", "id", "indirizzo", "autocomplete", "off", "formControlName", "indirizzo", "name", "indirizzo", 1, "form-control"], [1, "col-sm-12", "col-md-2", "col-lg-2"], ["for", "CAP", 1, "control-label", "required"], ["type", "text", "id", "CAP", "minlength", "5", "maxlength", "5", "autocomplete", "off", "formControlName", "CAP", "name", "CAP", 1, "form-control"], ["class", "text-danger", 4, "ngIf"], ["for", "comuni", 1, "control-label", "required"], ["type", "hidden", "formControlName", "idCitta"], ["id", "comuni", 3, "data", "searchKeyword", "itemTemplate", "notFoundTemplate", "selected", "inputChanged"], ["itemTemplate", ""], ["notFoundTemplate", ""], ["for", "provincia", 1, "control-label", "required"], ["type", "text", "minlength", "2", "maxlength", "2", "id", "provincia", "autocomplete", "off", "formControlName", "provincia", "oninput", "this.value = this.value.toUpperCase()", "name", "provincia", 1, "form-control"], ["for", "telefono", 1, "control-label", "required"], ["type", "text", "id", "telefono", "autocomplete", "off", "formControlName", "telefono", "name", "telefono", 1, "form-control"], ["for", "sitoWeb"], ["type", "text", "id", "sitoWeb", "autocomplete", "off", "formControlName", "sitoWeb", "name", "sitoWeb", 1, "form-control"], ["for", "email"], ["type", "text", "id", "email", "autocomplete", "off", "formControlName", "email", "name", "email", 1, "form-control"], [1, "col-12", "text-right", "text-center-reservare"], ["type", "button", 1, "btn-reservare-step-back", "mr-2", 3, "click"], ["type", "button", 1, "btn-reservare-step", 3, "disabled", "click"], [3, "value"], [1, "text-danger"], [3, "innerHTML"]], template: function StepStrutturaComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "form", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "label", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, "Nome Struttura"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](9, "input", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "label", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](13, "Descrizione attivit\u00E0"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](14, "select", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](15, StepStrutturaComponent_option_15_Template, 3, 4, "option", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](16, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](17, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](18, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](19, "label", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](20, "Indirizzo"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](21, "input", 14); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](22, "div", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](23, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](24, "label", 16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](25, "CAP"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](26, "input", 17); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](27, StepStrutturaComponent_small_27_Template, 2, 0, "small", 18); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](28, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](29, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](30, "label", 19); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](31, "Citt\u00E0"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](32, "input", 20); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](33, "ng-autocomplete", 21); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("selected", function StepStrutturaComponent_Template_ng_autocomplete_selected_33_listener($event) { return ctx.selectEvent($event); })("inputChanged", function StepStrutturaComponent_Template_ng_autocomplete_inputChanged_33_listener($event) { return ctx.onChangeSearch($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](34, StepStrutturaComponent_ng_template_34_Template, 1, 1, "ng-template", null, 22, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplateRefExtractor"]); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](36, StepStrutturaComponent_ng_template_36_Template, 1, 1, "ng-template", null, 23, _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplateRefExtractor"]); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](38, "div", 15); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](39, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](40, "label", 24); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](41, "Provincia"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](42, "input", 25); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](43, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](44, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](45, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](46, "label", 26); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](47, "Telefono"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](48, "input", 27); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](49, StepStrutturaComponent_small_49_Template, 2, 0, "small", 18); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](50, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](51, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](52, "label", 28); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](53, "Sito web"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](54, "input", 29); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](55, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](56, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](57, "label", 30); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](58, "Email"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](59, "input", 31); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](60, StepStrutturaComponent_small_60_Template, 2, 0, "small", 18); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](61, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](62, "div", 32); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](63, "button", 33); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StepStrutturaComponent_Template_button_click_63_listener() { return ctx.onBack(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](64, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](65, "Indietro"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](66, "button", 34); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StepStrutturaComponent_Template_button_click_66_listener() { return ctx.onNext(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](67, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](68, "Avanti"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { const _r2 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](35); const _r4 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](37); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("formGroup", ctx.strutturaForm); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngForOf", ctx.tipologieArea); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.strutturaForm.get("CAP").hasError("pattern") && ctx.strutturaForm.get("CAP").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("data", ctx.comuniToShow)("searchKeyword", ctx.keyword)("itemTemplate", _r2)("notFoundTemplate", _r4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](16); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.strutturaForm.get("telefono").hasError("pattern") && ctx.strutturaForm.get("telefono").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.strutturaForm.get("email").hasError("email") && ctx.strutturaForm.get("email").touched); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("disabled", !ctx.strutturaForm.valid); } }, directives: [_angular_forms__WEBPACK_IMPORTED_MODULE_2__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormGroupDirective"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["DefaultValueAccessor"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgControlStatus"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormControlName"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["SelectControlValueAccessor"], _angular_common__WEBPACK_IMPORTED_MODULE_3__["NgForOf"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["MinLengthValidator"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["MaxLengthValidator"], _angular_common__WEBPACK_IMPORTED_MODULE_3__["NgIf"], angular_ng_autocomplete__WEBPACK_IMPORTED_MODULE_4__["AutocompleteComponent"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["NgSelectOption"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["ɵangular_packages_forms_forms_x"]], pipes: [_ngx_translate_core__WEBPACK_IMPORTED_MODULE_5__["TranslatePipe"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc3Vic2NyaXB0aW9uLWZvcm0vY29tcG9uZW50cy9zdGVwLXN0cnV0dHVyYS9zdGVwLXN0cnV0dHVyYS5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](StepStrutturaComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-step-struttura', templateUrl: './step-struttura.component.html', styleUrls: ['./step-struttura.component.css'] }] }], function () { return [{ type: _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormBuilder"] }]; }, { struttura: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }], comuni: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], tipologieArea: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], back: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }); })(); /***/ }), /***/ "./src/app/components/subscription-form/components/stepper/stepper.component.ts": /*!**************************************************************************************!*\ !*** ./src/app/components/subscription-form/components/stepper/stepper.component.ts ***! \**************************************************************************************/ /*! exports provided: StepperComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "StepperComponent", function() { return StepperComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); class StepperComponent { constructor() { this.step = 1; } ngOnInit() { } } StepperComponent.ɵfac = function StepperComponent_Factory(t) { return new (t || StepperComponent)(); }; StepperComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: StepperComponent, selectors: [["app-stepper"]], inputs: { step: "step" }, decls: 23, vars: 4, consts: [[1, "stepper", "text-center", "mt-2"], [1, "mr-5", "margin-stepper-reservare", "align-top", "step", 3, "ngClass"], [1, "margin-stepper-reservare", "align-top", "step", 3, "ngClass"]], template: function StepperComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "ul", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "li", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, "1"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](4, "Dati"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](5, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](6, "Anagrafici"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "li", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](9, "2"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](10, "Dati"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](11, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](12, "Attivit\u00E0"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "li", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](14, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](15, "3"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](16, "Dati"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](17, "br"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](18, "Fatturazione"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](19, "li", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](20, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](21, "4"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](22, "Pagamento"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngClass", ctx.step === 1 ? "active" : ""); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngClass", ctx.step === 2 ? "active" : ""); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngClass", ctx.step === 3 ? "active" : ""); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngClass", ctx.step === 4 ? "active" : ""); } }, directives: [_angular_common__WEBPACK_IMPORTED_MODULE_1__["NgClass"]], styles: [".stepper[_ngcontent-%COMP%]{\r\n padding: 0;\r\n}\r\n\r\n.step[_ngcontent-%COMP%]{\r\n display: inline-block;\r\n line-height: 17px;\r\n}\r\n\r\n.step[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{\r\n line-height: initial;\r\n display: block;\r\n width: 80px;\r\n margin: 0 auto;\r\n height: 80px;\r\n font-size: 52px;\r\n text-decoration: none;\r\n text-align: center;\r\n color: #fff;\r\n border: 2px solid transparent;\r\n border-radius: 360px;\r\n background-image: linear-gradient(#42455a, #42455a), radial-gradient(circle at top left, #009688, #19d7f8);\r\n background-origin: border-box;\r\n background-clip: content-box, border-box;\r\n box-shadow: 3px 3px 10px -3px rgba(0,0,0,0.5);\r\n margin-bottom: 10px;\r\n}\r\n\r\n.step.active[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{\r\n color: #42455a;\r\n background-image: radial-gradient(circle at top left, #009688, #19d7f8);\r\n}\r\n\r\n.step[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after {\r\n content:\"\";\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n right: 0;\r\n height: 0.5em;\r\n border-top: 1px solid white;\r\n z-index: -1;\r\n}\r\n\r\n@media (max-width: 767.98px) {\r\n .step[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{\r\n width: 40px;\r\n height: 40px;\r\n font-size: 24px;\r\n }\r\n\r\n .margin-stepper-reservare[_ngcontent-%COMP%]{\r\n margin-top: 10px;\r\n margin-right: 10px !important;\r\n }\r\n\r\n .margin-stepper-reservare[_ngcontent-%COMP%]:last-child{\r\n margin-top: 10px;\r\n margin-right: 0 !important;\r\n }\r\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9hcHAvY29tcG9uZW50cy9zdWJzY3JpcHRpb24tZm9ybS9jb21wb25lbnRzL3N0ZXBwZXIvc3RlcHBlci5jb21wb25lbnQuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0UsVUFBVTtBQUNaOztBQUVBO0VBQ0UscUJBQXFCO0VBQ3JCLGlCQUFpQjtBQUNuQjs7QUFFQTtFQUNFLG9CQUFvQjtFQUNwQixjQUFjO0VBQ2QsV0FBVztFQUNYLGNBQWM7RUFDZCxZQUFZO0VBQ1osZUFBZTtFQUNmLHFCQUFxQjtFQUNyQixrQkFBa0I7RUFDbEIsV0FBVztFQUNYLDZCQUE2QjtFQUM3QixvQkFBb0I7RUFDcEIsMEdBQTBHO0VBQzFHLDZCQUE2QjtFQUM3Qix3Q0FBd0M7RUFDeEMsNkNBQTZDO0VBQzdDLG1CQUFtQjtBQUNyQjs7QUFFQTtFQUNFLGNBQWM7RUFDZCx1RUFBdUU7QUFDekU7O0FBRUE7RUFDRSxVQUFVO0VBQ1Ysa0JBQWtCO0VBQ2xCLFNBQVM7RUFDVCxPQUFPO0VBQ1AsUUFBUTtFQUNSLGFBQWE7RUFDYiwyQkFBMkI7RUFDM0IsV0FBVztBQUNiOztBQUVBO0VBQ0U7SUFDRSxXQUFXO0lBQ1gsWUFBWTtJQUNaLGVBQWU7RUFDakI7O0VBRUE7SUFDRSxnQkFBZ0I7SUFDaEIsNkJBQTZCO0VBQy9COztFQUVBO0lBQ0UsZ0JBQWdCO0lBQ2hCLDBCQUEwQjtFQUM1QjtBQUNGIiwiZmlsZSI6InNyYy9hcHAvY29tcG9uZW50cy9zdWJzY3JpcHRpb24tZm9ybS9jb21wb25lbnRzL3N0ZXBwZXIvc3RlcHBlci5jb21wb25lbnQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLnN0ZXBwZXJ7XHJcbiAgcGFkZGluZzogMDtcclxufVxyXG5cclxuLnN0ZXB7XHJcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gIGxpbmUtaGVpZ2h0OiAxN3B4O1xyXG59XHJcblxyXG4uc3RlcCBzcGFue1xyXG4gIGxpbmUtaGVpZ2h0OiBpbml0aWFsO1xyXG4gIGRpc3BsYXk6IGJsb2NrO1xyXG4gIHdpZHRoOiA4MHB4O1xyXG4gIG1hcmdpbjogMCBhdXRvO1xyXG4gIGhlaWdodDogODBweDtcclxuICBmb250LXNpemU6IDUycHg7XHJcbiAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG4gIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICBjb2xvcjogI2ZmZjtcclxuICBib3JkZXI6IDJweCBzb2xpZCB0cmFuc3BhcmVudDtcclxuICBib3JkZXItcmFkaXVzOiAzNjBweDtcclxuICBiYWNrZ3JvdW5kLWltYWdlOiBsaW5lYXItZ3JhZGllbnQoIzQyNDU1YSwgIzQyNDU1YSksIHJhZGlhbC1ncmFkaWVudChjaXJjbGUgYXQgdG9wIGxlZnQsICMwMDk2ODgsICMxOWQ3ZjgpO1xyXG4gIGJhY2tncm91bmQtb3JpZ2luOiBib3JkZXItYm94O1xyXG4gIGJhY2tncm91bmQtY2xpcDogY29udGVudC1ib3gsIGJvcmRlci1ib3g7XHJcbiAgYm94LXNoYWRvdzogM3B4IDNweCAxMHB4IC0zcHggcmdiYSgwLDAsMCwwLjUpO1xyXG4gIG1hcmdpbi1ib3R0b206IDEwcHg7XHJcbn1cclxuXHJcbi5zdGVwLmFjdGl2ZSBzcGFue1xyXG4gIGNvbG9yOiAjNDI0NTVhO1xyXG4gIGJhY2tncm91bmQtaW1hZ2U6IHJhZGlhbC1ncmFkaWVudChjaXJjbGUgYXQgdG9wIGxlZnQsICMwMDk2ODgsICMxOWQ3ZjgpO1xyXG59XHJcblxyXG4uc3RlcCBzcGFuOmFmdGVyIHtcclxuICBjb250ZW50OlwiXCI7XHJcbiAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gIGJvdHRvbTogMDtcclxuICBsZWZ0OiAwO1xyXG4gIHJpZ2h0OiAwO1xyXG4gIGhlaWdodDogMC41ZW07XHJcbiAgYm9yZGVyLXRvcDogMXB4IHNvbGlkIHdoaXRlO1xyXG4gIHotaW5kZXg6IC0xO1xyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNzY3Ljk4cHgpIHtcclxuICAuc3RlcCBzcGFue1xyXG4gICAgd2lkdGg6IDQwcHg7XHJcbiAgICBoZWlnaHQ6IDQwcHg7XHJcbiAgICBmb250LXNpemU6IDI0cHg7XHJcbiAgfVxyXG5cclxuICAubWFyZ2luLXN0ZXBwZXItcmVzZXJ2YXJle1xyXG4gICAgbWFyZ2luLXRvcDogMTBweDtcclxuICAgIG1hcmdpbi1yaWdodDogMTBweCAhaW1wb3J0YW50O1xyXG4gIH1cclxuXHJcbiAgLm1hcmdpbi1zdGVwcGVyLXJlc2VydmFyZTpsYXN0LWNoaWxke1xyXG4gICAgbWFyZ2luLXRvcDogMTBweDtcclxuICAgIG1hcmdpbi1yaWdodDogMCAhaW1wb3J0YW50O1xyXG4gIH1cclxufVxyXG4iXX0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](StepperComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-stepper', templateUrl: './stepper.component.html', styleUrls: ['./stepper.component.css'] }] }], function () { return []; }, { step: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }] }); })(); /***/ }), /***/ "./src/app/components/subscription-form/components/stripe/stripe.component.ts": /*!************************************************************************************!*\ !*** ./src/app/components/subscription-form/components/stripe/stripe.component.ts ***! \************************************************************************************/ /*! exports provided: StripeComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "StripeComponent", function() { return StripeComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var src_app_services_stripe_stripe_service__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! src/app/services/stripe/stripe.service */ "./src/app/services/stripe/stripe.service.ts"); /* harmony import */ var ngx_toastr__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ngx-toastr */ "./node_modules/ngx-toastr/__ivy_ngcc__/fesm2015/ngx-toastr.js"); /* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js"); const style = { base: { color: '#32325d', fontFamily: '"Helvetica Neue", Helvetica, sans-serif', fontSmoothing: 'antialiased', fontSize: '16px', '::placeholder': { color: '#aab7c4', }, }, invalid: { color: '#fa755a', iconColor: '#fa755a', }, }; class StripeComponent { constructor(stripeService, toastr) { this.stripeService = stripeService; this.toastr = toastr; this.back = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); } ngOnInit() { this.card = elements.create('card', { style, value: { hidePostalCode: true }, }); this.card.mount('#card-element'); } submitStripe() { const dat = this.formDatas; stripe.createToken(this.card).then((result) => { if (result.error) { // Inform the user if there was an error. const errorElement = document.getElementById('card-errors'); errorElement.textContent = result.error.message; } else { stripe .createPaymentMethod({ type: 'card', card: this.card, billing_details: { name: 'billingName', }, }) .then((result) => { this.stripeService .payWithStripe(result.paymentMethod, dat, this.subscription) .subscribe((data) => { this.toastr.success('Pagamento effettuato con successo'); setInterval(() => { window.location.href = "https://app.reservare.it/"; }, 3000); }); }); } }); } onBack() { this.back.emit(); } } StripeComponent.ɵfac = function StripeComponent_Factory(t) { return new (t || StripeComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](src_app_services_stripe_stripe_service__WEBPACK_IMPORTED_MODULE_1__["StripeService"]), _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](ngx_toastr__WEBPACK_IMPORTED_MODULE_2__["ToastrService"])); }; StripeComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: StripeComponent, selectors: [["app-stripe"]], inputs: { formDatas: "formDatas", subscription: "subscription" }, outputs: { back: "back" }, decls: 16, vars: 0, consts: [[1, "container"], [1, "card", "w-100"], [1, "card-reservare", "card-body", 2, "min-height", "auto"], ["method", "post", "id", "payment-form"], [1, "form-row", "m-0", "mb-3"], ["id", "card-element"], ["id", "card-errors", "role", "alert", 1, "text-danger"], [1, "row"], [1, "col-12", "text-right", "text-center-reservare"], ["type", "button", 1, "btn-reservare-step-back", "mr-2", 3, "click"], ["type", "button", 1, "btn-reservare-step-success", "mt-pay", 3, "click"], [1, "fa", "fa-credit-card"]], template: function StripeComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "form", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](5, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](6, "small", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "div", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "div", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "button", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StripeComponent_Template_button_click_9_listener() { return ctx.onBack(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](11, "Indietro"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "button", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function StripeComponent_Template_button_click_12_listener() { return ctx.submitStripe(); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](14, "Effettua Pagamento\u00A0"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](15, "i", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, directives: [_angular_forms__WEBPACK_IMPORTED_MODULE_3__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgForm"]], styles: ["form[_ngcontent-%COMP%] {\r\n width: 100%;\r\n align-self: center;\r\n}\r\n\r\ninput[_ngcontent-%COMP%] {\r\n border-radius: 6px;\r\n margin-bottom: 6px;\r\n padding: 12px;\r\n border: 1px solid rgba(50, 50, 93, 0.1);\r\n width: 100%;\r\n}\r\n\r\n.result-message[_ngcontent-%COMP%] {\r\n line-height: 22px;\r\n font-size: 16px;\r\n}\r\n\r\n.result-message[_ngcontent-%COMP%] a[_ngcontent-%COMP%] {\r\n color: rgb(89, 111, 214);\r\n font-weight: 600;\r\n text-decoration: none;\r\n}\r\n\r\n.hidden[_ngcontent-%COMP%] {\r\n display: none;\r\n}\r\n\r\n#card-error[_ngcontent-%COMP%] {\r\n color: rgb(105, 115, 134);\r\n text-align: left;\r\n font-size: 13px;\r\n line-height: 17px;\r\n margin-top: 12px;\r\n}\r\n\r\n#card-element[_ngcontent-%COMP%] {\r\n border-radius: 4px 4px 0 0;\r\n padding: 12px;\r\n border: 1px solid rgba(50, 50, 93, 0.1);\r\n height: 44px;\r\n width: 100%;\r\n background: white;\r\n}\r\n\r\n#payment-request-button[_ngcontent-%COMP%] {\r\n margin-bottom: 32px;\r\n}\r\n\r\n\r\n\r\n.spinner[_ngcontent-%COMP%], .spinner[_ngcontent-%COMP%]:before, .spinner[_ngcontent-%COMP%]:after {\r\n border-radius: 50%;\r\n}\r\n\r\n.spinner[_ngcontent-%COMP%] {\r\n color: #ffffff;\r\n font-size: 22px;\r\n text-indent: -99999px;\r\n margin: 0px auto;\r\n position: relative;\r\n width: 20px;\r\n height: 20px;\r\n box-shadow: inset 0 0 0 2px;\r\n transform: translateZ(0);\r\n}\r\n\r\n.spinner[_ngcontent-%COMP%]:before, .spinner[_ngcontent-%COMP%]:after {\r\n position: absolute;\r\n content: \"\";\r\n}\r\n\r\n.spinner[_ngcontent-%COMP%]:before {\r\n width: 10.4px;\r\n height: 20.4px;\r\n background: #5469d4;\r\n border-radius: 20.4px 0 0 20.4px;\r\n top: -0.2px;\r\n left: -0.2px;\r\n transform-origin: 10.4px 10.2px;\r\n animation: loading 2s infinite ease 1.5s;\r\n}\r\n\r\n.spinner[_ngcontent-%COMP%]:after {\r\n width: 10.4px;\r\n height: 10.2px;\r\n background: #5469d4;\r\n border-radius: 0 10.2px 10.2px 0;\r\n top: -0.1px;\r\n left: 10.2px;\r\n transform-origin: 0px 10.2px;\r\n animation: loading 2s infinite ease;\r\n}\r\n\r\n@keyframes loading {\r\n 0% {\r\n transform: rotate(0deg);\r\n }\r\n 100% {\r\n transform: rotate(360deg);\r\n }\r\n}\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9hcHAvY29tcG9uZW50cy9zdWJzY3JpcHRpb24tZm9ybS9jb21wb25lbnRzL3N0cmlwZS9zdHJpcGUuY29tcG9uZW50LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLFdBQVc7RUFDWCxrQkFBa0I7QUFDcEI7O0FBRUE7RUFDRSxrQkFBa0I7RUFDbEIsa0JBQWtCO0VBQ2xCLGFBQWE7RUFDYix1Q0FBdUM7RUFDdkMsV0FBVztBQUNiOztBQUVBO0VBQ0UsaUJBQWlCO0VBQ2pCLGVBQWU7QUFDakI7O0FBRUE7RUFDRSx3QkFBd0I7RUFDeEIsZ0JBQWdCO0VBQ2hCLHFCQUFxQjtBQUN2Qjs7QUFFQTtFQUNFLGFBQWE7QUFDZjs7QUFFQTtFQUNFLHlCQUF5QjtFQUN6QixnQkFBZ0I7RUFDaEIsZUFBZTtFQUNmLGlCQUFpQjtFQUNqQixnQkFBZ0I7QUFDbEI7O0FBRUE7RUFDRSwwQkFBMEI7RUFDMUIsYUFBYTtFQUNiLHVDQUF1QztFQUN2QyxZQUFZO0VBQ1osV0FBVztFQUNYLGlCQUFpQjtBQUNuQjs7QUFFQTtFQUNFLG1CQUFtQjtBQUNyQjs7QUFHQSxxQ0FBcUM7O0FBQ3JDOzs7RUFHRSxrQkFBa0I7QUFDcEI7O0FBRUE7RUFDRSxjQUFjO0VBQ2QsZUFBZTtFQUNmLHFCQUFxQjtFQUNyQixnQkFBZ0I7RUFDaEIsa0JBQWtCO0VBQ2xCLFdBQVc7RUFDWCxZQUFZO0VBQ1osMkJBQTJCO0VBRzNCLHdCQUF3QjtBQUMxQjs7QUFFQTs7RUFFRSxrQkFBa0I7RUFDbEIsV0FBVztBQUNiOztBQUVBO0VBQ0UsYUFBYTtFQUNiLGNBQWM7RUFDZCxtQkFBbUI7RUFDbkIsZ0NBQWdDO0VBQ2hDLFdBQVc7RUFDWCxZQUFZO0VBRVosK0JBQStCO0VBRS9CLHdDQUF3QztBQUMxQzs7QUFFQTtFQUNFLGFBQWE7RUFDYixjQUFjO0VBQ2QsbUJBQW1CO0VBQ25CLGdDQUFnQztFQUNoQyxXQUFXO0VBQ1gsWUFBWTtFQUVaLDRCQUE0QjtFQUU1QixtQ0FBbUM7QUFDckM7O0FBYUE7RUFDRTtJQUVFLHVCQUF1QjtFQUN6QjtFQUNBO0lBRUUseUJBQXlCO0VBQzNCO0FBQ0YiLCJmaWxlIjoic3JjL2FwcC9jb21wb25lbnRzL3N1YnNjcmlwdGlvbi1mb3JtL2NvbXBvbmVudHMvc3RyaXBlL3N0cmlwZS5jb21wb25lbnQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiZm9ybSB7XHJcbiAgd2lkdGg6IDEwMCU7XHJcbiAgYWxpZ24tc2VsZjogY2VudGVyO1xyXG59XHJcblxyXG5pbnB1dCB7XHJcbiAgYm9yZGVyLXJhZGl1czogNnB4O1xyXG4gIG1hcmdpbi1ib3R0b206IDZweDtcclxuICBwYWRkaW5nOiAxMnB4O1xyXG4gIGJvcmRlcjogMXB4IHNvbGlkIHJnYmEoNTAsIDUwLCA5MywgMC4xKTtcclxuICB3aWR0aDogMTAwJTtcclxufVxyXG5cclxuLnJlc3VsdC1tZXNzYWdlIHtcclxuICBsaW5lLWhlaWdodDogMjJweDtcclxuICBmb250LXNpemU6IDE2cHg7XHJcbn1cclxuXHJcbi5yZXN1bHQtbWVzc2FnZSBhIHtcclxuICBjb2xvcjogcmdiKDg5LCAxMTEsIDIxNCk7XHJcbiAgZm9udC13ZWlnaHQ6IDYwMDtcclxuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcbn1cclxuXHJcbi5oaWRkZW4ge1xyXG4gIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuXHJcbiNjYXJkLWVycm9yIHtcclxuICBjb2xvcjogcmdiKDEwNSwgMTE1LCAxMzQpO1xyXG4gIHRleHQtYWxpZ246IGxlZnQ7XHJcbiAgZm9udC1zaXplOiAxM3B4O1xyXG4gIGxpbmUtaGVpZ2h0OiAxN3B4O1xyXG4gIG1hcmdpbi10b3A6IDEycHg7XHJcbn1cclxuXHJcbiNjYXJkLWVsZW1lbnQge1xyXG4gIGJvcmRlci1yYWRpdXM6IDRweCA0cHggMCAwO1xyXG4gIHBhZGRpbmc6IDEycHg7XHJcbiAgYm9yZGVyOiAxcHggc29saWQgcmdiYSg1MCwgNTAsIDkzLCAwLjEpO1xyXG4gIGhlaWdodDogNDRweDtcclxuICB3aWR0aDogMTAwJTtcclxuICBiYWNrZ3JvdW5kOiB3aGl0ZTtcclxufVxyXG5cclxuI3BheW1lbnQtcmVxdWVzdC1idXR0b24ge1xyXG4gIG1hcmdpbi1ib3R0b206IDMycHg7XHJcbn1cclxuXHJcblxyXG4vKiBzcGlubmVyL3Byb2Nlc3Npbmcgc3RhdGUsIGVycm9ycyAqL1xyXG4uc3Bpbm5lcixcclxuLnNwaW5uZXI6YmVmb3JlLFxyXG4uc3Bpbm5lcjphZnRlciB7XHJcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xyXG59XHJcblxyXG4uc3Bpbm5lciB7XHJcbiAgY29sb3I6ICNmZmZmZmY7XHJcbiAgZm9udC1zaXplOiAyMnB4O1xyXG4gIHRleHQtaW5kZW50OiAtOTk5OTlweDtcclxuICBtYXJnaW46IDBweCBhdXRvO1xyXG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICB3aWR0aDogMjBweDtcclxuICBoZWlnaHQ6IDIwcHg7XHJcbiAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgMnB4O1xyXG4gIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApO1xyXG4gIC1tcy10cmFuc2Zvcm06IHRyYW5zbGF0ZVooMCk7XHJcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGVaKDApO1xyXG59XHJcblxyXG4uc3Bpbm5lcjpiZWZvcmUsXHJcbi5zcGlubmVyOmFmdGVyIHtcclxuICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgY29udGVudDogXCJcIjtcclxufVxyXG5cclxuLnNwaW5uZXI6YmVmb3JlIHtcclxuICB3aWR0aDogMTAuNHB4O1xyXG4gIGhlaWdodDogMjAuNHB4O1xyXG4gIGJhY2tncm91bmQ6ICM1NDY5ZDQ7XHJcbiAgYm9yZGVyLXJhZGl1czogMjAuNHB4IDAgMCAyMC40cHg7XHJcbiAgdG9wOiAtMC4ycHg7XHJcbiAgbGVmdDogLTAuMnB4O1xyXG4gIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogMTAuNHB4IDEwLjJweDtcclxuICB0cmFuc2Zvcm0tb3JpZ2luOiAxMC40cHggMTAuMnB4O1xyXG4gIC13ZWJraXQtYW5pbWF0aW9uOiBsb2FkaW5nIDJzIGluZmluaXRlIGVhc2UgMS41cztcclxuICBhbmltYXRpb246IGxvYWRpbmcgMnMgaW5maW5pdGUgZWFzZSAxLjVzO1xyXG59XHJcblxyXG4uc3Bpbm5lcjphZnRlciB7XHJcbiAgd2lkdGg6IDEwLjRweDtcclxuICBoZWlnaHQ6IDEwLjJweDtcclxuICBiYWNrZ3JvdW5kOiAjNTQ2OWQ0O1xyXG4gIGJvcmRlci1yYWRpdXM6IDAgMTAuMnB4IDEwLjJweCAwO1xyXG4gIHRvcDogLTAuMXB4O1xyXG4gIGxlZnQ6IDEwLjJweDtcclxuICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDBweCAxMC4ycHg7XHJcbiAgdHJhbnNmb3JtLW9yaWdpbjogMHB4IDEwLjJweDtcclxuICAtd2Via2l0LWFuaW1hdGlvbjogbG9hZGluZyAycyBpbmZpbml0ZSBlYXNlO1xyXG4gIGFuaW1hdGlvbjogbG9hZGluZyAycyBpbmZpbml0ZSBlYXNlO1xyXG59XHJcblxyXG5ALXdlYmtpdC1rZXlmcmFtZXMgbG9hZGluZyB7XHJcbiAgMCUge1xyXG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTtcclxuICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpO1xyXG4gIH1cclxuICAxMDAlIHtcclxuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKTtcclxuICAgIHRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7XHJcbiAgfVxyXG59XHJcblxyXG5Aa2V5ZnJhbWVzIGxvYWRpbmcge1xyXG4gIDAlIHtcclxuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XHJcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTtcclxuICB9XHJcbiAgMTAwJSB7XHJcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDM2MGRlZyk7XHJcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpO1xyXG4gIH1cclxufVxyXG4iXX0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](StripeComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-stripe', templateUrl: './stripe.component.html', styleUrls: ['./stripe.component.scss'], }] }], function () { return [{ type: src_app_services_stripe_stripe_service__WEBPACK_IMPORTED_MODULE_1__["StripeService"] }, { type: ngx_toastr__WEBPACK_IMPORTED_MODULE_2__["ToastrService"] }]; }, { formDatas: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], subscription: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], back: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }); })(); /***/ }), /***/ "./src/app/components/subscription-form/components/success-page/success-page.component.ts": /*!************************************************************************************************!*\ !*** ./src/app/components/subscription-form/components/success-page/success-page.component.ts ***! \************************************************************************************************/ /*! exports provided: SuccessPageComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SuccessPageComponent", function() { return SuccessPageComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); class SuccessPageComponent { constructor() { } ngOnInit() { } } SuccessPageComponent.ɵfac = function SuccessPageComponent_Factory(t) { return new (t || SuccessPageComponent)(); }; SuccessPageComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: SuccessPageComponent, selectors: [["app-success-page"]], decls: 13, vars: 0, consts: [[1, "mainScollingArea"], [1, "container", "d-flex", "justify-content-center", "align-items-center", 2, "height", "100vh"], [1, "card", "w-100"], [1, "card-reservare", "card-body", "text-center", 2, "min-height", "auto"], [1, "far", "fa-thumbs-up", "text-success"], [1, "text-success"], ["href", "https://app.reservare.it/"], ["type", "button", 1, "btn-reservare-step", "mt-2"]], template: function SuccessPageComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "div", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](4, "i", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "h4", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](6, " Registrazione Completata "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "p"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, " La tua registrazione e' ora completa, puoi accedere al servizio utilizzando il link sottostante e utilizzare la tua mail e la password specificata nel processo di creazione come credenziali di accesso. "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "a", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "button", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](12, "Accedi al servizio"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc3Vic2NyaXB0aW9uLWZvcm0vY29tcG9uZW50cy9zdWNjZXNzLXBhZ2Uvc3VjY2Vzcy1wYWdlLmNvbXBvbmVudC5jc3MifQ== */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](SuccessPageComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-success-page', templateUrl: './success-page.component.html', styleUrls: ['./success-page.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/subscription-form/subscription-form.component.ts": /*!*****************************************************************************!*\ !*** ./src/app/components/subscription-form/subscription-form.component.ts ***! \*****************************************************************************/ /*! exports provided: SubscriptionFormComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SubscriptionFormComponent", function() { return SubscriptionFormComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _models_esercente_esercente_lead_impl__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../models/esercente/esercente-lead.impl */ "./src/app/models/esercente/esercente-lead.impl.ts"); /* harmony import */ var src_app_models_attivita_attivita_impl__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! src/app/models/attivita/attivita.impl */ "./src/app/models/attivita/attivita.impl.ts"); /* harmony import */ var src_app_models_datiFatturazione_datiFatturazione_impl__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! src/app/models/datiFatturazione/datiFatturazione.impl */ "./src/app/models/datiFatturazione/datiFatturazione.impl.ts"); /* harmony import */ var src_app_models_datiRegistrazione_datiRegistrazione_impl__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! src/app/models/datiRegistrazione/datiRegistrazione.impl */ "./src/app/models/datiRegistrazione/datiRegistrazione.impl.ts"); /* harmony import */ var src_app_models_fullRregistration_fullRegistration_impl__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! src/app/models/fullRregistration/fullRegistration.impl */ "./src/app/models/fullRregistration/fullRegistration.impl.ts"); /* harmony import */ var src_app_services_lookups_lookups_service__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! src/app/services/lookups/lookups.service */ "./src/app/services/lookups/lookups.service.ts"); /* harmony import */ var _components_stepper_stepper_component__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./components/stepper/stepper.component */ "./src/app/components/subscription-form/components/stepper/stepper.component.ts"); /* harmony import */ var _components_step_anagrafici_step_anagrafici_component__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./components/step-anagrafici/step-anagrafici.component */ "./src/app/components/subscription-form/components/step-anagrafici/step-anagrafici.component.ts"); /* harmony import */ var _components_step_struttura_step_struttura_component__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./components/step-struttura/step-struttura.component */ "./src/app/components/subscription-form/components/step-struttura/step-struttura.component.ts"); /* harmony import */ var _components_step_fatturazione_step_fatturazione_component__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./components/step-fatturazione/step-fatturazione.component */ "./src/app/components/subscription-form/components/step-fatturazione/step-fatturazione.component.ts"); /* harmony import */ var _components_stripe_stripe_component__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./components/stripe/stripe.component */ "./src/app/components/subscription-form/components/stripe/stripe.component.ts"); class SubscriptionFormComponent { constructor(lookupService) { this.lookupService = lookupService; this.submitted = new _angular_core__WEBPACK_IMPORTED_MODULE_0__["EventEmitter"](); this.datiRegistrazione = new src_app_models_datiRegistrazione_datiRegistrazione_impl__WEBPACK_IMPORTED_MODULE_4__["DatiRegistrazione"](new _models_esercente_esercente_lead_impl__WEBPACK_IMPORTED_MODULE_1__["EsercenteLead"]('', '', '', '', '', '', 0), new src_app_models_attivita_attivita_impl__WEBPACK_IMPORTED_MODULE_2__["Attivita"]('', '', '', '', 0, '', '', '', ''), new src_app_models_datiFatturazione_datiFatturazione_impl__WEBPACK_IMPORTED_MODULE_3__["DatiFatturazione"]('', '', '', '', '', '', 0, '', '', '')); this.comuni = []; this.tipologieArea = []; this.showStripeCheckout = false; this.step = 1; this.formDatas = new src_app_models_fullRregistration_fullRegistration_impl__WEBPACK_IMPORTED_MODULE_5__["FullRegistration"](); } ngOnInit() { this.getComuniAndTipologieArea(); } manageStepBar() { const el = document.getElementsByClassName('active')[0]; const el2 = document.getElementsByClassName('step' + this.step)[0]; el.classList.remove('active'); el2.classList.add('active'); } setEsercente(event) { this.datiRegistrazione.esercente = event; this.step++; } setStruttura(event) { this.datiRegistrazione.attivita = event; this.step++; } setFatturazione(event) { this.datiRegistrazione.datiFatturazione = event; this.formDatas = this.createDatiRegistrazione(this.datiRegistrazione); this.step++; } goBack(event) { this.step--; } getComuniAndTipologieArea() { this.lookupService.get('ListaComuni').subscribe((coms) => { this.comuni = coms.result; this.lookupService.get('ListaTipologieArea').subscribe((tipAr) => { this.tipologieArea = tipAr.result; }); }); this.comuni = []; this.tipologieArea = []; } createDatiRegistrazione(datiRegistrazione) { const reg = new src_app_models_fullRregistration_fullRegistration_impl__WEBPACK_IMPORTED_MODULE_5__["FullRegistration"](); // reg.CODICELINGUA = datiRegistrazione.esercente.codiceLingua; reg.PASSWORD = datiRegistrazione.esercente.password; reg.NOME = datiRegistrazione.esercente.nome; reg.COGNOME = datiRegistrazione.esercente.cognome; reg.EMAIL_ESERCENTE = datiRegistrazione.esercente.email; reg.CELLULARE = datiRegistrazione.esercente.cellulare; reg.FLAGGDPR = datiRegistrazione.esercente.FLAGGDPR; // reg.DESCRIZIONE = datiRegistrazione.attivita.nomeStruttura; reg.CODICETIPOLOGIAAREA = datiRegistrazione.attivita.descrizioneAttivita; reg.INDIRIZZO_AREA = datiRegistrazione.attivita.indirizzo; reg.CAP_AREA = datiRegistrazione.attivita.CAP; reg.TELEFONO_AREA = datiRegistrazione.attivita.telefono; reg.SITOWEB = datiRegistrazione.attivita.sitoWeb; reg.EMAIL_AREA = datiRegistrazione.attivita.mail; reg.IDCOMUNE_AREA = datiRegistrazione.attivita.idCitta; reg.CODICEPROVINCIA_AREA = datiRegistrazione.attivita.PROVINCIA; // reg.RAGIONESOCIALE = datiRegistrazione.datiFatturazione.ragioneSociale; reg.PARTITAIVA = datiRegistrazione.datiFatturazione.PIVA; reg.CODICEDESTINATARIO = datiRegistrazione.datiFatturazione.codiceDestinatario; reg.PEC = datiRegistrazione.datiFatturazione.PEC; reg.INDIRIZZO_FATTURAZIONE = datiRegistrazione.datiFatturazione.indirizzo; reg.CAP_FATTURAZIONE = datiRegistrazione.datiFatturazione.CAP; reg.TELEFONO_FATTURAZIONE = datiRegistrazione.datiFatturazione.telefono; reg.EMAIL_FATTURAZIONE = datiRegistrazione.datiFatturazione.mail; reg.IDCOMUNE_FATTURAZIONE = datiRegistrazione.datiFatturazione.idCitta; reg.CODICEPROVINCIA_FATTURAZIONE = datiRegistrazione.datiFatturazione.PROVINCIA; // return reg; } } SubscriptionFormComponent.ɵfac = function SubscriptionFormComponent_Factory(t) { return new (t || SubscriptionFormComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](src_app_services_lookups_lookups_service__WEBPACK_IMPORTED_MODULE_6__["LookupService"])); }; SubscriptionFormComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: SubscriptionFormComponent, selectors: [["app-subscription-form"]], inputs: { subscription: "subscription" }, outputs: { submitted: "submitted" }, decls: 9, vars: 10, consts: [[1, "mainScollingArea"], [1, "d-flex", "justify-content-center", "align-items-center", "abbonamento-reservare", "bottommargin-reservare"], [1, "container"], [3, "step"], [1, "mt-5"], [3, "hidden", "esercente"], [3, "hidden", "comuni", "tipologieArea", "struttura", "back"], [3, "hidden", "comuni", "fatturazione", "back"], [3, "hidden", "formDatas", "subscription", "back"]], template: function SubscriptionFormComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "section", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](3, "app-stepper", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "app-step-anagrafici", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("esercente", function SubscriptionFormComponent_Template_app_step_anagrafici_esercente_5_listener($event) { return ctx.setEsercente($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "app-step-struttura", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("struttura", function SubscriptionFormComponent_Template_app_step_struttura_struttura_6_listener($event) { return ctx.setStruttura($event); })("back", function SubscriptionFormComponent_Template_app_step_struttura_back_6_listener($event) { return ctx.goBack($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "app-step-fatturazione", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("fatturazione", function SubscriptionFormComponent_Template_app_step_fatturazione_fatturazione_7_listener($event) { return ctx.setFatturazione($event); })("back", function SubscriptionFormComponent_Template_app_step_fatturazione_back_7_listener($event) { return ctx.goBack($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "app-stripe", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("back", function SubscriptionFormComponent_Template_app_stripe_back_8_listener($event) { return ctx.goBack($event); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("step", ctx.step); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("hidden", ctx.step !== 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("hidden", ctx.step !== 2)("comuni", ctx.comuni)("tipologieArea", ctx.tipologieArea); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("hidden", ctx.step !== 3)("comuni", ctx.comuni); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("hidden", ctx.step !== 4)("formDatas", ctx.formDatas)("subscription", ctx.subscription); } }, directives: [_components_stepper_stepper_component__WEBPACK_IMPORTED_MODULE_7__["StepperComponent"], _components_step_anagrafici_step_anagrafici_component__WEBPACK_IMPORTED_MODULE_8__["StepAnagraficiComponent"], _components_step_struttura_step_struttura_component__WEBPACK_IMPORTED_MODULE_9__["StepStrutturaComponent"], _components_step_fatturazione_step_fatturazione_component__WEBPACK_IMPORTED_MODULE_10__["StepFatturazioneComponent"], _components_stripe_stripe_component__WEBPACK_IMPORTED_MODULE_11__["StripeComponent"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc3Vic2NyaXB0aW9uLWZvcm0vc3Vic2NyaXB0aW9uLWZvcm0uY29tcG9uZW50LmNzcyJ9 */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](SubscriptionFormComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-subscription-form', templateUrl: './subscription-form.component.html', styleUrls: ['./subscription-form.component.css'], }] }], function () { return [{ type: src_app_services_lookups_lookups_service__WEBPACK_IMPORTED_MODULE_6__["LookupService"] }]; }, { subscription: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Input"] }], submitted: [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Output"] }] }); })(); /***/ }), /***/ "./src/app/components/subscription-info/subscription-info.component.ts": /*!*****************************************************************************!*\ !*** ./src/app/components/subscription-info/subscription-info.component.ts ***! \*****************************************************************************/ /*! exports provided: SubscriptionInfoComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SubscriptionInfoComponent", function() { return SubscriptionInfoComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js"); /* harmony import */ var _footer_footer_component__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../footer/footer.component */ "./src/app/components/footer/footer.component.ts"); class SubscriptionInfoComponent { constructor() { } ngOnInit() { } } SubscriptionInfoComponent.ɵfac = function SubscriptionInfoComponent_Factory(t) { return new (t || SubscriptionInfoComponent)(); }; SubscriptionInfoComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: SubscriptionInfoComponent, selectors: [["app-subscription-info"]], decls: 14, vars: 0, consts: [[1, "mainScollingArea"], [1, "activationSection", "d-flex", "justify-content-center", "align-items-center"], [1, "container"], [1, "row", "d-flex", "justify-content-center", "align-items-center", "reverse-reservare"], [1, "col-12", "text-center", "mb-2"], [1, "sectionTitle"], [1, "callToAction"], ["routerLink", "/subscription"], [1, "fa", "fa-play"], [1, "callToActionLabel"]], template: function SubscriptionInfoComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "section", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "div", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "h2", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](6, " Ti abbiamo convinto? "); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "p", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "a", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](10, "i", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](11, "span", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](12, "ABBONATI ORA"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](13, "app-footer"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } }, directives: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterLinkWithHref"], _footer_footer_component__WEBPACK_IMPORTED_MODULE_2__["FooterComponent"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc3Vic2NyaXB0aW9uLWluZm8vc3Vic2NyaXB0aW9uLWluZm8uY29tcG9uZW50LmNzcyJ9 */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](SubscriptionInfoComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-subscription-info', templateUrl: './subscription-info.component.html', styleUrls: ['./subscription-info.component.css'] }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/components/subscription/subscription.component.ts": /*!*******************************************************************!*\ !*** ./src/app/components/subscription/subscription.component.ts ***! \*******************************************************************/ /*! exports provided: SubscriptionComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SubscriptionComponent", function() { return SubscriptionComponent; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _subscription_service__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./subscription.service */ "./src/app/components/subscription/subscription.service.ts"); /* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js"); /* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js"); /* harmony import */ var _footer_footer_component__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../footer/footer.component */ "./src/app/components/footer/footer.component.ts"); function SubscriptionComponent_div_6_Template(rf, ctx) { if (rf & 1) { const _r3 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetCurrentView"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "div", 7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 8); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "div", 9); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "h4", 10); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "p", 11); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](7); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](8, "div", 12); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "button", 13); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("click", function SubscriptionComponent_div_6_Template_button_click_9_listener() { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵrestoreView"](_r3); const sub_r1 = ctx.$implicit; const ctx_r2 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](); return ctx_r2.subscribe(sub_r1); }); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](10, "span"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](11, "Seleziona"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { const sub_r1 = ctx.$implicit; _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate"](sub_r1.name); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate"](sub_r1.price); } } class SubscriptionComponent { constructor(subscriptionService, router) { this.subscriptionService = subscriptionService; this.router = router; } ngOnInit() { this.getSubscriptions(); } getSubscriptions() { this.subscriptionService .getSubscriptions() .then((subs) => (this.subscriptions = subs)); } subscribe(sub) { debugger; this.router.navigate(['register'], { state: { subscription: sub }, }); } } SubscriptionComponent.ɵfac = function SubscriptionComponent_Factory(t) { return new (t || SubscriptionComponent)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_subscription_service__WEBPACK_IMPORTED_MODULE_1__["SubscriptionService"]), _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdirectiveInject"](_angular_router__WEBPACK_IMPORTED_MODULE_2__["Router"])); }; SubscriptionComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: SubscriptionComponent, selectors: [["app-subscription"]], decls: 8, vars: 1, consts: [[1, "mainScollingArea"], [1, "d-flex", "justify-content-center", "align-items-center", "abbonamento-reservare"], [1, "container", "text-center"], [1, "mainSectionSubTitle", "pt-5", "toppadding-reservare"], [1, "row", "d-flex", "align-items-center", "mt-5"], ["class", "col-sm-12 col-md-6 col-lg-4 mb-5 mr-auto ml-auto", 4, "ngFor", "ngForOf"], [1, "col-sm-12", "col-md-6", "col-lg-4", "mb-5", "mr-auto", "ml-auto"], [1, "card"], [1, "card-body", "card-reservare"], [1, "d-flex", "align-items-center", "flex-column", "text-center", 2, "height", "320px"], [1, "name"], [1, "price", "mt-auto"], [1, "mt-auto", "w-100"], ["type", "button", 1, "btn-reservare-step", "w-100", 3, "click"]], template: function SubscriptionComponent_Template(rf, ctx) { if (rf & 1) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "div", 0); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "section", 1); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "div", 2); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](3, "h1", 3); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](4, "Scegli il tuo abbonamento..."); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](5, "div", 4); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](6, SubscriptionComponent_div_6_Template, 12, 2, "div", 5); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelement"](7, "app-footer"); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"](); } if (rf & 2) { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6); _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngForOf", ctx.subscriptions); } }, directives: [_angular_common__WEBPACK_IMPORTED_MODULE_3__["NgForOf"], _footer_footer_component__WEBPACK_IMPORTED_MODULE_4__["FooterComponent"]], styles: ["\n/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJzcmMvYXBwL2NvbXBvbmVudHMvc3Vic2NyaXB0aW9uL3N1YnNjcmlwdGlvbi5jb21wb25lbnQuY3NzIn0= */"] }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](SubscriptionComponent, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"], args: [{ selector: 'app-subscription', templateUrl: './subscription.component.html', styleUrls: ['./subscription.component.scss'], }] }], function () { return [{ type: _subscription_service__WEBPACK_IMPORTED_MODULE_1__["SubscriptionService"] }, { type: _angular_router__WEBPACK_IMPORTED_MODULE_2__["Router"] }]; }, null); })(); /***/ }), /***/ "./src/app/components/subscription/subscription.service.ts": /*!*****************************************************************!*\ !*** ./src/app/components/subscription/subscription.service.ts ***! \*****************************************************************/ /*! exports provided: SubscriptionService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SubscriptionService", function() { return SubscriptionService; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _mock_subscription_mock__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mock/subscription.mock */ "./src/app/mock/subscription.mock.ts"); class SubscriptionService { constructor() { } getSubscriptions() { return new Promise((res, rej) => res(_mock_subscription_mock__WEBPACK_IMPORTED_MODULE_1__["SUBSCRIPTIONS"])); } } SubscriptionService.ɵfac = function SubscriptionService_Factory(t) { return new (t || SubscriptionService)(); }; SubscriptionService.ɵprov = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"]({ token: SubscriptionService, factory: SubscriptionService.ɵfac, providedIn: 'root' }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](SubscriptionService, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ providedIn: 'root', }] }], function () { return []; }, null); })(); /***/ }), /***/ "./src/app/mock/subscription.mock.ts": /*!*******************************************!*\ !*** ./src/app/mock/subscription.mock.ts ***! \*******************************************/ /*! exports provided: SUBSCRIPTIONS */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SUBSCRIPTIONS", function() { return SUBSCRIPTIONS; }); const SUBSCRIPTIONS = [ { id: 1, name: 'Mensile', details: '', price: 14 }, { id: 2, name: 'Semestrale', details: '', price: 50 }, { id: 3, name: 'Annuale', details: '', price: 350 }, ]; /***/ }), /***/ "./src/app/models/attivita/attivita.impl.ts": /*!**************************************************!*\ !*** ./src/app/models/attivita/attivita.impl.ts ***! \**************************************************/ /*! exports provided: Attivita */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Attivita", function() { return Attivita; }); class Attivita { constructor(nomeStruttura, descrizioneAttivita, indirizzo, CAP, idCitta, PROVINCIA, telefono, sitoWeb, mail, id) { this.nomeStruttura = nomeStruttura; this.descrizioneAttivita = descrizioneAttivita; this.indirizzo = indirizzo; this.CAP = CAP; this.idCitta = idCitta; this.PROVINCIA = PROVINCIA; this.telefono = telefono; this.sitoWeb = sitoWeb; this.mail = mail; this.id = id; } } /***/ }), /***/ "./src/app/models/datiFatturazione/datiFatturazione.impl.ts": /*!******************************************************************!*\ !*** ./src/app/models/datiFatturazione/datiFatturazione.impl.ts ***! \******************************************************************/ /*! exports provided: DatiFatturazione */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DatiFatturazione", function() { return DatiFatturazione; }); class DatiFatturazione { constructor(ragioneSociale, PIVA, codiceDestinatario, PEC, indirizzo, CAP, idCitta, PROVINCIA, telefono, mail) { this.ragioneSociale = ragioneSociale; this.PIVA = PIVA; this.codiceDestinatario = codiceDestinatario; this.PEC = PEC; this.indirizzo = indirizzo; this.CAP = CAP; this.idCitta = idCitta; this.PROVINCIA = PROVINCIA; this.telefono = telefono; this.mail = mail; } } /***/ }), /***/ "./src/app/models/datiRegistrazione/datiRegistrazione.impl.ts": /*!********************************************************************!*\ !*** ./src/app/models/datiRegistrazione/datiRegistrazione.impl.ts ***! \********************************************************************/ /*! exports provided: DatiRegistrazione */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DatiRegistrazione", function() { return DatiRegistrazione; }); class DatiRegistrazione { constructor(esercente, attivita, datiFatturazione) { this.esercente = esercente; this.attivita = attivita; this.datiFatturazione = datiFatturazione; } } /***/ }), /***/ "./src/app/models/esercente/esercente-lead.impl.ts": /*!*********************************************************!*\ !*** ./src/app/models/esercente/esercente-lead.impl.ts ***! \*********************************************************/ /*! exports provided: EsercenteLead */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EsercenteLead", function() { return EsercenteLead; }); class EsercenteLead { constructor(codiceLingua, password, nome, cognome, cellulare, email, FLAGGDPR) { this.codiceLingua = codiceLingua; this.password = password; this.nome = nome; this.cognome = cognome; this.cellulare = cellulare; this.email = email; this.FLAGGDPR = FLAGGDPR; } } /***/ }), /***/ "./src/app/models/fullRregistration/fullRegistration.impl.ts": /*!*******************************************************************!*\ !*** ./src/app/models/fullRregistration/fullRegistration.impl.ts ***! \*******************************************************************/ /*! exports provided: FullRegistration */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FullRegistration", function() { return FullRegistration; }); class FullRegistration { constructor() { } } /***/ }), /***/ "./src/app/services/esercente/esercente.service.ts": /*!*********************************************************!*\ !*** ./src/app/services/esercente/esercente.service.ts ***! \*********************************************************/ /*! exports provided: EsercenteService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EsercenteService", function() { return EsercenteService; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common/http */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/http.js"); const httpOptions = { headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({}), }; class EsercenteService { constructor(http) { this.http = http; this.base_url_taal = 'https://nmuwrvo9bd.execute-api.eu-west-1.amazonaws.com/Prod/api'; //base_url_taal = 'http://62.94.39.70/prenoTaal.be/api'; //base_url_taal = 'http://192.168.128.134/prenoTaal.be/api'; this.exec_url = '/Generic/exec'; httpOptions.headers = httpOptions.headers.set('Pragma', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Cache-Control', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Content-Type', 'application/json'); } addEsercente(esercente) { return this.http.post(this.base_url_taal + this.exec_url + '/sp_RegisterEsercente', { par: esercente }, httpOptions); } } EsercenteService.ɵfac = function EsercenteService_Factory(t) { return new (t || EsercenteService)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"](_angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"])); }; EsercenteService.ɵprov = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"]({ token: EsercenteService, factory: EsercenteService.ɵfac, providedIn: 'root' }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](EsercenteService, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ providedIn: 'root', }] }], function () { return [{ type: _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"] }]; }, null); })(); /***/ }), /***/ "./src/app/services/lookups/lookups.service.ts": /*!*****************************************************!*\ !*** ./src/app/services/lookups/lookups.service.ts ***! \*****************************************************/ /*! exports provided: LookupService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LookupService", function() { return LookupService; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common/http */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/http.js"); const httpOptions = { headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({}), }; class LookupService { constructor(http) { this.http = http; this.base_url_taal = 'https://nmuwrvo9bd.execute-api.eu-west-1.amazonaws.com/Prod/api'; //base_url_taal = 'http://62.94.39.70/prenoTaal.be/api'; //base_url_taal = 'http://192.168.128.134:44315/api'; this.exec_url = '/Generic/exec'; httpOptions.headers = httpOptions.headers.set('Pragma', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Cache-Control', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Content-Type', 'application/json'); } get(nomeLookup) { return this.http.post(this.getNomeStored('fn', 'Get', nomeLookup), { par: null, pageNum: 0, order: [] }, httpOptions); } getNomeStored(type, operation, entity) { return (this.base_url_taal + this.exec_url + '/' + type + '_' + operation + entity); } } LookupService.ɵfac = function LookupService_Factory(t) { return new (t || LookupService)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"](_angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"])); }; LookupService.ɵprov = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"]({ token: LookupService, factory: LookupService.ɵfac, providedIn: 'root' }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](LookupService, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ providedIn: 'root', }] }], function () { return [{ type: _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"] }]; }, null); })(); /***/ }), /***/ "./src/app/services/registrazione/register.service.ts": /*!************************************************************!*\ !*** ./src/app/services/registrazione/register.service.ts ***! \************************************************************/ /*! exports provided: RegisterService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RegisterService", function() { return RegisterService; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common/http */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/http.js"); const httpOptions = { headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({}), }; class RegisterService { constructor(http) { this.http = http; this.base_url_taal = 'https://nmuwrvo9bd.execute-api.eu-west-1.amazonaws.com/Prod/api'; //base_url_taal = 'http://62.94.39.70/prenoTaal.be/api'; this.exec_url = '/Generic/exec'; httpOptions.headers = httpOptions.headers.set('Pragma', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Cache-Control', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Content-Type', 'application/json'); } addEsercente(fullRegistration) { return this.http.post(this.base_url_taal + this.exec_url + '/sp_RegisterEsercente', { par: fullRegistration }, httpOptions); } addFullRegistration(fulRegistration) { return this.http.post(this.base_url_taal + this.exec_url + '/sp_SuperRegisterPrivato', { par: fulRegistration }, httpOptions); } } RegisterService.ɵfac = function RegisterService_Factory(t) { return new (t || RegisterService)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"](_angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"])); }; RegisterService.ɵprov = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"]({ token: RegisterService, factory: RegisterService.ɵfac, providedIn: 'root' }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](RegisterService, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ providedIn: 'root', }] }], function () { return [{ type: _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"] }]; }, null); })(); /***/ }), /***/ "./src/app/services/stripe/stripe.service.ts": /*!***************************************************!*\ !*** ./src/app/services/stripe/stripe.service.ts ***! \***************************************************/ /*! exports provided: StripeService */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "StripeService", function() { return StripeService; }); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _angular_common_http__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/common/http */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/http.js"); const httpOptions = { headers: new _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpHeaders"]({}), }; class StripeService { constructor(http) { this.http = http; this.base_url_taal = 'https://nmuwrvo9bd.execute-api.eu-west-1.amazonaws.com/Prod/api'; this.base_url_fra = 'http://192.168.128.134:44315/api'; this.base_url_locale = 'http://localhost:44315/api'; this.stripeTest = '/generic/stripeTest'; this.CreateCustomerUser = '/generic/stripe/CreateCustomerUser'; httpOptions.headers = httpOptions.headers.set('Pragma', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Cache-Control', 'no-cache'); httpOptions.headers = httpOptions.headers.set('Content-Type', 'application/json'); } testStripe(token, datas) { return this.http.post(this.base_url_locale + this.stripeTest, { email_Stripe: datas.EMAIL_FATTURAZIONE, pm_id_Stripe: token.id, billing_address_Stripe: datas.INDIRIZZO_FATTURAZIONE, paymentTypeId: 3, par: datas, }, httpOptions); } payWithStripe(token, datas, subscription) { return this.http.post(this.base_url_taal + this.CreateCustomerUser, { email_Stripe: datas.EMAIL_FATTURAZIONE, pm_id_Stripe: token.id, billing_address_Stripe: datas.INDIRIZZO_FATTURAZIONE, paymentTypeId: subscription.id, par: datas, }, httpOptions); } } StripeService.ɵfac = function StripeService_Factory(t) { return new (t || StripeService)(_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵinject"](_angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"])); }; StripeService.ɵprov = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjectable"]({ token: StripeService, factory: StripeService.ɵfac, providedIn: 'root' }); /*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](StripeService, [{ type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Injectable"], args: [{ providedIn: 'root', }] }], function () { return [{ type: _angular_common_http__WEBPACK_IMPORTED_MODULE_1__["HttpClient"] }]; }, null); })(); /***/ }), /***/ "./src/environments/environment.ts": /*!*****************************************!*\ !*** ./src/environments/environment.ts ***! \*****************************************/ /*! exports provided: environment */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "environment", function() { return environment; }); // This file can be replaced during build by using the `fileReplacements` array. // `ng build --prod` replaces `environment.ts` with `environment.prod.ts`. // The list of file replacements can be found in `angular.json`. const environment = { production: false, stripeKey: 'pk_live_51GxCoLEnlGcY25tlyaHnBVZLzpC8j8phhZYfbufSnmMVKkC2LfS7NAM6So51Oy2nq7wjAhJqHzuX86k9vKmlVZ6t00wEBJ1N94', }; /* * For easier debugging in development mode, you can import the following file * to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. * * This import should be commented out in production mode because it will have a negative impact * on performance if an error is thrown. */ // import 'zone.js/dist/zone-error'; // Included with Angular CLI. /***/ }), /***/ "./src/main.ts": /*!*********************!*\ !*** ./src/main.ts ***! \*********************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js"); /* harmony import */ var _environments_environment__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./environments/environment */ "./src/environments/environment.ts"); /* harmony import */ var _app_app_module__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./app/app.module */ "./src/app/app.module.ts"); /* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/platform-browser */ "./node_modules/@angular/platform-browser/__ivy_ngcc__/fesm2015/platform-browser.js"); if (_environments_environment__WEBPACK_IMPORTED_MODULE_1__["environment"].production) { Object(_angular_core__WEBPACK_IMPORTED_MODULE_0__["enableProdMode"])(); } _angular_platform_browser__WEBPACK_IMPORTED_MODULE_3__["platformBrowser"]().bootstrapModule(_app_app_module__WEBPACK_IMPORTED_MODULE_2__["AppModule"]) .catch(err => console.error(err)); /***/ }), /***/ 0: /*!***************************!*\ !*** multi ./src/main.ts ***! \***************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { module.exports = __webpack_require__(/*! C:\Users\Mauro\IdeaProjects\reservare.it_angular\src\main.ts */"./src/main.ts"); /***/ }) },[[0,"runtime","vendor"]]]); //# sourceMappingURL=main.js.map