Skip to content
Snippets Groups Projects
app.component.html 306 B
Newer Older
  • Learn to ignore specific revisions
  • <div class="app-container">
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      <app-header></app-header>
    
      <div (scroll)="onScrollDown($event)" class="app-body">
    
        <router-outlet></router-outlet>
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        <router-outlet name="print"></router-outlet>
    
        <!-- <app-footer>
          commented to use outlet in another branch
        </app-footer> -->
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      </div>
    </div>