{"version":3,"file":"src_app_pages_faqregister_faqregister_module_ts.0b709a41a3aaaa3a.js","mappings":";;;;;;;;;;;;;;;;;;;AAOO,IAAMA,oBAAb;EAAM,MAAOA,oBAAP,CAA2B;IAE/BC,eAAiB;;IAEjBC,QAAQ,IACP;;EAL8B;;;qBAApBF;EAAoB;;;UAApBA;IAAoBG;IAAAC;IAAAC;IAAAC;IAAAC;MAAA;QCPjCC,4DAAAA,cAAiB,CAAjB,EAAiB,KAAjB,EAAiB,CAAjB,EAAiB,CAAjB,EAAiB,KAAjB,EAAiB,CAAjB,EAAiB,CAAjB,EAAiB,KAAjB,EAAiB,CAAjB,EAAiB,CAAjB,EAAiB,IAAjB,EAAiB,CAAjB;QAK2CA,oDAAAA;QAA0CA,0DAAAA;QAGzEA,4DAAAA,cAA+D,CAA/D,EAA+D,UAA/D,EAA+D,CAA/D,EAA+D,CAA/D,EAA+D,GAA/D;QAEWA,uDAAAA;QAAIA,0DAAAA;QACPA,4DAAAA,UAAG,EAAH,EAAG,GAAH;QACOA,oDAAAA;QAA4BA,0DAAAA;QAAKA,oDAAAA;QAExCA,0DAAAA;QACAA,4DAAAA;QACIA,oDAAAA;QAGJA,0DAAAA;QACAA,4DAAAA;QACIA,oDAAAA;QAACA,uDAAAA;QAAsCA,oDAAAA;QAE3CA,0DAAAA;QACAA,4DAAAA;QACIA,oDAAAA;QAACA,uDAAAA;QAAsCA,oDAAAA;QAC3CA,0DAAAA;QACAA,4DAAAA;QACIA,oDAAAA;QAACA,uDAAAA;QAAsCA,oDAAAA;QAC3CA,0DAAAA;QACAA,4DAAAA;QACIA,oDAAAA;QAEJA,0DAAAA;QACAA,4DAAAA,UAAG,EAAH,EAAG,MAAH;QACUA,oDAAAA;QAAGA,0DAAAA;QAAOA,oDAAAA;QAGpBA,0DAAAA;QACAA,4DAAAA;QACIA,oDAAAA;QAEJA,0DAAAA;QACAA,4DAAAA;QAAGA,uDAAAA;QAAIA,0DAAAA;;;;;;EDpC3B,OAAaR,oBAAb;AAAA;;;;;;;;;;;;;;;;;;;;AENA;AACA;AACA;AACA;;;AAEO,MAAMY,MAAM,GAAW,CAC5B;EAAEC,IAAI,EAAE,EAAR;EAAYC,SAAS,EAAEd,wEAAvB;EAA6Ce,SAAS,EAAE;AAAxD,CAD4B,CAAvB;AAYA,IAAMC,iBAAb;EAAM,MAAOA,iBAAP,CAAwB;;;qBAAjBA;EAAiB;;;UAAjBA;;;cALTP,yDAAYA,EACZC,kEAAA,CAAsBE,MAAtB,GACAD,+DAAYA;;EAGhB,OAAaK,iBAAb;AAAA;;;sHAAaA,mBAAiB;IAAAE,eAPblB,wEAOa;IAPOmB,UAEjCV,yDAFiC,EAErBW,yDAFqB,EAIjCT,+DAJiC;EAOP;AAHd","sources":["./src/app/pages/faqregister/faqregister.component.ts","./src/app/pages/faqregister/faqregister.component.html","./src/app/pages/faqregister/faqregister.module.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n  selector: 'app-faqregister',\n  templateUrl: './faqregister.component.html',\n  styleUrls: ['./faqregister.component.scss']\n})\nexport class FaqregisterComponent implements OnInit {\n\n  constructor() { }\n\n  ngOnInit(): void {\n  }\n\n}\n","<div class=\"p-3\">\n    <div class=\"theme-container\">\n\n        <div class=\"my-4\">\n            <div fxLayout=\"column\" fxLayoutAlign=\"center center\" class=\"text-center\">\n                <h1 class=\"secondary-font\">HOW TO REGISTER WITH THE SCHOOL CAFETERIA </h1>\n            </div>\n\n            <div fxLayout=\"row\" fxLayoutAlign=\"center center\" class=\"my-3\">\n                <mat-card class=\"p-5\">\n                    <p><br></p>\n                    <p>\n                        <b>Welcome to Tamu Tamu Cuisine</b> – Where we serve delicious, just-like-home\n                            meals.\n                    </p>\n                    <p>\n                        When you decide to use the Cafeteria services, please visit the Cafeteria\n                            office and leave your details with us. Alternatively, you can send us an email to\n                            md@tamucuisine.com with the following information;\n                    </p>\n                    <p>\n                        -<span style=\"white-space:pre\"> </span>Name of Parent; Email Address;\n                            Telephone Contact\n                    </p>\n                    <p>\n                        -<span style=\"white-space:pre\"> </span>Name of Child(ren)\n                    </p>\n                    <p>\n                        -<span style=\"white-space:pre\"> </span>Grade of Child(ren)\n                    </p>\n                    <p>\n                        We will create your account and add the children.&nbsp; You will then receive\n                            an email from us to your provided email.\n                    </p>\n                    <p>\n                        <span>1) </span>The email will contain your login\n                            details to the system.&nbsp; You will be prompted to change your password on your initial\n                            login.\n                    </p>\n                    <p>\n                        NB: If at any time you have forgotten your password, please click ‘Recover My\n                            Password’ on the login page. The password will be sent to your email.\n                    </p>\n                    <p><br></p>\n\n                </mat-card>\n            </div>\n        </div>\n    </div>\n</div>","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { RouterModule, Routes } from '@angular/router';\r\nimport { SharedModule } from '../../shared/shared.module';\r\nimport { FaqregisterComponent } from './faqregister.component'\r\n\r\nexport const routes: Routes = [\r\n  { path: '', component: FaqregisterComponent, pathMatch: 'full' }\r\n];\r\n\r\n@NgModule({\r\n  declarations: [FaqregisterComponent],\r\n  imports: [\r\n    CommonModule,\r\n    RouterModule.forChild(routes),\r\n    SharedModule\r\n  ]\r\n})\r\nexport class FaqregisterModule { }\r\n"],"names":["FaqregisterComponent","constructor","ngOnInit","selectors","decls","vars","consts","template","i0","CommonModule","RouterModule","SharedModule","routes","path","component","pathMatch","FaqregisterModule","forChild","declarations","imports","i1"],"sourceRoot":"webpack:///"}