mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-06 19:59:13 +02:00
15 demo of global dialog with reactive state
This commit is contained in:
@@ -12,7 +12,7 @@ export class Module {
|
||||
public events: Event[] = [],
|
||||
) {}
|
||||
|
||||
isEqual(module: Module): Boolean {
|
||||
isEqual(module: Module): boolean {
|
||||
return this.name === module.name && this.course === module.course;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user