mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2026-01-17 14:32:25 +01:00
added different pages for editing
This commit is contained in:
@@ -9,4 +9,13 @@ export class Module {
|
||||
public semester: string,
|
||||
public events: Event[] = [],
|
||||
) {}
|
||||
|
||||
isEqual(module: Module): Boolean{
|
||||
return (
|
||||
this.name === module.name &&
|
||||
this.course === module.course
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user