[Aggregator]: app.component.ts: Set menuPosition of header to center.
This commit is contained in:
parent
4779fbb4a4
commit
07c6c04ed7
|
@ -91,7 +91,7 @@ export class AppComponent {
|
||||||
logoUrl: this.agg.logoUrl,
|
logoUrl: this.agg.logoUrl,
|
||||||
logoSmallUrl: this.agg.logoUrl,
|
logoSmallUrl: this.agg.logoUrl,
|
||||||
position: 'left',
|
position: 'left',
|
||||||
menuPosition: 'right',
|
menuPosition: 'center',
|
||||||
badge: true
|
badge: true
|
||||||
};
|
};
|
||||||
this.buildMenu();
|
this.buildMenu();
|
||||||
|
|
Loading…
Reference in New Issue