Project

General

Profile

« Previous | Next » 

Revision 60888

[Library | Trunk]: Numbers loading min height

View differences:

modules/uoa-services-library/trunk/ng-openaire-library/src/app/sharedComponents/numbers/numbers.component.ts
10 10
@Component({
11 11
  selector: 'numbers',
12 12
  template: `
13
    <ng-container *ngIf="!loading">
13
    <div *ngIf="!loading">
14 14
      <div class="uk-container uk-section uk-padding-remove-bottom uk-text-center">
15 15
        <div class="uk-grid uk-grid-large uk-child-width-1-3@m" uk-grid>
16 16
          <div *ngIf="fundersSize">
......
86 86
          </div>
87 87
        </div>
88 88
      </div>
89
    </ng-container>
90
    <div *ngIf="loading" class="uk-container uk-section uk-text-center">
89
    </div>
90
    <div *ngIf="loading" class="uk-container uk-section uk-text-center" style="min-height: 400px">
91 91
      <loading [color]="colorClass"></loading>
92 92
    </div>
93 93
  `,

Also available in: Unified diff