Skip to content

Commit b2bb716

Browse files
authored
Update app-header.component.ts
1 parent 4142b6f commit b2bb716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui/angular/src/lib/header/app-header.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { DOCUMENT } from '@angular/common';
77
})
88
export class AppHeaderComponent implements OnInit, OnDestroy {
99

10-
swapLogoAndBrand = false;
10+
@Input() swapLogoAndBrand = false;
1111
@Input() fixed: boolean;
1212

1313
@Input() navbarBrand: any;

0 commit comments

Comments
 (0)