3e0618063b
Save those values in a new service, that will also watch for changes in config variables. UI is not good; this can be done later Share legal notice and privacy policy Created some containers for them
7 lines
240 B
HTML
7 lines
240 B
HTML
<mat-card class='os-card on-transition-fade'>
|
|
<div *ngIf='privacyPolicy' [innerHtml]='privacyPolicy'></div>
|
|
<div *ngIf='!privacyPolicy' translate>
|
|
The event manager hasn't set up a privacy policy yet.
|
|
</div>
|
|
</mat-card>
|