diff options
| author | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-06 23:15:10 +0200 |
|---|---|---|
| committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-04-06 23:15:10 +0200 |
| commit | 588b9528bc39acc04a94ad8d996333bb4e4764e7 (patch) | |
| tree | fc22da9be2a8bd96c2c77bb377a7f90e9e475b4d /frontend/src/app/Shared.ts | |
| parent | 052c97eadc3784306607fab2fd725d3cfa592867 (diff) | |
Dodata funkcionalnost cuvanja dataseta (prvo se cuva pa se bira). Izmenjeni datatable, dataset-load i add-new-dataset-component
Diffstat (limited to 'frontend/src/app/Shared.ts')
| -rw-r--r-- | frontend/src/app/Shared.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/Shared.ts b/frontend/src/app/Shared.ts index 86e26687..a069ff8b 100644 --- a/frontend/src/app/Shared.ts +++ b/frontend/src/app/Shared.ts @@ -7,6 +7,7 @@ class Shared { constructor( public loggedIn: boolean, public username: string = '', + public userId: string = '', public photoId: string = '1', public dialog?: MatDialog //public alertDialog?: ElementRef |
