{"ast":null,"code":"import * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\n\nfunction BranchcardComponent_div_1_div_18_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"div\");\n    i0.ɵɵelementStart(1, \"span\");\n    i0.ɵɵelementStart(2, \"a\", 14);\n    i0.ɵɵtext(3);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n  }\n\n  if (rf & 2) {\n    const phone_r3 = ctx.$implicit;\n    i0.ɵɵadvance(2);\n    i0.ɵɵpropertyInterpolate1(\"href\", \"`tel:\", phone_r3.number, \"`\", i0.ɵɵsanitizeUrl);\n    i0.ɵɵadvance(1);\n    i0.ɵɵtextInterpolate(phone_r3.number);\n  }\n}\n\nfunction BranchcardComponent_div_1_Template(rf, ctx) {\n  if (rf & 1) {\n    i0.ɵɵelementStart(0, \"div\", 2);\n    i0.ɵɵelementStart(1, \"div\", 3);\n    i0.ɵɵelementStart(2, \"div\", 4);\n    i0.ɵɵelementStart(3, \"div\", 5);\n    i0.ɵɵelementStart(4, \"div\", 6);\n    i0.ɵɵelementStart(5, \"h3\");\n    i0.ɵɵtext(6);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementStart(7, \"div\", 7);\n    i0.ɵɵelementStart(8, \"div\", 8);\n    i0.ɵɵelementStart(9, \"span\", 9);\n    i0.ɵɵtext(10);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementStart(11, \"ul\", 10);\n    i0.ɵɵelementStart(12, \"li\");\n    i0.ɵɵtext(13, \"Address:\");\n    i0.ɵɵelementStart(14, \"a\", 11);\n    i0.ɵɵtext(15);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementStart(16, \"li\", 12);\n    i0.ɵɵtext(17, \" Mobile: \\u00A0 \");\n    i0.ɵɵtemplate(18, BranchcardComponent_div_1_div_18_Template, 4, 2, \"div\", 13);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementStart(19, \"li\");\n    i0.ɵɵtext(20, \"Email:\");\n    i0.ɵɵelementStart(21, \"a\", 14);\n    i0.ɵɵtext(22);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementStart(23, \"li\");\n    i0.ɵɵtext(24, \"Website:\");\n    i0.ɵɵelementStart(25, \"a\", 14);\n    i0.ɵɵtext(26);\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n    i0.ɵɵelementEnd();\n  }\n\n  if (rf & 2) {\n    const item_r1 = ctx.$implicit;\n    i0.ɵɵadvance(6);\n    i0.ɵɵtextInterpolate(item_r1.Location);\n    i0.ɵɵadvance(4);\n    i0.ɵɵtextInterpolate(item_r1.Name);\n    i0.ɵɵadvance(5);\n    i0.ɵɵtextInterpolate(item_r1.Address);\n    i0.ɵɵadvance(3);\n    i0.ɵɵproperty(\"ngForOf\", item_r1.Phone);\n    i0.ɵɵadvance(3);\n    i0.ɵɵpropertyInterpolate1(\"href\", \"`mailto:\", item_r1.Email, \"`\", i0.ɵɵsanitizeUrl);\n    i0.ɵɵadvance(1);\n    i0.ɵɵtextInterpolate1(\" \", item_r1.Email, \" \");\n    i0.ɵɵadvance(3);\n    i0.ɵɵpropertyInterpolate1(\"href\", \"`\", item_r1.Website, \"`\", i0.ɵɵsanitizeUrl);\n    i0.ɵɵadvance(1);\n    i0.ɵɵtextInterpolate(item_r1.Website);\n  }\n}\n\nexport let BranchcardComponent = /*#__PURE__*/(() => {\n  class BranchcardComponent {\n    constructor() {\n      this.BranchDetails = [{\n        Location: 'Hyderabad',\n        Name: 'Vasavi Courier',\n        Address: '11-10-744/2, BUS DEPO ROAD, BURHANPURAM ROAD NO: 5, KHAMMAM',\n        Phone: [{\n          number: 9581514666\n        }],\n        Landline: [{\n          number: 123456789\n        }],\n        Email: 'vasavicourier@gmail.com',\n        Website: 'www.vasavicourier.com'\n      }];\n    }\n\n    ngOnInit() {}\n\n  }\n\n  BranchcardComponent.ɵfac = function BranchcardComponent_Factory(t) {\n    return new (t || BranchcardComponent)();\n  };\n\n  BranchcardComponent.ɵcmp = /*@__PURE__*/i0.ɵɵdefineComponent({\n    type: BranchcardComponent,\n    selectors: [[\"app-branchcard\"]],\n    decls: 2,\n    vars: 1,\n    consts: [[1, \"container\", \"my-5\"], [\"class\", \"row\", 4, \"ngFor\", \"ngForOf\"], [1, \"row\"], [1, \"col-md-4\"], [1, \"cmt-pricing-plan\"], [1, \"cmt-p_table-head\"], [1, \"cmt-p_table-title\"], [1, \"cmt-p_table-body\", \"mb-3\"], [1, \"cmt-p_table-amount\"], [1, \"cur_symbol\"], [1, \"cmt-p_table-features\"], [\"href\", \"#\"], [1, \"d-flex\"], [4, \"ngFor\", \"ngForOf\"], [3, \"href\"]],\n    template: function BranchcardComponent_Template(rf, ctx) {\n      if (rf & 1) {\n        i0.ɵɵelementStart(0, \"div\", 0);\n        i0.ɵɵtemplate(1, BranchcardComponent_div_1_Template, 27, 8, \"div\", 1);\n        i0.ɵɵelementEnd();\n      }\n\n      if (rf & 2) {\n        i0.ɵɵadvance(1);\n        i0.ɵɵproperty(\"ngForOf\", ctx.BranchDetails);\n      }\n    },\n    directives: [i1.NgForOf],\n    styles: [\".cmt-p_table-body[_ngcontent-%COMP%]{text-align:left;padding:15px!important}.cmt-pricing-plan[_ngcontent-%COMP%]{border-radius:15px!important;font-weight:600}\"]\n  });\n  return BranchcardComponent;\n})();","map":null,"metadata":{},"sourceType":"module"}