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