projects/openvidu-components-angular/src/lib/directives/api/admin.directive.ts
The navbarTitle directive allows customize the title of the navbar in AdminLoginComponent.
Default: 'OpenVidu Call Dashboard'
<ov-admin-dashboard [navbarTitle]="'My Dashboard'"></ov-admin-dashboard>
AfterViewInit
OnDestroy
Selector | ov-admin-dashboard[navbarTitle] |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(elementRef: ElementRef, libService: OpenViduComponentsConfigService)
|
|||||||||
Parameters :
|
navbarTitle |
Type : any
|
clear |
clear()
|
Returns :
void
|
update | ||||||
update(value: any)
|
||||||
Parameters :
Returns :
void
|
Public elementRef |
Type : ElementRef
|
navbarTitleValue |
Type : any
|
Default value : null
|
navbarTitle | ||||||
setnavbarTitle(value: any)
|
||||||
Parameters :
Returns :
void
|