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