File

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

Metadata

Index

Properties

Constructor

constructor(recoverAccountService: RecoverAccountService, resourceService: ResourceService)
Parameters :
Name Type Optional
recoverAccountService RecoverAccountService No
resourceService ResourceService No

Properties

Public recoverAccountService
Type : RecoverAccountService
Public resourceService
Type : ResourceService
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) { }

}
<app-full-page-modal>
  <div class="sb-account-recover-page relative flex-dc d-flex">
    <div class="sb-account-recoverpage-header">
      <img *ngIf="recoverAccountService.tenantInfo" class="sb-account-recoverpage-logo"
        alt={{recoverAccountService.tenantInfo.tenantName}} src="{{recoverAccountService.tenantInfo.logo}}">
      <div class="title mt-24 font-weight-bold fs-1-143">{{resourceService?.frmelmnts?.lbl?.recoverAccount}}</div>
    </div>
    <router-outlet></router-outlet>
  </div>
</app-full-page-modal>

./recover-account.component.scss

@use "@project-sunbird/sb-styles/assets/mixins/mixins" as *;
@use 'components/recover-account' as *;
@use 'pages/sign_in_up' as *;
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""