Add background image support to header components
Updated header components to accept and render background images via a new `[background_image]` input property. Modified relevant templates to apply the background image dynamically and updated usage in `home` and `map` components.
This commit is contained in:
@@ -11,6 +11,7 @@ export class HeaderComponent {
|
||||
@Input() title: string = '';
|
||||
@Input() sub_title: string = '';
|
||||
@Input() current_page: string = '';
|
||||
@Input() background_image: string = '';
|
||||
|
||||
public active: string = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user