Skip to content

Commit

Permalink
Adding the router-outlet tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigokamada committed Sep 3, 2024
1 parent 4778ff0 commit 3e90ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ <h4 class="modal-title" id="modal-basic-title">Profile update</h4>
<button type="button" class="btn btn-outline-dark" (click)="modal.close('Save click')">Save</button>
</div>
</ng-template>

<router-outlet />

0 comments on commit 3e90ae1

Please sign in to comment.