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