Skip to content
Snippets Groups Projects
Select Git revision
  • 42ed25b9b3867e5cfb47164a4c3c62ed776f29c7
  • main default
  • tp3
  • tp2
  • tp1
  • tp3-correction
  • tp2-correction
  • tp1-correction
  • admins
9 results

expression.py

  • Forked from an inaccessible project.
    overview.component.html 314 B
    <app-two-panes>
      <app-pane id="open-registrations">
        <app-open-registrations [editions]="editions"></app-open-registrations>
      </app-pane>
      <app-pane id="my-participations">
        <app-my-participations-overview [participations]="participations"></app-my-participations-overview>
      </app-pane>
    </app-two-panes>