Demo Commit - DO NOT MERGE! #17

Closed
igorpropisnov wants to merge 1 commits from feature/test into main
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div id="student-enroll-container">
<h1>{{ model | name }}</h1>
<form id="student-enroll-form">
<!-- <form id="student-enroll-form">
<div style="display: grid; grid-template-columns: auto auto auto auto">
<ng-container
*ngFor="let enrollment of student?.enrollments; index as i">
@ -39,7 +39,7 @@
</div>
</ng-container>
</div>
</form>
</form> -->
<div style="text-align: center">
<button class="button-save" (click)="save()">Save</button>