Commit aaf087db by Adarsh K

design fix

parent 569642f4
<section class="carousel-wrapper" [ngStyle]="carouselWrapperStyle">
<ul class="carousel-inner" #carousel >
<ul class="carousel-inner" #carousel>
<li *ngFor="let item of items;" class="carousel-item" [ngStyle]="{'width.px':itemWidth}">
<ng-container [ngTemplateOutlet]="item.tpl"></ng-container>
</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment