File

src/app/modules/recover-account/components/recover-account/recover-account.component.ts

Metadata

styleUrls recover-account.component.scss
templateUrl recover-account.component.html

Constructor

constructor(recoverAccountService: RecoverAccountService, resourceService: any)

Properties

recoverAccountService
recoverAccountService: RecoverAccountService
resourceService
resourceService: any
import { Component } from '@angular/core';
import { RecoverAccountService } from './../../services';
import { ResourceService } from '@sunbird/shared';

@Component({
  templateUrl: './recover-account.component.html',
  styleUrls: ['./recover-account.component.scss']
})
export class RecoverAccountComponent {

  constructor(public recoverAccountService: RecoverAccountService, public resourceService: ResourceService) { }

}

results matching ""

    No results matching ""