Revision 59767
Added by Konstantinos Triantafyllou about 4 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/utils/loading/loading.component.ts | ||
---|---|---|
4 | 4 |
selector: 'loading', |
5 | 5 |
template: ` |
6 | 6 |
<ng-template [ngIf]="full" [ngIfElse]="loading"> |
7 |
<div class="uk-position-relative" style="height: 100vh; width: 100vw; z-index: 1000; background: transparent">
|
|
7 |
<div class="uk-position-relative" style="height: 100vh; width: 99vw; z-index: 1000; background: transparent">
|
|
8 | 8 |
<div class="uk-position-center"> |
9 | 9 |
<ng-container [ngTemplateOutlet]="loading"></ng-container> |
10 | 10 |
</div> |
Also available in: Unified diff
[Library | Trunk]: Change loading full width