{ "version": 3, "sources": ["src/app/homes/manufactured/doublewide/doublewide.component.ts", "src/app/homes/manufactured/doublewide/doublewide.component.html", "src/app/homes/manufactured/doublewide/doublewide-routing.module.ts"], "sourcesContent": ["import { Component, OnInit } from '@angular/core';\r\nimport { FloorplanService } from './../../../services/floorplan.service';\r\nimport { Floorplan } from '../../../models/floorplan';\r\nimport { Subscription } from 'rxjs';\r\n\r\n@Component({\r\n selector: 'app-doublewide',\r\n templateUrl: './doublewide.component.html',\r\n styleUrls: ['./doublewide.component.scss'],\r\n})\r\nexport class DoublewideComponent implements OnInit {\r\n sub: Subscription;\r\n floorplans!: Floorplan[];\r\n filteredHomes!: Floorplan[];\r\n floorOptions: any;\r\n date = new Date();\r\n isLoading = false;\r\n\r\n constructor(\r\n private mobilehomeService: FloorplanService,\r\n\r\n ) {}\r\n\r\n ngOnInit() {\r\n this.isLoading = true;\r\n this.sub = this.mobilehomeService\r\n .getFloorplans()\r\n .subscribe((floorplans) => {\r\n this.floorOptions = Array.from(\r\n new Set(floorplans.map((home) => home.floors))\r\n );\r\n\r\n // .sort((a: number, b: number) => a - b)\r\n // .reduce((acc: any, item) => {\r\n // acc[item] = false;\r\n // return acc;\r\n // }, {});\r\n\r\n this.floorplans = floorplans;\r\n // this.filteredHomes = [...floorplans];\r\n this.filteredHomes = this.floorplans.filter((home) => home.floors == 2);\r\n\r\n this.isLoading = false;\r\n });\r\n } /** nginit */\r\n ngOnDestroy(): void {\r\n this.sub.unsubscribe();\r\n }\r\n}\r\n", "
\r\n Doublewide homes are an excellent option for those looking for an affordable,\r\n yet spacious living space. These homes are transported in two sections and are\r\n typically wider and more spacious than single-wide homes but still very\r\n affordable. Prices for our doublewide homes start at 130K, which does not\r\n includes delivery (some exceptions apply for - discuss this with your sales\r\n consultant). We believe that everyone deserves a comfortable, high-quality\r\n home, which is why we strive to offer competitive new home prices that also\r\n qualify for competitive financing.\r\n
\r\n\r\n\r\n At Heritage Home Center, we are committed to building homes that are not only\r\n beautiful but also built to last. Most of our series homes are constructed\r\n using only the highest-quality materials, including\r\n 2x6\" exterior walls, 2x4\" interior walls, and 2x10\" grade-A lumber for the\r\n floors.\r\n We believe that a well-built home should stand the test of time, which is why\r\n we take great care to ensure that every detail is considered during\r\n construction. From the foundation to the finishing touches, our homes are\r\n crafted with precision and care to provide you with a safe, comfortable living\r\n space that you and your family can enjoy for years to come. Trust the Marlette\r\n brand for quality construction and exceptional value in every home we build.\r\n
\r\n\r\n\r\n Our doublewide manufactured homes (mobile homes) offer a good starting point\r\n for a base floor plan that can be customized to meet your unique style and\r\n preferences. Choose from a range of options, including vaulted loft-style\r\n ceilings, large windows, cabinets, solid surface countertops, walk-in pantry,\r\n extra tall windows, glass tile finishes, roomy bathrooms with walk-in showers,\r\n and jacuzzi tubs. We also offer upgraded window treatments and floor coverings\r\n to add the finishing touches and personalized just for you. At Heritage Home\r\n Center, we understand that your home is an investment, which is why we are\r\n committed to providing you with high-quality, customizable options that not\r\n only fit your budget, but also your lifestyle.\"\r\n
\r\n\r\n