Project

General

Profile

« Previous | Next » 

Revision 59378

[use-UoaAdminToolsLibrary | Library]: Merge trunk into branch.

View differences:

full-page-slider.component.ts
32 32
        </svg>
33 33
      </a>
34 34
    </div>
35
    <div [ngClass]="topBar" class="top-bar"></div>
35 36
    <section (wheel)="onWheel($event)">
36 37
      <ng-content></ng-content>
37 38
    </section>`,
......
44 45
  public initSlide = 1;
45 46
  @Input()
46 47
  public logoURL;
48
  @Input() topBar: string = null;
47 49
  public animate: boolean = false;
48 50
  public state = 0;
49 51
  

Also available in: Unified diff