61 results - 28 files src\app\modules\bbr\bbr-inner\bbr-inner-details\bbr-inner-details.component.html: 76 [queryParams]="{ 77: FlowAction: bbrData.unitId 78 }" src\app\modules\bbr-search-list\bbr-search-list\bbr-search-list.component.html: 136 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 137: [queryParams]="{FlowAction: listing.guid }" 138 > src\app\modules\bvs\bvs\components\desktop\bvs-desktop-related-estate\bvs-desktop-related-estate.ts: 146 product.link + 147: (product.type === 'Boligrapporter' && !!estate?.guid ? '?FlowAction=' + estate.guid : '') 148 ); src\app\modules\bvs\bvs\components\shared\bvs-property-statistics\bvs-stats-burglary\bvs-stats-burglary.component.html: 9 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 10: [queryParams]="{ FlowAction: estate?.guid }" 11 class="text-primary font-weight-bold mb-0 d-none d-md-block" 22 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 23: [queryParams]="{ FlowAction: estate?.guid }" 24 class="text-primary font-weight-bold mb-0 d-block d-md-none text-right report-link" src\app\modules\bvs\bvs\components\shared\bvs-property-statistics\bvs-stats-health\bvs-stats-health.component.html: 9 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 10: [queryParams]="{ FlowAction: estate?.guid }" 11 class="text-primary font-weight-bold mb-0 d-none d-md-block agent-guide" src\app\modules\bvs\bvs\components\shared\bvs-property-statistics\bvs-stats-rain\bvs-stats-rain.component.html: 9 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 10: [queryParams]="{ FlowAction: estate?.guid }" 11 class="text-primary font-weight-bold mb-0 d-none d-md-block" 21 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 22: [queryParams]="{ FlowAction: estate?.guid }" 23 class="text-primary font-weight-bold mb-0 d-block d-md-none text-right report-link" src\app\modules\bvs\bvs\components\shared\bvs-property-statistics\bvs-stats-value\bvs-stats-value.component.html: 76 Træk en gratis src\app\modules\bvs\bvs\components\shared\bvs-shared-property-discreet\bvs-shared-property-discreet.component.html: 71 [routerLink]="customRouter.paramsToCommands(routePaths?.evaluationReportLanding)" 72: [queryParams]="{ FlowAction: houseData?.guid }" 73 > src\app\modules\bvs\bvs\components\shared\bvs-shared-property-information\bvs-property-information.component.ts: 141 getLink(link: string, estate: Estate) { 142: return link + (!!estate?.guid ? '?FlowAction=' + estate.guid : ''); 143 } 155 {}, 156: { queryParams: { FlowAction: this.houseData.guid } } 157 ); src\app\modules\evaluation-report\evaluation-report.guard.ts: 41 const redirect = !!customRedirect ? customRedirect : routePaths.homepage; 42: this.customRouter.navigate(redirect, {}, {queryParams : {FlowAction : guid}}); 43 return false; src\app\modules\evaluation-report\landing\landing.component.html: 63 [routerLink]="customRouter.paramsToCommands(routePaths.orderCreate)" 64: [queryParams]="{FlowAction: estateGuid}" 65 >Bestil Vurderingsrapporten src\app\modules\evaluation-report\landing\landing.component.ts: 39 ngOnInit() { 40: if (this.route.snapshot.queryParams.FlowAction) { 41: this.customRouter.navigate(this.routePaths.housingReportSearch, {FlowAction : this.route.snapshot.queryParams.FlowAction}); 42: this.estateGuid = this.route.snapshot.queryParams.FlowAction; 43 } else { src\app\modules\housing-report\find\find.component.ts: 58 this.subscriptions.add(this.activatedRoute.queryParams.subscribe(queryParams => { 59: if (queryParams.FlowAction && (!this.selectedBBR || queryParams.FlowAction !== this.selectedBBR.id)) { 60: this.bbrService.getBbrData(this.activatedRoute.snapshot.queryParams.FlowAction).subscribe(res => { 61 this.bbrService.getSuggestionsWithZip(this.locationSuggestionString(res), res.zipCodeString) 74 }); 75: } else if (!queryParams.FlowAction) { 76 this.canGetEr = true; 118 if (!!this.selectedBBR) { 119: this.customRouter.navigate(routePaths.housingReportExact, {}, { queryParams: { FlowAction: this.selectedBBR.id } }); 120 } 159 queryParams: { 160: FlowAction: event.id 161 }, 173 queryParams: { 174: FlowAction: null 175 }, src\app\modules\housing-report\housing-report\housing-report.component.ts: 61 this.activatedRoute.snapshot.queryParams && 62: this.activatedRoute.snapshot.queryParams.FlowAction 63 ) { 64: const bbrId = this.activatedRoute.snapshot.queryParams.FlowAction; 65 this.gtmService.event(DataLayerEvents.buyerReportView, 66: { userid: this.userId, bbrid: this.activatedRoute.snapshot.queryParams.FlowAction}); 67: this.subscriptions.add(this.bbrService.getBbrData(this.activatedRoute.snapshot.queryParams.FlowAction).subscribe( 68 res => { 88 downloadPdf() { 89: const bbrId = this.activatedRoute.snapshot.queryParams.FlowAction; 90 this.housingReportService.getBuyerReportFree(bbrId).subscribe(res2 => { src\app\modules\housing-report\housing-report-free\housing-report-free.component.ts: 63 this.activatedRoute.snapshot.queryParams && 64: this.activatedRoute.snapshot.queryParams.FlowAction 65 ) { 66: const bbrId = this.activatedRoute.snapshot.queryParams.FlowAction; 67 // get address for meta title 68: this.subscriptions.add(this.bbrService.getBbrData(this.activatedRoute.snapshot.queryParams.FlowAction).subscribe( 69 res => this.seoService.updateTitle(`Boligrapport for ${res.addressString} ${res.zipString}`) 72 this.gtmService.event(DataLayerEvents.buyerReportView, 73: { userid: this.userId, bbrid: this.activatedRoute.snapshot.queryParams.FlowAction}); 74 this.housingReportService.getBuyerReportFree(bbrId).subscribe(res2 => { 86 downloadPdf() { 87: const bbrId = this.activatedRoute.snapshot.queryParams.FlowAction; 88 this.housingReportService.getBuyerReportFree(bbrId).subscribe(res2 => { src\app\modules\housing-report\landingpage\landingpage.component.ts: 41 ngOnInit() { 42: if (this.activatedRoute.snapshot.queryParams.FlowAction) { 43: this.subscriptions.add( this.bbrService.getBbrData(this.activatedRoute.snapshot.queryParams.FlowAction).subscribe( 44 bbrData => { 67 this.loginModalService.openModal().afterClosed().subscribe(a => { 68: if (this.authService.hasBuyerReport && this.activatedRoute.snapshot.queryParams.FlowAction) { 69 this.housingReportService.createOrder(148).subscribe( b => src\app\modules\order\order-accepted\order-accepted.component.ts: 42 const routeSnapshot = this.activatedRoute.snapshot; 43: const FlowAction = routeSnapshot.queryParams['FlowAction']; 44: if (FlowAction) { 45: this.flowAction = FlowAction; 46 } 58 this.customRouter.navigate(routePaths.orderConfirmed, { id: routeSnapshot.params['id'] }, 59: { queryParams: { FlowAction: this.flowAction } }); 60 } src\app\modules\order\order-confirm\order-confirm.component.ts: 113 // tslint:disable-next-line:max-line-length 114: accepturl : location.protocol + '//' + location.hostname + this.customRouter.paramsToCommands(routePaths.orderConfirmed, {id: this.order.id}) + (this.activatedRoute.snapshot.queryParams['FlowAction'] ? '?FlowAction=' + this.activatedRoute.snapshot.queryParams['FlowAction'] + '&deedId=' + this.deedId : '?deedId=' + this.deedId), 115 // tslint:disable-next-line:max-line-length src\app\modules\order\order-create\order-create.component.ts: 26 id: res 27: }, { queryParams: {FlowAction: this.activatedRoute.snapshot.queryParamMap.get('FlowAction')}} 28 ); src\app\modules\real-estate\inner-details\inner-details.component.html: 276 [queryParams]="{ 277: FlowAction: houseData.guid 278 }" src\app\modules\real-estate\property-information\property-info-sq-meter-price\property-info-sq-meter-price.component.html: 76 [routerLink]="customRouter.paramsToCommands(routePaths.evaluationReportLanding)" 77: [queryParams]="{ FlowAction: estate.guid }" 78 target="_blank" data-gtm="property_info_sqm_price_evaluation_report" src\app\modules\real-estate-discreet\inner-details\inner-details.component.html: 56 [routerLink]="customRouter.paramsToCommands(routePaths.evaluationReportLanding)" 57: [queryParams]="{ FlowAction: houseData.guid }" 58 >{{ 'estate_inner.current_value' | translate }} src\app\modules\sold-inner\sales-overview\sales-overview.component.html: 65 [queryParams]="{ 66: FlowAction: this.salesData.guid 67 }" src\app\modules\sold-list-table\sold-card\sold-card.component.html: 42 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 43: [queryParams]="{FlowAction: soldCardData.guid }" 44 > src\app\modules\sold-list-table\sold-list-table\sold-list-table.component.html: 91 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 92: [queryParams]="{FlowAction: listing.guid }" 93 > src\app\modules\user-panel\up-facebook-catalogue\up-facebook-catalogue\up-facebook-catalogue.component.ts: 231 // tslint:disable-next-line:max-line-length 232: accepturl : location.protocol + '//' + location.hostname + this.customRouter.paramsToCommands(routePaths.orderConfirmed, {id: this.order.id}) + (this.activatedRoute.snapshot.queryParams['FlowAction'] ? '?FlowAction=' + this.activatedRoute.snapshot.queryParams['FlowAction'] + '&eId=' + this.eid : '?eId=' + this.eid), 233 // tslint:disable-next-line:max-line-length src\app\shared\components\bolig-report\bolig-report.component.html: 18 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 19: [queryParams]="{FlowAction: bbrID}" 20 data-gtm="property_reports_read_more" src\app\shared\components\report-popup\report-popup.component.html: 7 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportLanding)" 8: [queryParams]="{FlowAction: houseDataID}" 9 [attr.data-gtm]="isIndex ? 'bbr_index_list_property_reports_read_more' : 'property_reports_read_more' " 18 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportSearch)" 19: [queryParams]="!canhaveER ? '' : {FlowAction:houseDataID }" 20 data-gtm="current_value" 33 [routerLink]="customRouterService.paramsToCommands(routePaths.housingReportSearch)" 34: [queryParams]="!canhaveBR ? '' : { FlowAction: houseDataID }" 35 data-gtm="view_risks"