forked from tykayn/funky-framadate-front
fix public access to storageservice in template for detailed component
This commit is contained in:
parent
94ef23e3a3
commit
e73336c00e
@ -16,7 +16,7 @@ export class PollResultsDetailedComponent {
|
|||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private pollService: PollService,
|
private pollService: PollService,
|
||||||
private storageService: StorageService,
|
public storageService: StorageService,
|
||||||
private api: ApiService,
|
private api: ApiService,
|
||||||
private toastService: ToastService
|
private toastService: ToastService
|
||||||
) {}
|
) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user