hide footer
This commit is contained in:
parent
71973a77aa
commit
6b15da73bb
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import {AppFooterComponent} from "./app-footer.component";
|
||||||
})
|
})
|
||||||
export class WebbpmComponent {
|
export class WebbpmComponent {
|
||||||
public headerVisible: boolean = true;
|
public headerVisible: boolean = true;
|
||||||
public footerVisible: boolean = true;
|
public footerVisible: boolean = false;
|
||||||
|
|
||||||
constructor(private router: Router,
|
constructor(private router: Router,
|
||||||
private progressIndicationService: ProgressIndicationService) {
|
private progressIndicationService: ProgressIndicationService) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue