You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<mgl-timeline [toggle]="toggle" [alternate]="alternate">
<div *ngFor="let year of workExData;">
<app-work-ex-year
[displayYear]=Object.keys(year)[0]>
</app-work-ex-year>
<app-work-ex-position *ngFor="let job of year[Object.keys(year)[0]].jobs" [job]=job>
</app-work-ex-position>
</div>
</mgl-timeline>
Both app-work-ex-year and app-work-ex-position are components that have a template for the mgl-timeline-entry component. I have set both toggle and alternate to be true but they do not work. I also read in the documentation that the default behaviour for toggle and alternate is also true but I'm not sure why its working. Could it be related to the mgl-timeline-entry being wrapped by a div? Any suggestions?
The text was updated successfully, but these errors were encountered:
I am having trouble with the alternate option.
Both
app-work-ex-year
andapp-work-ex-position
are components that have a template for themgl-timeline-entry
component. I have set both toggle and alternate to be true but they do not work. I also read in the documentation that the default behaviour for toggle and alternate is also true but I'm not sure why its working. Could it be related to themgl-timeline-entry
being wrapped by adiv
? Any suggestions?The text was updated successfully, but these errors were encountered: