Browse Source

Merge pull request #17447 from abpframework/issue-15027

Remove breadcrump on abp-page component
pull/17461/head
Alper Ebiçoğlu 3 years ago
committed by GitHub
parent
commit
0294e712e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/components/page/src/page.component.ts

2
npm/ng-packs/packages/components/page/src/page.component.ts

@ -25,7 +25,7 @@ export class PageComponent {
return this._toolbarData;
}
@Input() breadcrumb = true;
@Input() breadcrumb = false;
pageParts = {
title: PageParts.title,

Loading…
Cancel
Save