change by suren
This commit is contained in:
parent
a89b18b6c7
commit
97b1b7dce8
@ -106,7 +106,7 @@
|
||||
|
||||
<div fxLayout fxLayout="row" fxLayout.xs="column" fxLayoutGap.xs="0">
|
||||
<div fxFlex.sm="100" fxFlex.xs="100" fxFlex.md="100" fxFlex.lg="100" fxFlex.xl="100" fxLayoutAlign="center" class="m-gap p-gap">
|
||||
<button mat-raised-button (click)="navigate(schoolInfo.school_id)" class="button-cyan">Contribute</button>
|
||||
<button mat-raised-button (click)="toTop($event)" class="button-cyan">Contribute</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
</ul> -->
|
||||
</div>
|
||||
</div>
|
||||
<div fxLayout fxLayout="row" fxLayout.xs="column" fxLayoutGap.xs="0">
|
||||
<div fxLayout fxLayout="row" fxLayout.xs="column" fxLayoutGap.xs="0" id="content">
|
||||
<!-- <div fxFlex.xs="100" fxFlex.sm="100" fxFlex.md="40" fxFlex.lg="1000" fxFlex.xl="40"> -->
|
||||
<mat-card class="p-2" fxFlex="100%" fxFlex.xs="100" fxFlex.sm="100">
|
||||
<h4>Requirements</h4>
|
||||
|
||||
@ -217,6 +217,8 @@ getIndividualSchoolReqData(id){
|
||||
this.router.navigate(['/contribute']);
|
||||
}
|
||||
|
||||
|
||||
toTop() {
|
||||
document.getElementById("content").scrollIntoView();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -259,7 +259,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td style="width: 312.708px;"><h4>Ack No. : {{pdf_data_source.trackid}}</h4></td>
|
||||
<td style="width: 313.819px;text-align: right;"><h4>ref_id. : {{pdf_data_source.ref_id}}</h4></td>
|
||||
<td style="width: 313.819px;text-align: right;"><h4>Ref Id. : {{pdf_data_source.ref_id}}</h4></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { NgModule, ElementRef } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { MatIconModule, MatCardModule, MatButtonModule, MatListModule, MatProgressBarModule, MatMenuModule, MatFormField, MatFormFieldModule, MatInputModule, MatButtonToggleModule, MatTabsModule,MatSelectModule, MatRadioModule, MatTableDataSource, MatTableModule } from '@angular/material';
|
||||
@ -29,7 +29,7 @@ import { SlickCarouselModule } from 'ngx-slick-carousel';
|
||||
MatButtonModule,
|
||||
MatListModule,
|
||||
MatProgressBarModule,
|
||||
MatMenuModule,
|
||||
MatMenuModule,
|
||||
MatSelectModule,
|
||||
MatRadioModule,
|
||||
SlickCarouselModule,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user