Initial commit: Aeroflot Flights Web Angular 12 application
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
<div [ngClass]="timeGroupClasses">
|
||||
<text *ngIf="caption" color="light-gray" size="12" class="captioned-time-group__caption">
|
||||
{{ caption | translate }}
|
||||
</text>
|
||||
<time-group
|
||||
[bold]="bold"
|
||||
[dayChangePosition]="dayChangePosition"
|
||||
[dayChangeLayout]="dayChangeLayout"
|
||||
[size]="size"
|
||||
[scheduled]="times"
|
||||
[withUTC]="withUTC"
|
||||
[align]="align"
|
||||
>
|
||||
<text *ngIf="withDate" size="12" color="blue" class="captioned-time-group__date">
|
||||
{{ date }}
|
||||
</text>
|
||||
</time-group>
|
||||
</div>
|
||||
Reference in New Issue
Block a user