footer works!
\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { LeftNavDrawerComponent } from './left-nav-drawer/left-nav-drawer.component';\nimport { FooterComponent } from './footer/footer.component';\nimport {MatToolbarModule} from '@angular/material/toolbar';\nimport {MatButtonModule} from '@angular/material/button';\nimport {MatSidenavModule} from '@angular/material/sidenav';\nimport {MatIconModule} from '@angular/material/icon';\nimport {MatListModule} from '@angular/material/list';\nimport {TopNavBarComponent} from './top-nav-bar/top-nav-bar.component';\n\n\n\n@NgModule({\n declarations: [LeftNavDrawerComponent, FooterComponent, TopNavBarComponent],\n imports: [\n CommonModule,\n MatToolbarModule,\n MatButtonModule,\n MatSidenavModule,\n MatIconModule,\n MatListModule,\n ],\n exports: [\n TopNavBarComponent,\n LeftNavDrawerComponent\n ]\n})\nexport class LayoutModule { }\n","import {Component, EventEmitter, Output, OnInit, ViewChild, AfterViewInit, ElementRef} from '@angular/core';\nimport {Observable} from 'rxjs';\nimport {BreakpointObserver, Breakpoints} from '@angular/cdk/layout';\nimport {map, shareReplay} from 'rxjs/operators';\nimport {Router} from '@angular/router';\n\n@Component({\n selector: 'app-left-nav-drawer',\n templateUrl: './left-nav-drawer.component.html',\n styleUrls: ['./left-nav-drawer.component.scss']\n})\nexport class LeftNavDrawerComponent implements OnInit, AfterViewInit {\n @ViewChild('drawer') drawer;\n isHandset$: Observable\n {{ package.node.description }}\n
\nYou have successfully changed password.
\n{{'You can make payments to serdo through any of the following bank accounts.'| translate}}
\n{{'Bank name'| translate}} | \n{{row.node.bankName}} | \n{{'Account name'| translate}} | \n{{row.node.accountName}} | \n{{'Account number'| translate}} | \n{{row.node.accountNumber}} | \n
---|
{{'Please enter the transaction id from the bank receipt.It will take a while for us to confirm the payment.'| translate}}
\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport {PayFormComponent} from \"./pay-form.component\";\nimport {ReactiveFormsModule} from \"@angular/forms\";\nimport {MatFormFieldModule} from \"@angular/material/form-field\";\nimport {MatSelectModule} from \"@angular/material/select\";\nimport {MatInputModule} from \"@angular/material/input\";\nimport {MatIconModule} from \"@angular/material/icon\";\nimport {MatButtonModule} from \"@angular/material/button\";\nimport {LangModule} from \"../../../../lang.module\";\n\n\n\n@NgModule({\n declarations: [PayFormComponent],\n exports: [PayFormComponent],\n imports: [\n CommonModule,\n ReactiveFormsModule,\n MatFormFieldModule,\n MatSelectModule,\n MatInputModule,\n MatIconModule,\n MatButtonModule,\n LangModule\n ]\n})\nexport class PayFormModule { }\n","import { Injectable } from '@angular/core';\nimport {Apollo} from 'apollo-angular';\nimport gql from 'graphql-tag';\nimport {map} from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class BankService {\n\n constructor(private apollo: Apollo) { }\n\n getBankAccounts() {\n const bankAccountsQuery = gql`\n query bankAccounts {\n bankAccounts{\n edges{\n node{\n id\n bankName\n accountName\n accountNumber\n }\n }\n }\n }\n `;\n return this.apollo.query({\n query: bankAccountsQuery\n }).pipe(\n // @ts-ignore\n map(({data}) => data.bankAccounts.edges)\n );\n }\n}\n","import {Injectable} from '@angular/core';\nimport {Apollo} from 'apollo-angular';\nimport gql from 'graphql-tag';\nimport {map} from 'rxjs/operators';\nimport {Observable, pipe} from 'rxjs';\nimport {AuthService} from '../../auth/service/auth.service';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class PaymentOrderService {\n\n constructor(private apollo: Apollo, private authService: AuthService) {\n }\n\n myPaymentOrders(): Observable{{'City'| translate}}
\n{{'City'| translate}}
\n{{'You have selected a subscription plan for your resume.'| translate}}
\n{{'Category'| translate}}
\n{{'Price'|translate}}
\n{{text}}
\n