Back to Abp

{{ title() }}

npm/ng-packs/packages/components/page/src/page.component.html

10.3.0231 B
Original Source

@if (shouldRenderRow) {

@if (customTitle()) { } @else { @if (title()) {

{{ title() }}

} } @if (customBreadcrumb()) { } @else { @if (breadcrumb()) {

} } @if (customToolbar()) { } @else { @if (toolbarVisible()) {

} } }