[+] Add grading period field to app.ts

This commit is contained in:
Hykilpikonna
2019-11-06 21:50:22 -05:00
parent 53b78c4a94
commit 07a9b38c8d
+2
View File
@@ -33,6 +33,8 @@ export interface Assignment
scoreMax: number
score: number
gradingPeriod: number
}
@Component({