core/header/title/title.component.ts
| selector | c8y-title |
| templateUrl | ./title.component.html |
Properties |
Methods |
Inputs |
constructor(headerService: HeaderService)
|
||||||
|
Parameters :
|
pageTitleUpdate
|
Type :
Default value : |
| ngAfterViewInit |
ngAfterViewInit()
|
|
Returns :
void
|
| ngOnDestroy |
ngOnDestroy()
|
|
Returns :
void
|
| template |
template:
|
Decorators :
@ViewChild('template', {static: undefined})
|
<ng-template #template>
<h1 class="text-truncate">
<ng-content></ng-content>
</h1>
</ng-template>