Skip to content
Snippets Groups Projects
Select Git revision
  • 0ba420ba88190c64449226069a739637a42d0318
  • main default protected
  • master
3 results

app.component.html

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    app.component.html 263 B
    <app-header></app-header>
    <app-navigation></app-navigation>
    
    <div class="flexrow">
      <div class="flexrow">
        
        <app-cards *ngFor="let i of [0, 1, 2]" [titel]="postTitel[i]" [img]="postImages[i]" [text]="postTexts[i]"></app-cards>
      </div>
    </div>
    
    <!--Test-->