Skip to content
Snippets Groups Projects
Commit 101d7444 authored by Chris Hines's avatar Chris Hines
Browse files

some properties need to be public

parent d1d506ef
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,12 @@ import { LogindialogComponent } from '../logindialog/logindialog.component'
styleUrls: ['./launcher.component.css']
})
export class LauncherComponent implements OnInit {
private strudelapps: Strudelapp[];
public strudelapps: Strudelapp[];
private app: Strudelapp;
public app: Strudelapp;
public authorised: boolean;
private identity: Identity;
private identities: Identity[];
public identity: Identity;
public identities: Identity[];
constructor( public dialog: MatDialog, private tesService: TesService) {
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment