app.component.html 231 Bytes edit raw blame history 1 2 3 4 5 6 7 8 <div class="container-fluid h-100"> <div class="row h-100"> <div class="col p-0"> <app-home class="w-100 h-100 d-flex align-items-start flex-column"></app-home> </div> </div> </div> <router-outlet></router-outlet>