Skip to content
Snippets Groups Projects
app.component.html 212 B
Newer Older
  • Learn to ignore specific revisions
  • <div class="app-container">
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      <app-header></app-header>
    
        <router-outlet></router-outlet>
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        <router-outlet name="print"></router-outlet>
    
        <app-footer></app-footer>
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
      </div>
    </div>