{"version":3,"sources":["./src/app/components/pages/sevda-ugras/sevda-ugras-routing.module.ts","./src/app/components/pages/sevda-ugras/sevda-ugras.module.ts","./src/app/components/pages/sevda-ugras/sevda-ugras.component.html","./src/app/components/pages/sevda-ugras/sevda-ugras.component.ts"],"names":[],"mappings":";;;;;;;;;;AAEA;AAAA;AAAA;AAA4D;AAE5D,MAAM,MAAM,GAAW;IACrB;QACE,IAAI,EAAE,EAAE;QACR,SAAS,EAAE,0EAAmB;KAC/B;CACF,CAAC;AAMK,MAAM,uBAAuB;CACnC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACKD;AAAA;AAAO,MAAM,gBAAgB;CAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yGCrBjC;;;;;;skBAAyB,IACzB,4gBAAiC,IACjC,yLAuHU,KAtHR,+IAoHM,KAnHJ,wIAoDM,KAnDJ,iMAwCM,KAvCJ,iLAsCM,KArCJ,oJAoCM,KAnCJ,uJAkCM,KAjCJ,0IAKM,KAJJ,wLAA2D,KAC3D,yIAEM,KADJ,uJAAoC,KAGxC,4IA0BM,KAzBJ,uHAA4D,KAAxD,qVAAmD,KACvD,iJAAoF,KAA1D,qVAAmD,KA6BvF,qMASM,KARJ,oJAOM,KAJJ,0JAAyF,KAAtD,qVAAkD,KAErF,0JAA0F,KAAvD,sVAAmD,KAM5F,mJA2DM,KA1DJ,uOAyDM,KAvDJ,wJAcM,KAbJ,wIAAyE,KAAxD,qVAAmD,KACpE,yIAWK,KAVH,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KAIJ,wJAiBM,KAhBJ,wIAAyE,KAAxD,qVAAmD,KACpE,wIAKK,KAJH,uLACK,KADqD,0JAAuC,uWACjG,KACA,uLACK,KADqD,0JAAuC,uWACjG,KAGF,wIAAyE,KAAxD,qVAAmD,KACpE,wIAKK,KAJH,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KAKJ,wJAmBM,KAlBJ,wIAAyE,KAAxD,qVAAmD,KACpE,yIAeK,KAdH,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,0JAAuC,6WACjG,KACA,uLACK,KADqD,2JAAuC,wWACjG,KACA,wLACK,KADqD,2JAAuC,wWACjG,KACA,wLACK,KADqD,2JAAuC,8WACjG,KACA,wLACK,KADqD,2JAAuC,8WACjG,KAUZ;;;6dAAsG,iDA1HtG,YAAyB,GACzB,YAAiC,GAyHrB,oBAAoB,YAAC,oBAAe,SAAmB,oBAAqB,YAAvC,oBAAiB,UAAlE,cAAsG,EAA1F,UAAoB,EAAC,UAAe,EAAmB,UAAqB,EAAvC,UAAiB,2BA1G9C,gNAAmD,GAC7B,gNAAmD,GAiChD,+MAAkD,GAElD,+MAAmD,GAUrE,gNAAmD,GAE+B,+MACjG,GACiG,+MACjG,GACiG,+MACjG,GACiG,+MACjG,GACiG,+MACjG,GAKe,kNAAmD,GAE+B,iNACjG,GACiG,kNACjG,GAGe,kNAAmD,GAE+B,kNACjG,GACiG,kNACjG,GAMe,kNAAmD,GAE+B,kNACjG,GACiG,kNACjG,GACiG,kNACjG,GACiG,qNACjG,GACiG,qNACjG,GACiG,qNACjG,GACiG,qNACjG;;;;;;;;;;;;;;;;ACzGZ;AAAA;AAAO,MAAM,mBAAmB;IAE9B;QACA,cAAS,GAAG,6BAA6B,CAAC;QAC1C,cAAS,GAAG,0BAA0B,CAAC;QACvC,WAAM,GAAG,yBAAyB,CAAC;QACnC,YAAO,GAAG,EAAE,CAAC;IAJG,CAAC;IAMjB,QAAQ;IACR,CAAC;CAEF","file":"default~components-pages-about-about-module-ngfactory~components-pages-home-home-module-ngfactory~co~3de12db3-es2015.js","sourcesContent":["import {NgModule} from '@angular/core';\nimport {RouterModule, Routes} from '@angular/router';\nimport {SevdaUgrasComponent} from './sevda-ugras.component';\n\nconst routes: Routes = [\n {\n path: '',\n component: SevdaUgrasComponent\n },\n];\n\n@NgModule({\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule]\n})\nexport class SevdaUgrasRoutingModule {\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SharedModule } from '../../shared/shared.module';\nimport { NgbModule } from '@ng-bootstrap/ng-bootstrap';\nimport { SevdaUgrasRoutingModule } from './sevda-ugras-routing.module';\nimport { SevdaUgrasComponent } from './sevda-ugras.component';\nimport {TranslateModule} from '@ngx-translate/core';\n\n@NgModule({\n declarations: [SevdaUgrasComponent],\n exports: [\n SevdaUgrasComponent\n ],\n imports: [\n CommonModule,\n SevdaUgrasRoutingModule,\n SharedModule,\n NgbModule,\n TranslateModule,\n ]\n})\nexport class SevdaUgrasModule { }\n","\n\n
\n
\n
\n
\n
\n
\n
\n
\n \"doctor-image\"\n
\n \n
\n
\n
\n

{{ 'SevdaUgrasPage.SevdaUgrasTitle0' | translate }}

\n {{ 'SevdaUgrasPage.SevdaUgrasTitle5' | translate }}\n\n\n
\n
\n
\n
\n
\n
\n
\n\n\n

{{ 'SevdaUgrasPage.SevdaUgrasText1' | translate }}

\n\n

{{ 'SevdaUgrasPage.SevdaUgrasText2' | translate }}

\n\n
\n
\n
\n\n
\n
\n\n
\n

{{ 'SevdaUgrasPage.SevdaUgrasTitle1' | translate }}

\n
    \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText4' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText5' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText6' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText7' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText8' | translate }}\n
  • \n
\n
\n\n
\n

{{ 'SevdaUgrasPage.SevdaUgrasTitle2' | translate }}

\n
    \n
  •   {{ 'SevdaUgrasPage.SevdaUgrasText9' | translate }}\n
  • \n
  •   {{ 'SevdaUgrasPage.SevdaUgrasText10' | translate }}\n
  • \n
\n\n

{{ 'SevdaUgrasPage.SevdaUgrasTitle3' | translate }}

\n
    \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText11' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText12' | translate }}\n
  • \n
\n\n
\n\n
\n

{{ 'SevdaUgrasPage.SevdaUgrasTitle4' | translate }}

\n
    \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText13' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText14' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText15' | translate }}\n
  • \n
  •   {{ 'SevdaUgrasPage.SevdaUgrasText16' | translate }}\n
  • \n
  •   {{ 'SevdaUgrasPage.SevdaUgrasText17' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText18' | translate }}\n
  • \n
  •    {{ 'SevdaUgrasPage.SevdaUgrasText19' | translate }}\n
  • \n
\n\n
\n
\n
\n\n
\n\n
\n\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-sevda-ugras',\n templateUrl: './sevda-ugras.component.html',\n styleUrls: ['./sevda-ugras.component.css']\n})\nexport class SevdaUgrasComponent implements OnInit {\n\n constructor() { }\n classname = \"footer-area footer-area-two\";\n ftbgimage = \"assets/img/footer-bg.jpg\";\n ftlogo = \"assets/img/logo-1.1.png\";\n ftshape = \"\";\n\n ngOnInit(): void {\n }\n\n}\n"],"sourceRoot":"webpack:///"}